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