Class Authentication
Inheritance
Authentication
Assembly: Google.Api.CommonProtos.dll
Syntax
public sealed class Authentication : IMessage<Authentication>, IEquatable<Authentication>, IDeepCloneable<Authentication>, IBufferMessage, IMessage
Constructors
Authentication()
Declaration
Authentication(Authentication)
Declaration
public Authentication(Authentication other)
Parameters
Fields
ProvidersFieldNumber
Declaration
public const int ProvidersFieldNumber = 4
Field Value
RulesFieldNumber
Declaration
public const int RulesFieldNumber = 3
Field Value
Properties
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Parser
Declaration
public static MessageParser<Authentication> Parser { get; }
Property Value
Providers
Declaration
public RepeatedField<AuthProvider> Providers { get; }
Property Value
Rules
Declaration
public RepeatedField<AuthenticationRule> Rules { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public Authentication Clone()
Returns
Equals(Authentication)
Declaration
public bool Equals(Authentication 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(Authentication)
Declaration
public void MergeFrom(Authentication 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