Interface ListAttachmentsResponseOrBuilder (1.52.0)

public interface ListAttachmentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttachments(int index)

public abstract Attachment getAttachments(int index)

The attachments returned.

repeated .google.devtools.artifactregistry.v1.Attachment attachments = 1;

Parameter
Name Description
index int
Returns
Type Description
Attachment

getAttachmentsCount()

public abstract int getAttachmentsCount()

The attachments returned.

repeated .google.devtools.artifactregistry.v1.Attachment attachments = 1;

Returns
Type Description
int

getAttachmentsList()

public abstract List<Attachment> getAttachmentsList()

The attachments returned.

repeated .google.devtools.artifactregistry.v1.Attachment attachments = 1;

Returns
Type Description
List<Attachment>

getAttachmentsOrBuilder(int index)

public abstract AttachmentOrBuilder getAttachmentsOrBuilder(int index)

The attachments returned.

repeated .google.devtools.artifactregistry.v1.Attachment attachments = 1;

Parameter
Name Description
index int
Returns
Type Description
AttachmentOrBuilder

getAttachmentsOrBuilderList()

public abstract List<? extends AttachmentOrBuilder> getAttachmentsOrBuilderList()

The attachments returned.

repeated .google.devtools.artifactregistry.v1.Attachment attachments = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

The token to retrieve the next page of attachments, or empty if there are no more attachments 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 attachments, or empty if there are no more attachments to return.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.