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

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

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
int

Clone()

public PythonSettings Clone()
Returns
Type Description
PythonSettings

Equals(PythonSettings)

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

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

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