Send feedback
Capacity Planner v1beta API - Class Value (1.0.0-beta01)
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; }
Send feedback
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 2025-10-10 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]