Connectors V1 API - Class Google::Cloud::Connectors::V1::ConfigVariable (v0.3.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.

    Note: The following fields are mutually exclusive: bool_value, int_value, string_value, secret_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#bool_value=

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

    Note: The following fields are mutually exclusive: bool_value, int_value, string_value, secret_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Boolean) — Value is a bool.

    Note: The following fields are mutually exclusive: bool_value, int_value, string_value, secret_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#int_value

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

    Note: The following fields are mutually exclusive: int_value, bool_value, string_value, secret_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#int_value=

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

    Note: The following fields are mutually exclusive: int_value, bool_value, string_value, secret_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Integer) — Value is an integer

    Note: The following fields are mutually exclusive: int_value, bool_value, string_value, secret_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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
  • (::Google::Cloud::Connectors::V1::Secret) — Value is a secret.

    Note: The following fields are mutually exclusive: secret_value, int_value, bool_value, string_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#secret_value=

def secret_value=(value) -> ::Google::Cloud::Connectors::V1::Secret
Parameter
  • value (::Google::Cloud::Connectors::V1::Secret) — Value is a secret.

    Note: The following fields are mutually exclusive: secret_value, int_value, bool_value, string_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Connectors::V1::Secret) — Value is a secret.

    Note: The following fields are mutually exclusive: secret_value, int_value, bool_value, string_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#string_value

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

    Note: The following fields are mutually exclusive: string_value, int_value, bool_value, secret_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#string_value=

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

    Note: The following fields are mutually exclusive: string_value, int_value, bool_value, secret_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — Value is a string.

    Note: The following fields are mutually exclusive: string_value, int_value, bool_value, secret_value. If a field in that set is populated, all other fields in the set will automatically be cleared.