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()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
The number of bytes required to write this message to a coded output stream.
Clone()
public Backend Clone()
Creates a deep clone of this object.
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)
Merges the given message into this one.
See the user guide for precise merge semantics.
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
Merges the data from the specified coded input stream with the current message.
See the user guide for precise merge semantics.
ToString()
public override string ToString()
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)
Writes the data to the given coded output stream.
output