Cloud Commerce Consumer Procurement v1 API - Class Parameter.Types.Value (1.3.0)

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

Inheritance

object > Parameter.Types.Value

Namespace

Google.Cloud.Commerce.Consumer.Procurement.V1

Assembly

Google.Cloud.Commerce.Consumer.Procurement.V1.dll

Constructors

Value()

public Value()

Value(Value)

public Value(Parameter.Types.Value other)
Parameter
Name Description
other ParameterTypesValue

Properties

DoubleValue

public double DoubleValue { get; set; }

Represents a double value.

Property Value
Type Description
double

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; }

Represents an int64 value.

Property Value
Type Description
long

KindCase

public Parameter.Types.Value.KindOneofCase KindCase { get; }
Property Value
Type Description
ParameterTypesValueKindOneofCase

StringValue

public string StringValue { get; set; }

Represents a string value.

Property Value
Type Description
string