Reference documentation and code samples for the App Optimize V1BETA API class Google::Cloud::Appoptimize::V1beta::Column.
Describes a single column within Columns.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#columns
def columns() -> ::Array<::Google::Cloud::Appoptimize::V1beta::Column>-
(::Array<::Google::Cloud::Appoptimize::V1beta::Column>) — If the
typeof this column isRECORD, this sub-field describes the nested structure.
#columns=
def columns=(value) -> ::Array<::Google::Cloud::Appoptimize::V1beta::Column>-
value (::Array<::Google::Cloud::Appoptimize::V1beta::Column>) — If the
typeof this column isRECORD, this sub-field describes the nested structure.
-
(::Array<::Google::Cloud::Appoptimize::V1beta::Column>) — If the
typeof this column isRECORD, this sub-field describes the nested structure.
#mode
def mode() -> ::String-
(::String) —
The mode of the column, indicating if it is nullable, required, or repeated.
Possible values:
NULLABLE: The column allows NULL values.REQUIRED: The column does not allow NULL values.REPEATED: The column contains an array of values.
#mode=
def mode=(value) -> ::String-
value (::String) —
The mode of the column, indicating if it is nullable, required, or repeated.
Possible values:
NULLABLE: The column allows NULL values.REQUIRED: The column does not allow NULL values.REPEATED: The column contains an array of values.
-
(::String) —
The mode of the column, indicating if it is nullable, required, or repeated.
Possible values:
NULLABLE: The column allows NULL values.REQUIRED: The column does not allow NULL values.REPEATED: The column contains an array of values.
#name
def name() -> ::String-
(::String) —
The name of the column.
This field:
- Contains only letters (a-z, A-Z), numbers (0-9), or underscores (_);
- Start with a letter or underscore; and
- Has a maximum length is 128 characters.
#name=
def name=(value) -> ::String-
value (::String) —
The name of the column.
This field:
- Contains only letters (a-z, A-Z), numbers (0-9), or underscores (_);
- Start with a letter or underscore; and
- Has a maximum length is 128 characters.
-
(::String) —
The name of the column.
This field:
- Contains only letters (a-z, A-Z), numbers (0-9), or underscores (_);
- Start with a letter or underscore; and
- Has a maximum length is 128 characters.
#type
def type() -> ::String-
(::String) — The data type of the column.
Supported values include:
STRINGINT64FLOAT64BOOLEANTIMESTAMPRECORD
RECORDindicates that the field contains a nested schema, described in thecolumnsproperty of thisColumn.
#type=
def type=(value) -> ::String-
value (::String) — The data type of the column.
Supported values include:
STRINGINT64FLOAT64BOOLEANTIMESTAMPRECORD
RECORDindicates that the field contains a nested schema, described in thecolumnsproperty of thisColumn.
-
(::String) — The data type of the column.
Supported values include:
STRINGINT64FLOAT64BOOLEANTIMESTAMPRECORD
RECORDindicates that the field contains a nested schema, described in thecolumnsproperty of thisColumn.