Interface ListTagsResponseOrBuilder (1.42.0)

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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.

getTags(int index)

public abstract Tag getTags(int index)

The tags returned.

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

Parameter
Name Description
index int
Returns
Type Description
Tag

getTagsCount()

public abstract int getTagsCount()

The tags returned.

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

Returns
Type Description
int

getTagsList()

public abstract List<Tag> getTagsList()

The tags returned.

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

Returns
Type Description
List<Tag>

getTagsOrBuilder(int index)

public abstract TagOrBuilder getTagsOrBuilder(int index)

The tags returned.

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

Parameter
Name Description
index int
Returns
Type Description
TagOrBuilder

getTagsOrBuilderList()

public abstract List<? extends TagOrBuilder> getTagsOrBuilderList()

The tags returned.

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

Returns
Type Description
List<? extends com.google.devtools.artifactregistry.v1.TagOrBuilder>