Interface ButtonOrBuilder (0.31.0)

public interface ButtonOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

public abstract String getHyperlink()

string hyperlink = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The hyperlink.

getHyperlinkBytes()

public abstract ByteString getHyperlinkBytes()

string hyperlink = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for hyperlink.

getLabel()

public abstract String getLabel()

string label = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The label.

getLabelBytes()

public abstract ByteString getLabelBytes()

string label = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for label.

getNewTab()

public abstract boolean getNewTab()

Optional. Whether to open the link in a new tab.

bool new_tab = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The newTab.

getProperties()

public abstract Button.Properties getProperties()

.google.cloud.chronicle.v1.Button.Properties properties = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Button.Properties

The properties.

getPropertiesOrBuilder()

public abstract Button.PropertiesOrBuilder getPropertiesOrBuilder()

.google.cloud.chronicle.v1.Button.Properties properties = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Button.PropertiesOrBuilder

hasProperties()

public abstract boolean hasProperties()

.google.cloud.chronicle.v1.Button.Properties properties = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the properties field is set.