Interface DataserviceMessages.MigratedObjectsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataserviceMessages.MigratedObjects
,DataserviceMessages.MigratedObjects.Builder
- Enclosing class:
- DataserviceMessages
public static interface DataserviceMessages.MigratedObjectsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getObjs(int index)
repeated string objs = 1;
com.google.protobuf.ByteString
getObjsBytes(int index)
repeated string objs = 1;
int
getObjsCount()
repeated string objs = 1;
List<String>
getObjsList()
repeated string objs = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getObjsList
List<String> getObjsList()
repeated string objs = 1;
- Returns:
- A list containing the objs.
-
getObjsCount
int getObjsCount()
repeated string objs = 1;
- Returns:
- The count of objs.
-
getObjs
String getObjs(int index)
repeated string objs = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The objs at the given index.
-
getObjsBytes
com.google.protobuf.ByteString getObjsBytes(int index)
repeated string objs = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the objs at the given index.
-
-