Interface ListTagValuesResponseOrBuilder (1.6.0)

public interface ListTagValuesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.cloud.resourcemanager.v3.TagValueOrBuilder>