Connectors V1 API - Class Google::Cloud::Connectors::V1::ConfigVariable (v0.1.0)

Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::ConfigVariable.

ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bool_value

def bool_value() -> ::Boolean
Returns
  • (::Boolean) — Value is a bool.

#bool_value=

def bool_value=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Value is a bool.
Returns
  • (::Boolean) — Value is a bool.

#int_value

def int_value() -> ::Integer
Returns
  • (::Integer) — Value is an integer

#int_value=

def int_value=(value) -> ::Integer
Parameter
  • value (::Integer) — Value is an integer
Returns
  • (::Integer) — Value is an integer

#key

def key() -> ::String
Returns
  • (::String) — Key of the config variable.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — Key of the config variable.
Returns
  • (::String) — Key of the config variable.

#secret_value

def secret_value() -> ::Google::Cloud::Connectors::V1::Secret
Returns

#secret_value=

def secret_value=(value) -> ::Google::Cloud::Connectors::V1::Secret
Parameter
Returns

#string_value

def string_value() -> ::String
Returns
  • (::String) — Value is a string.

#string_value=

def string_value=(value) -> ::String
Parameter
  • value (::String) — Value is a string.
Returns
  • (::String) — Value is a string.