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 Csv
getCsv()
A CSV file attachment.CsvOrBuilder
getCsvOrBuilder()
A CSV file attachment.Attachment.DataCase
getDataCase()
String
getDisplayName()
The title of the attachment.com.google.protobuf.ByteString
getDisplayNameBytes()
The title of the attachment.boolean
hasCsv()
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()
-
-