Interface AttachmentOrBuilder (0.30.0)

public interface AttachmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCsv()

public abstract Csv getCsv()

A CSV file attachment. Max size is 10 MB.

.google.cloud.advisorynotifications.v1.Csv csv = 2;

Returns
TypeDescription
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
TypeDescription
CsvOrBuilder

getDataCase()

public abstract Attachment.DataCase getDataCase()
Returns
TypeDescription
Attachment.DataCase

getDisplayName()

public abstract String getDisplayName()

The title of the attachment.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The title of the attachment.

string display_name = 1;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the csv field is set.