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

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

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
int

Clone()

public RubySettings Clone()
Returns
Type Description
RubySettings

Equals(RubySettings)

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

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

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