Uses of Class
com.google.cloud.support.v2.Attachment
-
Packages that use Attachment Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of Attachment in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return Attachment Modifier and Type Method Description Attachment
Attachment.Builder. build()
Attachment
Attachment.Builder. buildPartial()
Attachment
ListAttachmentsResponse.Builder. getAttachments(int index)
The list of attachments associated with the given case.Attachment
ListAttachmentsResponse. getAttachments(int index)
The list of attachments associated with the given case.Attachment
ListAttachmentsResponseOrBuilder. getAttachments(int index)
The list of attachments associated with the given case.static Attachment
Attachment. getDefaultInstance()
Attachment
Attachment.Builder. getDefaultInstanceForType()
Attachment
Attachment. getDefaultInstanceForType()
static Attachment
Attachment. parseDelimitedFrom(InputStream input)
static Attachment
Attachment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attachment
Attachment. parseFrom(byte[] data)
static Attachment
Attachment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attachment
Attachment. parseFrom(com.google.protobuf.ByteString data)
static Attachment
Attachment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attachment
Attachment. parseFrom(com.google.protobuf.CodedInputStream input)
static Attachment
Attachment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attachment
Attachment. parseFrom(InputStream input)
static Attachment
Attachment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attachment
Attachment. parseFrom(ByteBuffer data)
static Attachment
Attachment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.support.v2 that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>
ListAttachmentsResponse.Builder. getAttachmentsList()
The list of attachments associated with the given case.List<Attachment>
ListAttachmentsResponse. getAttachmentsList()
The list of attachments associated with the given case.List<Attachment>
ListAttachmentsResponseOrBuilder. getAttachmentsList()
The list of attachments associated with the given case.com.google.protobuf.Parser<Attachment>
Attachment. getParserForType()
static com.google.protobuf.Parser<Attachment>
Attachment. parser()
Methods in com.google.cloud.support.v2 with parameters of type Attachment Modifier and Type Method Description ListAttachmentsResponse.Builder
ListAttachmentsResponse.Builder. addAttachments(int index, Attachment value)
The list of attachments associated with the given case.ListAttachmentsResponse.Builder
ListAttachmentsResponse.Builder. addAttachments(Attachment value)
The list of attachments associated with the given case.Attachment.Builder
Attachment.Builder. mergeFrom(Attachment other)
static Attachment.Builder
Attachment. newBuilder(Attachment prototype)
ListAttachmentsResponse.Builder
ListAttachmentsResponse.Builder. setAttachments(int index, Attachment value)
The list of attachments associated with the given case.Method parameters in com.google.cloud.support.v2 with type arguments of type Attachment Modifier and Type Method Description ListAttachmentsResponse.Builder
ListAttachmentsResponse.Builder. addAllAttachments(Iterable<? extends Attachment> values)
The list of attachments associated with the given case.static com.google.api.core.ApiFuture<CaseAttachmentServiceClient.ListAttachmentsPagedResponse>
CaseAttachmentServiceClient.ListAttachmentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAttachmentsRequest,ListAttachmentsResponse,Attachment> context, com.google.api.core.ApiFuture<ListAttachmentsResponse> futureResponse)
protected CaseAttachmentServiceClient.ListAttachmentsPage
CaseAttachmentServiceClient.ListAttachmentsPage. createPage(com.google.api.gax.rpc.PageContext<ListAttachmentsRequest,ListAttachmentsResponse,Attachment> context, ListAttachmentsResponse response)
com.google.api.core.ApiFuture<CaseAttachmentServiceClient.ListAttachmentsPage>
CaseAttachmentServiceClient.ListAttachmentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAttachmentsRequest,ListAttachmentsResponse,Attachment> context, com.google.api.core.ApiFuture<ListAttachmentsResponse> futureResponse)
-