public interface ListTagKeysResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A pagination token returned from a previous call to ListTagKeys
that indicates from where listing should continue.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A pagination token returned from a previous call to ListTagKeys
that indicates from where listing should continue.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getTagKeys(int index)
public abstract TagKey getTagKeys(int index)List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;
| Name | Description |
| index | int |
| Type | Description |
| TagKey |
getTagKeysCount()
public abstract int getTagKeysCount()List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;
| Type | Description |
| int |
getTagKeysList()
public abstract List<TagKey> getTagKeysList()List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;
| Type | Description |
| List<TagKey> |
getTagKeysOrBuilder(int index)
public abstract TagKeyOrBuilder getTagKeysOrBuilder(int index)List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;
| Name | Description |
| index | int |
| Type | Description |
| TagKeyOrBuilder |
getTagKeysOrBuilderList()
public abstract List<? extends TagKeyOrBuilder> getTagKeysOrBuilderList()List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;
| Type | Description |
| List<? extends com.google.cloud.resourcemanager.v3.TagKeyOrBuilder> |