public sealed class Backend : Protobuf.IMessage<Backend>, Protobuf.IBufferMessage
Backend
defines the backend configuration for a service.
Implements
Protobuf.IBufferMessageNamespace
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 Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Parser
public static Protobuf.MessageParser<Backend> Parser { get; }
Rules
public Protobuf.Collections.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(Protobuf.CodedInputStream)
public void MergeFrom(Protobuf.CodedInputStream input)
ToString()
public override string ToString()
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)

