public sealed class Value : IMessage<Value>, IEquatable<Value>, IDeepCloneable<Value>, IBufferMessage, IMessage
Reference documentation and code samples for the Resource Settings v1 API class Value.
The data in a setting value.
Namespace
Google.Cloud.ResourceSettings.V1Assembly
Google.Cloud.ResourceSettings.V1.dll
Constructors
Value()
public Value()
Value(Value)
public Value(Value other)
Parameter | |
---|---|
Name | Description |
other | Value |
Properties
BooleanValue
public bool BooleanValue { get; set; }
Defines this value as being a boolean value.
Property Value | |
---|---|
Type | Description |
Boolean |
EnumValue
public Value.Types.EnumValue EnumValue { get; set; }
Defines this value as being a Enum.
Property Value | |
---|---|
Type | Description |
Value.Types.EnumValue |
StringSetValue
public Value.Types.StringSet StringSetValue { get; set; }
Defines this value as being a StringSet.
Property Value | |
---|---|
Type | Description |
Value.Types.StringSet |
StringValue
public string StringValue { get; set; }
Defines this value as being a string value.
Property Value | |
---|---|
Type | Description |
String |
ValueCase
public Value.ValueOneofCase ValueCase { get; }
Property Value | |
---|---|
Type | Description |
Value.ValueOneofCase |