public sealed class IntValue : IMessage<IntValue>, IEquatable<IntValue>, IDeepCloneable<IntValue>, IBufferMessage, IMessageReference documentation and code samples for the App Topology v1 API class IntValue.
IntValue represents a property that has an integer value type.
Namespace
Google.Cloud.AppTopology.V1Assembly
Google.Cloud.AppTopology.V1.dll
Constructors
IntValue()
public IntValue()IntValue(IntValue)
public IntValue(IntValue other)| Parameter | |
|---|---|
| Name | Description |
other |
IntValue |
Properties
AllowedValues
public RepeatedField<long> 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.Int64 |
|
Repeated
public bool Repeated { get; set; }OPTIONAL Whether the property is repeated.
| Property Value | |
|---|---|
| Type | Description |
bool |
|