public interface ListTagValuesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A pagination token returned from a previous call to ListTagValues
that indicates from where listing should continue. This is currently not
used, but the server may at any point start supplying a valid token.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A pagination token returned from a previous call to ListTagValues
that indicates from where listing should continue. This is currently not
used, but the server may at any point start supplying a valid token.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getTagValues(int index)
public abstract TagValue getTagValues(int index)A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.
repeated .google.cloud.resourcemanager.v3.TagValue tag_values = 1;
| Name | Description |
| index | int |
| Type | Description |
| TagValue |
getTagValuesCount()
public abstract int getTagValuesCount()A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.
repeated .google.cloud.resourcemanager.v3.TagValue tag_values = 1;
| Type | Description |
| int |
getTagValuesList()
public abstract List<TagValue> getTagValuesList()A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.
repeated .google.cloud.resourcemanager.v3.TagValue tag_values = 1;
| Type | Description |
| List<TagValue> |
getTagValuesOrBuilder(int index)
public abstract TagValueOrBuilder getTagValuesOrBuilder(int index)A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.
repeated .google.cloud.resourcemanager.v3.TagValue tag_values = 1;
| Name | Description |
| index | int |
| Type | Description |
| TagValueOrBuilder |
getTagValuesOrBuilderList()
public abstract List<? extends TagValueOrBuilder> getTagValuesOrBuilderList()A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.
repeated .google.cloud.resourcemanager.v3.TagValue tag_values = 1;
| Type | Description |
| List<? extends com.google.cloud.resourcemanager.v3.TagValueOrBuilder> |