Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Schema::SchemaField.
Represents a column field within a table schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Optional. User friendly field description. Must be less than or equal to 1024 characters.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. User friendly field description. Must be less than or equal to 1024 characters.
Returns
- (::String) — Optional. User friendly field description. Must be less than or equal to 1024 characters.
#fields
def fields() -> ::Array<::Google::Cloud::Dataplex::V1::Schema::SchemaField>
Returns
- (::Array<::Google::Cloud::Dataplex::V1::Schema::SchemaField>) — Optional. Any nested field for complex types.
#fields=
def fields=(value) -> ::Array<::Google::Cloud::Dataplex::V1::Schema::SchemaField>
Parameter
- value (::Array<::Google::Cloud::Dataplex::V1::Schema::SchemaField>) — Optional. Any nested field for complex types.
Returns
- (::Array<::Google::Cloud::Dataplex::V1::Schema::SchemaField>) — Optional. Any nested field for complex types.
#mode
def mode() -> ::Google::Cloud::Dataplex::V1::Schema::Mode
Returns
- (::Google::Cloud::Dataplex::V1::Schema::Mode) — Required. Additional field semantics.
#mode=
def mode=(value) -> ::Google::Cloud::Dataplex::V1::Schema::Mode
Parameter
- value (::Google::Cloud::Dataplex::V1::Schema::Mode) — Required. Additional field semantics.
Returns
- (::Google::Cloud::Dataplex::V1::Schema::Mode) — Required. Additional field semantics.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the field. The maximum length is 767 characters. The name
must begins with a letter and not contains
:
and.
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the field. The maximum length is 767 characters. The name
must begins with a letter and not contains
:
and.
.
Returns
-
(::String) — Required. The name of the field. The maximum length is 767 characters. The name
must begins with a letter and not contains
:
and.
.
#type
def type() -> ::Google::Cloud::Dataplex::V1::Schema::Type
Returns
- (::Google::Cloud::Dataplex::V1::Schema::Type) — Required. The type of field.
#type=
def type=(value) -> ::Google::Cloud::Dataplex::V1::Schema::Type
Parameter
- value (::Google::Cloud::Dataplex::V1::Schema::Type) — Required. The type of field.
Returns
- (::Google::Cloud::Dataplex::V1::Schema::Type) — Required. The type of field.