Interface ListTagsResponseOrBuilder (1.2.9)

public interface ListTagsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

The token to retrieve the next page of tags, or empty if there are no more tags to return.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The token to retrieve the next page of tags, or empty if there are no more tags to return.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTags(int index)

public abstract Tag getTags(int index)

The tags returned.

repeated .google.devtools.artifactregistry.v1beta2.Tag tags = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Tag

getTagsCount()

public abstract int getTagsCount()

The tags returned.

repeated .google.devtools.artifactregistry.v1beta2.Tag tags = 1;

Returns
TypeDescription
int

getTagsList()

public abstract List<Tag> getTagsList()

The tags returned.

repeated .google.devtools.artifactregistry.v1beta2.Tag tags = 1;

Returns
TypeDescription
List<Tag>

getTagsOrBuilder(int index)

public abstract TagOrBuilder getTagsOrBuilder(int index)

The tags returned.

repeated .google.devtools.artifactregistry.v1beta2.Tag tags = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TagOrBuilder

getTagsOrBuilderList()

public abstract List<? extends TagOrBuilder> getTagsOrBuilderList()

The tags returned.

repeated .google.devtools.artifactregistry.v1beta2.Tag tags = 1;

Returns
TypeDescription
List<? extends com.google.devtools.artifactregistry.v1beta2.TagOrBuilder>