Class MethodConfig (4.3.1)

public sealed class MethodConfig : Protobuf.IMessage<MethodConfig>, Protobuf.IBufferMessage

Inheritance

object > MethodConfig

Implements

IBufferMessage

Namespace

GoogleGoogle.ApiGaxGrpcGcp

Assembly

Google.Api.Gax.Grpc.dll

Constructors

MethodConfig()

public MethodConfig()

MethodConfig(MethodConfig)

public MethodConfig(MethodConfig other)
Parameter
Name Description
other MethodConfig

Fields

AffinityFieldNumber

public const int AffinityFieldNumber = 1001

Field number for the "affinity" field.

Field Value
Type Description
int

NameFieldNumber

public const int NameFieldNumber = 1

Field number for the "name" field.

Field Value
Type Description
int

Properties

Affinity

public AffinityConfig Affinity { get; set; }

The channel affinity configurations.

Property Value
Type Description
AffinityConfig

Descriptor

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

Name

public Protobuf.Collections.RepeatedField<string> Name { get; }

A fully qualified name of a gRPC method, or a wildcard pattern ending with ., such as foo.bar.A, foo.bar.. Method configs are evaluated sequentially, and the first one takes precedence.

Property Value
Type Description
RepeatedFieldstring

Parser

public static Protobuf.MessageParser<MethodConfig> Parser { get; }
Property Value
Type Description
MessageParserMethodConfig

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
int

Clone()

public MethodConfig Clone()
Returns
Type Description
MethodConfig

Equals(MethodConfig)

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

Equals(object)

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

GetHashCode()

public override int GetHashCode()
Returns
Type Description
int

MergeFrom(MethodConfig)

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

MergeFrom(CodedInputStream)

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

ToString()

public override string ToString()
Returns
Type Description
string

WriteTo(CodedOutputStream)

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