Capacity Planner v1beta API - Class Value (1.0.0-beta02)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class Value : IMessage<Value>, IEquatable<Value>, IDeepCloneable<Value>, IBufferMessage, IMessage
Namespace
Google.Cloud.CapacityPlanner.V1Beta
Assembly
Google.Cloud.CapacityPlanner.V1Beta.dll
Constructors
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; }
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]