Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::RuntimeActionSchema::ResultMetadata.
Metadata of result field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_type
def data_type() -> ::Google::Cloud::Connectors::V1::DataType
Returns
- (::Google::Cloud::Connectors::V1::DataType) — The data type of the field.
#data_type=
def data_type=(value) -> ::Google::Cloud::Connectors::V1::DataType
Parameter
- value (::Google::Cloud::Connectors::V1::DataType) — The data type of the field.
Returns
- (::Google::Cloud::Connectors::V1::DataType) — The data type of the field.
#description
def description() -> ::String
Returns
- (::String) — A brief description of the field.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — A brief description of the field.
Returns
- (::String) — A brief description of the field.
#field
def field() -> ::String
Returns
- (::String) — Name of the result field.
#field=
def field=(value) -> ::String
Parameter
- value (::String) — Name of the result field.
Returns
- (::String) — Name of the result field.