public interface MultiTargetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTargetIds(int index)
public abstract String getTargetIds(int index)
Required. The target_ids of this multiTarget.
repeated string target_ids = 1;
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;
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;
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;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the targetIds. |