public sealed class MethodPolicy : IMessage<MethodPolicy>, IEquatable<MethodPolicy>, IDeepCloneable<MethodPolicy>, IBufferMessage, IMessage
Defines policies applying to an RPC method.
Implements
IMessageMethodPolicy, IEquatableMethodPolicy, IDeepCloneableMethodPolicy, IBufferMessage, IMessageNamespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Constructors
MethodPolicy()
public MethodPolicy()
MethodPolicy(MethodPolicy)
public MethodPolicy(MethodPolicy other)
Parameter | |
---|---|
Name | Description |
other |
MethodPolicy |
Fields
RequestPoliciesFieldNumber
public const int RequestPoliciesFieldNumber = 2
Field number for the "request_policies" field.
Field Value | |
---|---|
Type | Description |
int |
SelectorFieldNumber
public const int SelectorFieldNumber = 9
Field number for the "selector" field.
Field Value | |
---|---|
Type | Description |
int |
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value | |
---|---|
Type | Description |
MessageDescriptor |
Parser
public static MessageParser<MethodPolicy> Parser { get; }
Property Value | |
---|---|
Type | Description |
MessageParserMethodPolicy |
RequestPolicies
public RepeatedField<FieldPolicy> RequestPolicies { get; }
Policies that are applicable to the request message.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFieldPolicy |
Selector
public string Selector { get; set; }
Selects a method to which these policies should be enforced, for example, "google.pubsub.v1.Subscriber.CreateSubscription".
Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
NOTE: This field must not be set in the proto annotation. It will be automatically filled by the service config compiler .
Property Value | |
---|---|
Type | Description |
string |
Methods
CalculateSize()
public int CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
Returns | |
---|---|
Type | Description |
int |
The number of bytes required to write this message to a coded output stream. |
Clone()
public MethodPolicy Clone()
Creates a deep clone of this object.
Returns | |
---|---|
Type | Description |
MethodPolicy |
A deep clone of this object. |
Equals(MethodPolicy)
public bool Equals(MethodPolicy other)
Parameter | |
---|---|
Name | Description |
other |
MethodPolicy |
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(MethodPolicy)
public void MergeFrom(MethodPolicy other)
Merges the given message into this one.
Parameter | |
---|---|
Name | Description |
other |
MethodPolicy |
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.
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns | |
---|---|
Type | Description |
string |
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)
Writes the data to the given coded output stream.
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream Coded output stream to write the data to. Must not be null. |