Class CppSettings (2.10.0)

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

Settings for C++ client libraries.

Inheritance

object > CppSettings

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

CppSettings()

public CppSettings()

CppSettings(CppSettings)

public CppSettings(CppSettings other)
Parameter
NameDescription
otherCppSettings

Fields

CommonFieldNumber

public const int CommonFieldNumber = 1

Field number for the "common" field.

Field Value
TypeDescription
int

Properties

Common

public CommonLanguageSettings Common { get; set; }

Some settings.

Property Value
TypeDescription
CommonLanguageSettings

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
MessageDescriptor

Parser

public static MessageParser<CppSettings> Parser { get; }
Property Value
TypeDescription
MessageParserCppSettings

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
int

Clone()

public CppSettings Clone()
Returns
TypeDescription
CppSettings

Equals(CppSettings)

public bool Equals(CppSettings other)
Parameter
NameDescription
otherCppSettings
Returns
TypeDescription
bool

Equals(object)

public override bool Equals(object other)
Parameter
NameDescription
otherobject
Returns
TypeDescription
bool
Overrides

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
int
Overrides

MergeFrom(CppSettings)

public void MergeFrom(CppSettings other)
Parameter
NameDescription
otherCppSettings

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
string
Overrides

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream