Interface ListAttachmentsResponseOrBuilder (0.29.0)

public interface ListAttachmentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttachments(int index)

public abstract Attachment getAttachments(int index)

The list of attachments associated with the given case.

repeated .google.cloud.support.v2.Attachment attachments = 1;

Parameter
Name Description
index int
Returns
Type Description
Attachment

getAttachmentsCount()

public abstract int getAttachmentsCount()

The list of attachments associated with the given case.

repeated .google.cloud.support.v2.Attachment attachments = 1;

Returns
Type Description
int

getAttachmentsList()

public abstract List<Attachment> getAttachmentsList()

The list of attachments associated with the given case.

repeated .google.cloud.support.v2.Attachment attachments = 1;

Returns
Type Description
List<Attachment>

getAttachmentsOrBuilder(int index)

public abstract AttachmentOrBuilder getAttachmentsOrBuilder(int index)

The list of attachments associated with the given case.

repeated .google.cloud.support.v2.Attachment attachments = 1;

Parameter
Name Description
index int
Returns
Type Description
AttachmentOrBuilder

getAttachmentsOrBuilderList()

public abstract List<? extends AttachmentOrBuilder> getAttachmentsOrBuilderList()

The list of attachments associated with the given case.

repeated .google.cloud.support.v2.Attachment attachments = 1;

Returns
Type Description
List<? extends com.google.cloud.support.v2.AttachmentOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. This should be set in the page_token field of subsequent cases.attachments.list requests. If unspecified, there are no more results to retrieve.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. This should be set in the page_token field of subsequent cases.attachments.list requests. If unspecified, there are no more results to retrieve.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.