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