Send feedback
Class Authentication (2.22.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.22.1 keyboard_arrow_down
public final class Authentication extends GeneratedMessageV3 implements AuthenticationOrBuilder
Authentication
defines the authentication configuration for API methods
provided by an API service.
Example:
name: calendar.googleapis.com
authentication:
providers:
- id: google_calendar_auth
jwks_uri: https://www.googleapis.com/oauth2/v1/certs
issuer: https://securetoken.google.com
rules:
- selector: "*"
requirements:
provider_id: google_calendar_auth
- selector: google.calendar.Delegate
oauth:
canonical_scopes: https://www.googleapis.com/auth/calendar.read
Protobuf type google.api.Authentication
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
PROVIDERS_FIELD_NUMBER
public static final int PROVIDERS_FIELD_NUMBER
Field Value Type Description int
RULES_FIELD_NUMBER
public static final int RULES_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static Authentication getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Authentication . Builder newBuilder ()
newBuilder(Authentication prototype)
public static Authentication . Builder newBuilder ( Authentication prototype )
public static Authentication parseDelimitedFrom ( InputStream input )
public static Authentication parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Authentication parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Authentication parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Authentication parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Authentication parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Authentication parseFrom ( CodedInputStream input )
public static Authentication parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Authentication parseFrom ( InputStream input )
public static Authentication parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Authentication parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Authentication parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Authentication> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public Authentication getDefaultInstanceForType ()
getParserForType()
public Parser<Authentication> getParserForType ()
Overrides
getProviders(int index)
public AuthProvider getProviders ( int index )
Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
Parameter Name Description index
int
getProvidersCount()
public int getProvidersCount ()
Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
Returns Type Description int
getProvidersList()
public List<AuthProvider> getProvidersList ()
Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
getProvidersOrBuilder(int index)
public AuthProviderOrBuilder getProvidersOrBuilder ( int index )
Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
Parameter Name Description index
int
getProvidersOrBuilderList()
public List <? extends AuthProviderOrBuilder > getProvidersOrBuilderList ()
Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;
Returns Type Description List <? extends com.google.api.AuthProviderOrBuilder >
getRules(int index)
public AuthenticationRule getRules ( int index )
A list of authentication rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.AuthenticationRule rules = 3;
Parameter Name Description index
int
getRulesCount()
public int getRulesCount ()
A list of authentication rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.AuthenticationRule rules = 3;
Returns Type Description int
getRulesList()
public List<AuthenticationRule> getRulesList ()
A list of authentication rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.AuthenticationRule rules = 3;
getRulesOrBuilder(int index)
public AuthenticationRuleOrBuilder getRulesOrBuilder ( int index )
A list of authentication rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.AuthenticationRule rules = 3;
Parameter Name Description index
int
getRulesOrBuilderList()
public List <? extends AuthenticationRuleOrBuilder > getRulesOrBuilderList ()
A list of authentication rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.AuthenticationRule rules = 3;
Returns Type Description List <? extends com.google.api.AuthenticationRuleOrBuilder >
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Authentication . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Authentication . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public Authentication . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]