<PackageReference Include="Google.Protobuf" Version="3.34.2" />

Google.Protobuf.WellKnownTypes.StringValue

Wrapper message for `string`. The JSON representation for `StringValue` is JSON string. Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
public const int ValueFieldNumber = 1

Field number for the "value" field.

public static MessageDescriptor Descriptor { get; }

public static MessageParser<StringValue> Parser { get; }

public string Value { get; set; }

The string value.

public StringValue()

public StringValue(StringValue other)

public int CalculateSize()

public StringValue Clone()

public bool Equals(StringValue other)

public void MergeFrom(StringValue other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)