Interface InterconnectAttachmentGroupAttachmentOrBuilder (1.74.0)

public interface InterconnectAttachmentGroupAttachmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttachment()

public abstract String getAttachment()

optional string attachment = 183982371;

Returns
Type Description
String

The attachment.

getAttachmentBytes()

public abstract ByteString getAttachmentBytes()

optional string attachment = 183982371;

Returns
Type Description
ByteString

The bytes for attachment.

hasAttachment()

public abstract boolean hasAttachment()

optional string attachment = 183982371;

Returns
Type Description
boolean

Whether the attachment field is set.