public interface IdMatcherOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIds(int index)
public abstract 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];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The ids at the given index. |
getIdsBytes(int index)
public abstract 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];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the ids at the given index. |
getIdsCount()
public abstract 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];
| Type | Description |
| int | The count of ids. |
getIdsList()
public abstract List<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];
| Type | Description |
| List<String> | A list containing the ids. |