public sealed class ConfigVariable : IMessage<ConfigVariable>, IEquatable<ConfigVariable>, IDeepCloneable<ConfigVariable>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class ConfigVariable.
ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
Implements
IMessageConfigVariable, IEquatableConfigVariable, IDeepCloneableConfigVariable, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
ConfigVariable()
public ConfigVariable()
ConfigVariable(ConfigVariable)
public ConfigVariable(ConfigVariable other)
Parameter | |
---|---|
Name | Description |
other |
ConfigVariable |
Properties
BoolValue
public bool BoolValue { get; set; }
Value is a bool.
Property Value | |
---|---|
Type | Description |
bool |
HasBoolValue
public bool HasBoolValue { get; }
Gets whether the "bool_value" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasIntValue
public bool HasIntValue { get; }
Gets whether the "int_value" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasStringValue
public bool HasStringValue { get; }
Gets whether the "string_value" field is set
Property Value | |
---|---|
Type | Description |
bool |
IntValue
public long IntValue { get; set; }
Value is an integer
Property Value | |
---|---|
Type | Description |
long |
Key
public string Key { get; set; }
Key of the config variable.
Property Value | |
---|---|
Type | Description |
string |
SecretValue
public Secret SecretValue { get; set; }
Value is a secret.
Property Value | |
---|---|
Type | Description |
Secret |
StringValue
public string StringValue { get; set; }
Value is a string.
Property Value | |
---|---|
Type | Description |
string |
ValueCase
public ConfigVariable.ValueOneofCase ValueCase { get; }
Property Value | |
---|---|
Type | Description |
ConfigVariableValueOneofCase |