Class: Google::Cloud::Connectors::V1::RuntimeActionSchema::ResultMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::RuntimeActionSchema::ResultMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Metadata of result field.
Instance Attribute Summary collapse
-
#data_type ⇒ ::Google::Cloud::Connectors::V1::DataType
The data type of the field.
-
#description ⇒ ::String
A brief description of the field.
-
#field ⇒ ::String
Name of the result field.
Instance Attribute Details
#data_type ⇒ ::Google::Cloud::Connectors::V1::DataType
Returns The data type of the field.
253 254 255 256 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 253 class ResultMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns A brief description of the field.
253 254 255 256 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 253 class ResultMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field ⇒ ::String
Returns Name of the result field.
253 254 255 256 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 253 class ResultMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |