Interface ObjectIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectId,ObjectId.Builder
public interface ObjectIdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetObjectIdPath(int index)Required.intgetObjectIdPathCount()Required.List<Integer>getObjectIdPathList()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getObjectIdPathList
List<Integer> getObjectIdPathList()
Required. The parts of an OID path. The most significant parts of the path come first.
repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- A list containing the objectIdPath.
-
getObjectIdPathCount
int getObjectIdPathCount()
Required. The parts of an OID path. The most significant parts of the path come first.
repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The count of objectIdPath.
-
getObjectIdPath
int getObjectIdPath(int index)
Required. The parts of an OID path. The most significant parts of the path come first.
repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED];- Parameters:
index- The index of the element to return.- Returns:
- The objectIdPath at the given index.
-
-