Interface ListTagKeysResponseOrBuilder (1.2.11)

public interface ListTagKeysResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

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

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

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

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

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

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

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