Reference documentation and code samples for the Google Cloud Ces V1 Client class VariableDeclaration.
Defines the structure and metadata for a variable.
Generated from protobuf message google.cloud.ces.v1.App.VariableDeclaration
Namespace
Google \ Cloud \ Ces \ V1 \ AppMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.
↳ description
string
Required. The description of the variable.
↳ schema
getName
Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.
string
setName
Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.
var
string
$this
getDescription
Required. The description of the variable.
string
setDescription
Required. The description of the variable.
var
string
$this
getSchema
Required. The schema of the variable.
hasSchema
clearSchema
setSchema
Required. The schema of the variable.
$this

