public interface AttachmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCsv()
A CSV file attachment. Max size is 10 MB.
.google.cloud.advisorynotifications.v1.Csv csv = 2;Csv getCsv()
A CSV file attachment. Max size is 10 MB.
.google.cloud.advisorynotifications.v1.Csv csv = 2;CsvOrBuilder getCsvOrBuilder()
A CSV file attachment. Max size is 10 MB.
.google.cloud.advisorynotifications.v1.Csv csv = 2;String getDisplayName()
The title of the attachment.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
The title of the attachment.
string display_name = 1;Attachment.DataCase getDataCase()
Copyright © 2023 Google LLC. All rights reserved.