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 Attachment
Attachment.Builder. build()
Attachment
Attachment.Builder. buildPartial()
Attachment
Message.Builder. getAttachments(int index)
The attachments to download.Attachment
Message. getAttachments(int index)
The attachments to download.Attachment
MessageOrBuilder. getAttachments(int index)
The attachments to download.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.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.Builder
Message.Builder. addAttachments(int index, Attachment value)
The attachments to download.Message.Builder
Message.Builder. addAttachments(Attachment value)
The attachments to download.Attachment.Builder
Attachment.Builder. mergeFrom(Attachment other)
static Attachment.Builder
Attachment. newBuilder(Attachment prototype)
Message.Builder
Message.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.Builder
Message.Builder. addAllAttachments(Iterable<? extends Attachment> values)
The attachments to download.
-