Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::App::VariableDeclaration.
Defines the structure and metadata for a variable.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Required. The description of the variable.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Required. The description of the variable.
Returns
- (::String) — Required. The description of the variable.
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.
Returns
- (::String) — Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.
#schema
def schema() -> ::Google::Cloud::Ces::V1::Schema
Returns
- (::Google::Cloud::Ces::V1::Schema) — Required. The schema of the variable.
#schema=
def schema=(value) -> ::Google::Cloud::Ces::V1::Schema
Parameter
- value (::Google::Cloud::Ces::V1::Schema) — Required. The schema of the variable.
Returns
- (::Google::Cloud::Ces::V1::Schema) — Required. The schema of the variable.