Uses of Interface
com.google.cloud.advisorynotifications.v1.AttachmentOrBuilder
-
Packages that use AttachmentOrBuilder Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of AttachmentOrBuilder in com.google.cloud.advisorynotifications.v1
Classes in com.google.cloud.advisorynotifications.v1 that implement AttachmentOrBuilder Modifier and Type Class Description class
Attachment
Attachment with specific information about the issue.static class
Attachment.Builder
Attachment with specific information about the issue.Methods in com.google.cloud.advisorynotifications.v1 that return AttachmentOrBuilder Modifier and Type Method Description AttachmentOrBuilder
Message.Builder. getAttachmentsOrBuilder(int index)
The attachments to download.AttachmentOrBuilder
Message. getAttachmentsOrBuilder(int index)
The attachments to download.AttachmentOrBuilder
MessageOrBuilder. getAttachmentsOrBuilder(int index)
The attachments to download.Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type AttachmentOrBuilder Modifier and Type Method Description List<? extends AttachmentOrBuilder>
Message.Builder. getAttachmentsOrBuilderList()
The attachments to download.List<? extends AttachmentOrBuilder>
Message. getAttachmentsOrBuilderList()
The attachments to download.List<? extends AttachmentOrBuilder>
MessageOrBuilder. getAttachmentsOrBuilderList()
The attachments to download.
-