public sealed class Value : IMessage<Value>, IEquatable<Value>, IDeepCloneable<Value>, IBufferMessage, IMessageData type and value of a parameter.
Implements
Google.Protobuf.IMessage<Value>, IEquatable<Value>, Google.Protobuf.IDeepCloneable<Value>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
Value()
public Value()Value(Value)
public Value(Value other)| Parameter | |
|---|---|
| Name | Description |
other |
Value |
Properties
DoubleValue
public double DoubleValue { get; set; }Represents a double value.
| Property Value | |
|---|---|
| Type | Description |
Double |
|
Int64Value
public long Int64Value { get; set; }Represents an int64 value.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
KindCase
public Value.KindOneofCase KindCase { get; }| Property Value | |
|---|---|
| Type | Description |
Value.KindOneofCase |
|
ProtoValue
public Any ProtoValue { get; set; }Represents an 'Any' proto value.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.WellKnownTypes.Any |
|
StringValue
public string StringValue { get; set; }Represents a string value.
| Property Value | |
|---|---|
| Type | Description |
String |
|