Uses of Interface
com.google.cloud.support.v2.AttachmentOrBuilder
-
Packages that use AttachmentOrBuilder Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of AttachmentOrBuilder in com.google.cloud.support.v2
Classes in com.google.cloud.support.v2 that implement AttachmentOrBuilder Modifier and Type Class Description class
Attachment
Represents a file attached to a support case.static class
Attachment.Builder
Represents a file attached to a support case.Methods in com.google.cloud.support.v2 that return AttachmentOrBuilder Modifier and Type Method Description AttachmentOrBuilder
ListAttachmentsResponse.Builder. getAttachmentsOrBuilder(int index)
The list of attachments associated with the given case.AttachmentOrBuilder
ListAttachmentsResponse. getAttachmentsOrBuilder(int index)
The list of attachments associated with the given case.AttachmentOrBuilder
ListAttachmentsResponseOrBuilder. getAttachmentsOrBuilder(int index)
The list of attachments associated with the given case.Methods in com.google.cloud.support.v2 that return types with arguments of type AttachmentOrBuilder Modifier and Type Method Description List<? extends AttachmentOrBuilder>
ListAttachmentsResponse.Builder. getAttachmentsOrBuilderList()
The list of attachments associated with the given case.List<? extends AttachmentOrBuilder>
ListAttachmentsResponse. getAttachmentsOrBuilderList()
The list of attachments associated with the given case.List<? extends AttachmentOrBuilder>
ListAttachmentsResponseOrBuilder. getAttachmentsOrBuilderList()
The list of attachments associated with the given case.
-