public sealed class Backend : IMessage<Backend>, IEquatable<Backend>, IDeepCloneable<Backend>, IBufferMessage, IMessage
Backend
defines the backend configuration for a service.
Implements
IMessage Backend , IEquatable Backend , IDeepCloneable Backend , IBufferMessage , IMessageNamespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Constructors
Backend()
public Backend()
Backend(Backend)
public Backend(Backend other)
Fields
RulesFieldNumber
public
const
int
RulesFieldNumber
=
1
Field number for the "rules" field.
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Parser
public static MessageParser<Backend> Parser { get; }
Rules
public RepeatedField<BackendRule> Rules { get; }
A list of API backend rules that apply to individual API methods.
NOTE:All service configuration rules follow "last one wins" order.
Methods
CalculateSize()
public int CalculateSize()
Clone()
public Backend Clone()
Equals(Backend)
public bool Equals(Backend other)
Equals(object)
public override bool Equals(object other)
GetHashCode()
public override int GetHashCode()
MergeFrom(Backend)
public void MergeFrom(Backend other)
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
ToString()
public override string ToString()
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)

