public interface ListTagValuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A pagination token returned from a previous call to `ListTagValues`
that indicates from where listing should continue.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A pagination token returned from a previous call to `ListTagValues`
that indicates from where listing should continue.
|
TagValue |
getTagValues(int index)
A possibly paginated list of TagValues that are direct descendants of
the specified parent TagKey.
|
int |
getTagValuesCount()
A possibly paginated list of TagValues that are direct descendants of
the specified parent TagKey.
|
List<TagValue> |
getTagValuesList()
A possibly paginated list of TagValues that are direct descendants of
the specified parent TagKey.
|
TagValueOrBuilder |
getTagValuesOrBuilder(int index)
A possibly paginated list of TagValues that are direct descendants of
the specified parent TagKey.
|
List<? extends TagValueOrBuilder> |
getTagValuesOrBuilderList()
A possibly paginated list of TagValues that are direct descendants of
the specified parent TagKey.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.