Class RubySettings (2.10.0)

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

Settings for Ruby client libraries.

Inheritance

object > RubySettings

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

RubySettings()

public RubySettings()

RubySettings(RubySettings)

public RubySettings(RubySettings other)
Parameter
NameDescription
otherRubySettings

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

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
int

Clone()

public RubySettings Clone()
Returns
TypeDescription
RubySettings

Equals(RubySettings)

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

public void MergeFrom(RubySettings other)
Parameter
NameDescription
otherRubySettings

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