public interface IdMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIds(int index)
Required.
|
com.google.protobuf.ByteString |
getIdsBytes(int index)
Required.
|
int |
getIdsCount()
Required.
|
List<String> |
getIdsList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getIdsList()
Required. The following are accepted as `ids`: * A single-element list containing only `*`, which selects all Features in the target EntityType, or * A list containing only Feature IDs, which selects only Features with those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];int getIdsCount()
Required. The following are accepted as `ids`: * A single-element list containing only `*`, which selects all Features in the target EntityType, or * A list containing only Feature IDs, which selects only Features with those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];String getIds(int index)
Required. The following are accepted as `ids`: * A single-element list containing only `*`, which selects all Features in the target EntityType, or * A list containing only Feature IDs, which selects only Features with those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getIdsBytes(int index)
Required. The following are accepted as `ids`: * A single-element list containing only `*`, which selects all Features in the target EntityType, or * A list containing only Feature IDs, which selects only Features with those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.