public interface MultiTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTargetIds(int index)
Required.
|
com.google.protobuf.ByteString |
getTargetIdsBytes(int index)
Required.
|
int |
getTargetIdsCount()
Required.
|
List<String> |
getTargetIdsList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTargetIdsList()
Required. The target_ids of this multiTarget.
repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];int getTargetIdsCount()
Required. The target_ids of this multiTarget.
repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];String getTargetIds(int index)
Required. The target_ids of this multiTarget.
repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getTargetIdsBytes(int index)
Required. The target_ids of this multiTarget.
repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.