public interface AttachmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCsv()
public abstract Csv getCsv()A CSV file attachment. Max size is 10 MB.
.google.cloud.advisorynotifications.v1.Csv csv = 2;
| Returns | |
|---|---|
| Type | Description |
Csv |
The csv. |
getCsvOrBuilder()
public abstract CsvOrBuilder getCsvOrBuilder()A CSV file attachment. Max size is 10 MB.
.google.cloud.advisorynotifications.v1.Csv csv = 2;
| Returns | |
|---|---|
| Type | Description |
CsvOrBuilder |
|
getDataCase()
public abstract Attachment.DataCase getDataCase()| Returns | |
|---|---|
| Type | Description |
Attachment.DataCase |
|
getDisplayName()
public abstract String getDisplayName()The title of the attachment.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The title of the attachment.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
hasCsv()
public abstract boolean hasCsv()A CSV file attachment. Max size is 10 MB.
.google.cloud.advisorynotifications.v1.Csv csv = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the csv field is set. |