Interface ObjectIdOrBuilder (2.3.0)

public interface ObjectIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getObjectIdPath(int index)

public abstract 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];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
int

The objectIdPath at the given index.

getObjectIdPathCount()

public abstract 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
TypeDescription
int

The count of objectIdPath.

getObjectIdPathList()

public abstract 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
TypeDescription
List<Integer>

A list containing the objectIdPath.