Interface MultiTargetOrBuilder (1.39.0)

public interface MultiTargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetIds(int index)

public abstract String getTargetIds(int index)

Required. The target_ids of this multiTarget.

repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The targetIds at the given index.

getTargetIdsBytes(int index)

public abstract ByteString getTargetIdsBytes(int index)

Required. The target_ids of this multiTarget.

repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the targetIds at the given index.

getTargetIdsCount()

public abstract int getTargetIdsCount()

Required. The target_ids of this multiTarget.

repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of targetIds.

getTargetIdsList()

public abstract List<String> getTargetIdsList()

Required. The target_ids of this multiTarget.

repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<String>

A list containing the targetIds.