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 AttachmentAttachment.Builder. build()AttachmentAttachment.Builder. buildPartial()AttachmentListAttachmentsResponse.Builder. getAttachments(int index)The list of attachments associated with the given case.AttachmentListAttachmentsResponse. getAttachments(int index)The list of attachments associated with the given case.AttachmentListAttachmentsResponseOrBuilder. getAttachments(int index)The list of attachments associated with the given case.static AttachmentAttachment. getDefaultInstance()AttachmentAttachment.Builder. getDefaultInstanceForType()AttachmentAttachment. getDefaultInstanceForType()static AttachmentAttachment. parseDelimitedFrom(InputStream input)static AttachmentAttachment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachmentAttachment. parseFrom(byte[] data)static AttachmentAttachment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachmentAttachment. parseFrom(com.google.protobuf.ByteString data)static AttachmentAttachment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachmentAttachment. parseFrom(com.google.protobuf.CodedInputStream input)static AttachmentAttachment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachmentAttachment. parseFrom(InputStream input)static AttachmentAttachment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachmentAttachment. parseFrom(ByteBuffer data)static AttachmentAttachment. 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.BuilderListAttachmentsResponse.Builder. addAttachments(int index, Attachment value)The list of attachments associated with the given case.ListAttachmentsResponse.BuilderListAttachmentsResponse.Builder. addAttachments(Attachment value)The list of attachments associated with the given case.Attachment.BuilderAttachment.Builder. mergeFrom(Attachment other)static Attachment.BuilderAttachment. newBuilder(Attachment prototype)ListAttachmentsResponse.BuilderListAttachmentsResponse.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.BuilderListAttachmentsResponse.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.ListAttachmentsPageCaseAttachmentServiceClient.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)
-