Integration Connectors v1 API - Class ConfigVariable (1.0.0)

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.

Inheritance

object > ConfigVariable

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

ConfigVariable()

public ConfigVariable()

ConfigVariable(ConfigVariable)

public ConfigVariable(ConfigVariable other)
Parameter
NameDescription
otherConfigVariable

Properties

BoolValue

public bool BoolValue { get; set; }

Value is a bool.

Property Value
TypeDescription
bool

HasBoolValue

public bool HasBoolValue { get; }

Gets whether the "bool_value" field is set

Property Value
TypeDescription
bool

HasIntValue

public bool HasIntValue { get; }

Gets whether the "int_value" field is set

Property Value
TypeDescription
bool

HasStringValue

public bool HasStringValue { get; }

Gets whether the "string_value" field is set

Property Value
TypeDescription
bool

IntValue

public long IntValue { get; set; }

Value is an integer

Property Value
TypeDescription
long

Key

public string Key { get; set; }

Key of the config variable.

Property Value
TypeDescription
string

SecretValue

public Secret SecretValue { get; set; }

Value is a secret.

Property Value
TypeDescription
Secret

StringValue

public string StringValue { get; set; }

Value is a string.

Property Value
TypeDescription
string

ValueCase

public ConfigVariable.ValueOneofCase ValueCase { get; }
Property Value
TypeDescription
ConfigVariableValueOneofCase