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

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

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

StringValue represents a property that has a string value type.

Inheritance

object > StringValue

Namespace

Google.Cloud.AppTopology.V1

Assembly

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