Class GoSettings (2.10.0)

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

Settings for Go client libraries.

Inheritance

object > GoSettings

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

GoSettings()

public GoSettings()

GoSettings(GoSettings)

public GoSettings(GoSettings other)
Parameter
NameDescription
otherGoSettings

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<GoSettings> Parser { get; }
Property Value
TypeDescription
MessageParserGoSettings

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
int

Clone()

public GoSettings Clone()
Returns
TypeDescription
GoSettings

Equals(GoSettings)

public bool Equals(GoSettings other)
Parameter
NameDescription
otherGoSettings
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(GoSettings)

public void MergeFrom(GoSettings other)
Parameter
NameDescription
otherGoSettings

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