Class AuthenticationRule
Inheritance
AuthenticationRule
Assembly: Google.Api.CommonProtos.dll
Syntax
public sealed class AuthenticationRule : IMessage<AuthenticationRule>, IEquatable<AuthenticationRule>, IDeepCloneable<AuthenticationRule>, IBufferMessage, IMessage
Constructors
AuthenticationRule()
Declaration
public AuthenticationRule()
AuthenticationRule(AuthenticationRule)
Declaration
public AuthenticationRule(AuthenticationRule other)
Parameters
Fields
AllowWithoutCredentialFieldNumber
Declaration
public const int AllowWithoutCredentialFieldNumber = 5
Field Value
OauthFieldNumber
Declaration
public const int OauthFieldNumber = 2
Field Value
RequirementsFieldNumber
Declaration
public const int RequirementsFieldNumber = 7
Field Value
SelectorFieldNumber
Declaration
public const int SelectorFieldNumber = 1
Field Value
Properties
AllowWithoutCredential
Declaration
public bool AllowWithoutCredential { get; set; }
Property Value
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Oauth
Declaration
public OAuthRequirements Oauth { get; set; }
Property Value
Parser
Declaration
public static MessageParser<AuthenticationRule> Parser { get; }
Property Value
Requirements
Declaration
public RepeatedField<AuthRequirement> Requirements { get; }
Property Value
Selector
Declaration
public string Selector { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public AuthenticationRule Clone()
Returns
Equals(AuthenticationRule)
Declaration
public bool Equals(AuthenticationRule other)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
object |
other |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
MergeFrom(AuthenticationRule)
Declaration
public void MergeFrom(AuthenticationRule other)
Parameters
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides
WriteTo(CodedOutputStream)
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Implements