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- (::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- 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.
- (::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- (::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- 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.
- (::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- (::String) — Key of the config variable.
#key=
def key=(value) -> ::String- value (::String) — Key of the config variable.
- (::String) — Key of the config variable.
#secret_value
def secret_value() -> ::Google::Cloud::Connectors::V1::Secret- (::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- 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.
- (::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- (::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- 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.
- (::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.