public interface ListAttachmentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttachments(int index)
public abstract Attachment getAttachments(int index)The list of attachments associated with a case.
repeated .google.cloud.support.v2beta.Attachment attachments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Attachment |
|
getAttachmentsCount()
public abstract int getAttachmentsCount()The list of attachments associated with a case.
repeated .google.cloud.support.v2beta.Attachment attachments = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAttachmentsList()
public abstract List<Attachment> getAttachmentsList()The list of attachments associated with a case.
repeated .google.cloud.support.v2beta.Attachment attachments = 1;
| Returns | |
|---|---|
| Type | Description |
List<Attachment> |
|
getAttachmentsOrBuilder(int index)
public abstract AttachmentOrBuilder getAttachmentsOrBuilder(int index)The list of attachments associated with a case.
repeated .google.cloud.support.v2beta.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 a case.
repeated .google.cloud.support.v2beta.Attachment attachments = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.support.v2beta.AttachmentOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token to retrieve the next page of results. Set this 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. Set this 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. |