Interface AttachmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Attachment,Attachment.Builder
public interface AttachmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CsvgetCsv()A CSV file attachment.CsvOrBuildergetCsvOrBuilder()A CSV file attachment.Attachment.DataCasegetDataCase()StringgetDisplayName()The title of the attachment.com.google.protobuf.ByteStringgetDisplayNameBytes()The title of the attachment.booleanhasCsv()A CSV file attachment.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCsv
boolean hasCsv()
A CSV file attachment. Max size is 10 MB.
.google.cloud.advisorynotifications.v1.Csv csv = 2;- Returns:
- Whether the csv field is set.
-
getCsv
Csv getCsv()
A CSV file attachment. Max size is 10 MB.
.google.cloud.advisorynotifications.v1.Csv csv = 2;- Returns:
- The csv.
-
getCsvOrBuilder
CsvOrBuilder getCsvOrBuilder()
A CSV file attachment. Max size is 10 MB.
.google.cloud.advisorynotifications.v1.Csv csv = 2;
-
getDisplayName
String getDisplayName()
The title of the attachment.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
The title of the attachment.
string display_name = 1;- Returns:
- The bytes for displayName.
-
getDataCase
Attachment.DataCase getDataCase()
-
-