Class PythonSettings (2.10.0)

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

Settings for Python client libraries.

Inheritance

object > PythonSettings

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

PythonSettings()

public PythonSettings()

PythonSettings(PythonSettings)

public PythonSettings(PythonSettings other)
Parameter
NameDescription
otherPythonSettings

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

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
int

Clone()

public PythonSettings Clone()
Returns
TypeDescription
PythonSettings

Equals(PythonSettings)

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

public void MergeFrom(PythonSettings other)
Parameter
NameDescription
otherPythonSettings

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