Capacity Planner v1beta API - Class Value (1.0.0-beta01)

public sealed class Value : IMessage<Value>, IEquatable<Value>, IDeepCloneable<Value>, IBufferMessage, IMessage

Inheritance

object > Value

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Constructors

Value()

public Value()

Value(Value)

public Value(Value other)
Parameter
Name Description
other Value

Properties

BoolValue

public bool BoolValue { get; set; }
Property Value
Type Description
bool

DoubleValue

public double DoubleValue { get; set; }
Property Value
Type Description
double

HasBoolValue

public bool HasBoolValue { get; }

Gets whether the "bool_value" field is set

Property Value
Type Description
bool

HasDoubleValue

public bool HasDoubleValue { get; }

Gets whether the "double_value" field is set

Property Value
Type Description
bool

HasInt64Value

public bool HasInt64Value { get; }

Gets whether the "int64_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

Int64Value

public long Int64Value { get; set; }
Property Value
Type Description
long

StringValue

public string StringValue { get; set; }
Property Value
Type Description
string

ValueCase

public Value.ValueOneofCase ValueCase { get; }
Property Value
Type Description
ValueValueOneofCase