App Topology v1 API - Class DoubleValue (1.0.0-beta01)

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

Reference documentation and code samples for the App Topology v1 API class DoubleValue.

DoubleValue represents a property that has a double value type.

Inheritance

object > DoubleValue

Namespace

Google.Cloud.AppTopology.V1

Assembly

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