Uses of Class
com.google.cloud.advisorynotifications.v1.Attachment
-
Packages that use Attachment Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of Attachment in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return Attachment Modifier and Type Method Description AttachmentAttachment.Builder. build()AttachmentAttachment.Builder. buildPartial()AttachmentMessage.Builder. getAttachments(int index)The attachments to download.AttachmentMessage. getAttachments(int index)The attachments to download.AttachmentMessageOrBuilder. getAttachments(int index)The attachments to download.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.advisorynotifications.v1 that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Message.Builder. getAttachmentsList()The attachments to download.List<Attachment>Message. getAttachmentsList()The attachments to download.List<Attachment>MessageOrBuilder. getAttachmentsList()The attachments to download.com.google.protobuf.Parser<Attachment>Attachment. getParserForType()static com.google.protobuf.Parser<Attachment>Attachment. parser()Methods in com.google.cloud.advisorynotifications.v1 with parameters of type Attachment Modifier and Type Method Description Message.BuilderMessage.Builder. addAttachments(int index, Attachment value)The attachments to download.Message.BuilderMessage.Builder. addAttachments(Attachment value)The attachments to download.Attachment.BuilderAttachment.Builder. mergeFrom(Attachment other)static Attachment.BuilderAttachment. newBuilder(Attachment prototype)Message.BuilderMessage.Builder. setAttachments(int index, Attachment value)The attachments to download.Method parameters in com.google.cloud.advisorynotifications.v1 with type arguments of type Attachment Modifier and Type Method Description Message.BuilderMessage.Builder. addAllAttachments(Iterable<? extends Attachment> values)The attachments to download.
-