Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::RuntimeActionSchema::InputParameter.
Metadata of an input parameter.
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 Parameter.
#data_type=
def data_type=(value) -> ::Google::Cloud::Connectors::V1::DataType
Parameter
- value (::Google::Cloud::Connectors::V1::DataType) — The data type of the Parameter.
Returns
- (::Google::Cloud::Connectors::V1::DataType) — The data type of the Parameter.
#default_value
def default_value() -> ::Google::Protobuf::Value
Returns
- (::Google::Protobuf::Value) — The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
#default_value=
def default_value=(value) -> ::Google::Protobuf::Value
Parameter
- 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.
Returns
- (::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
def description() -> ::String
Returns
- (::String) — A brief description of the Parameter.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — A brief description of the Parameter.
Returns
- (::String) — A brief description of the Parameter.
#nullable
def nullable() -> ::Boolean
Returns
- (::Boolean) — Specifies whether a null value is allowed.
#nullable=
def nullable=(value) -> ::Boolean
Parameter
- value (::Boolean) — Specifies whether a null value is allowed.
Returns
- (::Boolean) — Specifies whether a null value is allowed.
#parameter
def parameter() -> ::String
Returns
- (::String) — Name of the Parameter.
#parameter=
def parameter=(value) -> ::String
Parameter
- value (::String) — Name of the Parameter.
Returns
- (::String) — Name of the Parameter.