public sealed class GoSettings : IMessage<GoSettings>, IEquatable<GoSettings>, IDeepCloneable<GoSettings>, IBufferMessage, IMessage
Settings for Go client libraries.
Implements
IMessage GoSettings , IEquatable GoSettings , IDeepCloneable GoSettings , IBufferMessage , IMessageNamespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Constructors
GoSettings()
public GoSettings()
GoSettings(GoSettings)
public GoSettings(GoSettings other)
Fields
CommonFieldNumber
public
const
int
CommonFieldNumber
=
1
Field number for the "common" field.
RenamedServicesFieldNumber
public
const
int
RenamedServicesFieldNumber
=
2
Field number for the "renamed_services" field.
Properties
Common
public CommonLanguageSettings Common { get; set; }
Some settings.
Descriptor
public static MessageDescriptor Descriptor { get; }
Parser
public static MessageParser<GoSettings> Parser { get; }
RenamedServices
public MapField<string, string> RenamedServices { get; }
Map of service names to renamed services. Keys are the package relative service names and values are the name to be used for the service client and call options.
publishing: go_settings: renamed_services: Publisher: TopicAdmin
Methods
CalculateSize()
public int CalculateSize()
Clone()
public GoSettings Clone()
Equals(GoSettings)
public bool Equals(GoSettings other)
Equals(object)
public override bool Equals(object other)
GetHashCode()
public override int GetHashCode()
MergeFrom(GoSettings)
public void MergeFrom(GoSettings other)
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
ToString()
public override string ToString()
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)

