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
Name Description
other GoSettings

Fields

CommonFieldNumber

public const int CommonFieldNumber = 1

Field number for the "common" field.

Field Value
Type Description
int

Properties

Common

public CommonLanguageSettings Common { get; set; }

Some settings.

Property Value
Type Description
CommonLanguageSettings

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
Type Description
MessageDescriptor

Parser

public static MessageParser<GoSettings> Parser { get; }
Property Value
Type Description
MessageParserGoSettings

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
int

Clone()

public GoSettings Clone()
Returns
Type Description
GoSettings

Equals(GoSettings)

public bool Equals(GoSettings other)
Parameter
Name Description
other GoSettings
Returns
Type Description
bool

Equals(object)

public override bool Equals(object other)
Parameter
Name Description
other object
Returns
Type Description
bool
Overrides

GetHashCode()

public override int GetHashCode()
Returns
Type Description
int
Overrides

MergeFrom(GoSettings)

public void MergeFrom(GoSettings other)
Parameter
Name Description
other GoSettings

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream

ToString()

public override string ToString()
Returns
Type Description
string
Overrides

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream