Class: Google::Cloud::Connectors::V1::RuntimeActionSchema::InputParameter
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::RuntimeActionSchema::InputParameter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Metadata of an input parameter.
Instance Attribute Summary collapse
-
#data_type ⇒ ::Google::Cloud::Connectors::V1::DataType
The data type of the Parameter.
-
#default_value ⇒ ::Google::Protobuf::Value
The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
-
#description ⇒ ::String
A brief description of the Parameter.
-
#nullable ⇒ ::Boolean
Specifies whether a null value is allowed.
-
#parameter ⇒ ::String
Name of the Parameter.
Instance Attribute Details
#data_type ⇒ ::Google::Cloud::Connectors::V1::DataType
Returns The data type of the Parameter.
238 239 240 241 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 238 class InputParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#default_value ⇒ ::Google::Protobuf::Value
Returns The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
238 239 240 241 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 238 class InputParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns A brief description of the Parameter.
238 239 240 241 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 238 class InputParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nullable ⇒ ::Boolean
Returns Specifies whether a null value is allowed.
238 239 240 241 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 238 class InputParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameter ⇒ ::String
Returns Name of the Parameter.
238 239 240 241 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 238 class InputParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |