Reference documentation and code samples for the Google Cloud Chronicle V1 Client class Button.
Button config for a chart.
Generated from protobuf message google.cloud.chronicle.v1.Button
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ label
string
↳ hyperlink
string
↳ description
string
↳ new_tab
bool
Optional. Whether to open the link in a new tab.
↳ properties
getLabel
Generated from protobuf field string label = 1 [(.google.api.field_behavior) = REQUIRED];
string
setLabel
Generated from protobuf field string label = 1 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getHyperlink
Generated from protobuf field string hyperlink = 2 [(.google.api.field_behavior) = REQUIRED];
string
setHyperlink
Generated from protobuf field string hyperlink = 2 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getDescription
Generated from protobuf field string description = 3 [(.google.api.field_behavior) = OPTIONAL];
string
setDescription
Generated from protobuf field string description = 3 [(.google.api.field_behavior) = OPTIONAL];
var
string
$this
getNewTab
Optional. Whether to open the link in a new tab.
bool
setNewTab
Optional. Whether to open the link in a new tab.
var
bool
$this
getProperties
Generated from protobuf field .google.cloud.chronicle.v1.Button.Properties properties = 5 [(.google.api.field_behavior) = OPTIONAL];
hasProperties
clearProperties
setProperties
Generated from protobuf field .google.cloud.chronicle.v1.Button.Properties properties = 5 [(.google.api.field_behavior) = OPTIONAL];
$this

