Class: Google::Cloud::Connectors::V1::RuntimeActionSchema::InputParameter

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_type::Google::Cloud::Connectors::V1::DataType

Returns The data type of the Parameter.

Returns:



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.

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.



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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