Wrapper message for string
.
The JSON representation for StringValue
is JSON string.
Constructors and Destructors |
|
---|---|
StringValue()
|
|
StringValue(StringValue other)
|
Properties |
|
---|---|
Descriptor
|
pbr::MessageDescriptor
|
Descriptor
|
pbr::MessageDescriptor pb::IMessage.
|
Parser
|
pb::MessageParser< StringValue >
|
Value
|
string
The string value.
|
Public attributes |
|
---|---|
ValueFieldNumber = 1
|
const int
Field number for the "value" field.
|
Public functions |
|
---|---|
CalculateSize()
|
int
|
Clone()
|
|
Equals(object other)
|
override bool
|
Equals(StringValue other)
|
bool
|
GetHashCode()
|
override int
|
MergeFrom(StringValue other)
|
void
|
MergeFrom(pb::CodedInputStream input)
|
void
|
ToString()
|
override string
|
WriteTo(pb::CodedOutputStream output)
|
void
|
pbr::MessageDescriptor Descriptor
pbr::MessageDescriptor pb::IMessage. Descriptor
pb::MessageParser< StringValue > Parser
string Value
The string value.
int CalculateSize()
StringValue Clone()
override bool Equals( object other )
bool Equals( StringValue other )
override int GetHashCode()
void MergeFrom( StringValue other )
void MergeFrom( pb::CodedInputStream input )
StringValue()
StringValue( StringValue other )
override string ToString()
void WriteTo( pb::CodedOutputStream output )