Class Value (1.2.0)

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

Value is the value of the field.

Inheritance

Object > Value

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Value()

public Value()

Value(Value)

public Value(Value other)
Parameter
NameDescription
otherValue

Properties

DoubleValue

public double DoubleValue { get; set; }

A double value.

Property Value
TypeDescription
Double

IntValue

public long IntValue { get; set; }

An integer value.

Property Value
TypeDescription
Int64

StringValue

public string StringValue { get; set; }

A string value.

Property Value
TypeDescription
String

ValueCase

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