public sealed class DoubleValue : IMessage<DoubleValue>, IEquatable<DoubleValue>, IDeepCloneable<DoubleValue>, IBufferMessage, IMessageReference documentation and code samples for the App Topology v1 API class DoubleValue.
DoubleValue represents a property that has a double value type.
Implements
IMessageDoubleValue, IEquatableDoubleValue, IDeepCloneableDoubleValue, IBufferMessage, IMessageNamespace
Google.Cloud.AppTopology.V1Assembly
Google.Cloud.AppTopology.V1.dll
Constructors
DoubleValue()
public DoubleValue()DoubleValue(DoubleValue)
public DoubleValue(DoubleValue other)| Parameter | |
|---|---|
| Name | Description |
other |
DoubleValue |
Properties
AllowedValues
public RepeatedField<double> AllowedValues { get; }OPTIONAL Allowed values for the property. If provided, the property value must be one of the allowed values.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSystem.Double |
|
Repeated
public bool Repeated { get; set; }OPTIONAL Whether the property is repeated.
| Property Value | |
|---|---|
| Type | Description |
bool |
|