public
sealed
class
CppSettings
:
IMessage<CppSettings>
,
IEquatable<CppSettings>
,
IDeepCloneable<CppSettings>
,
IBufferMessage
,
IMessage
Settings for C++ client libraries.
Implements
IMessage CppSettings , IEquatable CppSettings , IDeepCloneable CppSettings , IBufferMessage , IMessageNamespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Constructors
CppSettings()
public
CppSettings
()
CppSettings(CppSettings)
public
CppSettings
(
CppSettings
other
)
Fields
CommonFieldNumber
public
const
int
CommonFieldNumber
=
1
Field number for the "common" field.
Properties
Common
public
CommonLanguageSettings
Common
{
get
;
set
;
}
Some settings.
Descriptor
public
static
MessageDescriptor
Descriptor
{
get
;
}
Parser
public
static
MessageParser<CppSettings>
Parser
{
get
;
}
Methods
CalculateSize()
public
int
CalculateSize
()
Clone()
public
CppSettings
Clone
()
Equals(CppSettings)
public
bool
Equals
(
CppSettings
other
)
Equals(object)
public
override
bool
Equals
(
object
other
)
GetHashCode()
public
override
int
GetHashCode
()
MergeFrom(CppSettings)
public
void
MergeFrom
(
CppSettings
other
)
MergeFrom(CodedInputStream)
public
void
MergeFrom
(
CodedInputStream
input
)
ToString()
public
override
string
ToString
()
WriteTo(CodedOutputStream)
public
void
WriteTo
(
CodedOutputStream
output
)