Interface MultiTargetOrBuilder (1.42.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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
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
Type Description
List<String>

A list containing the targetIds.