public final class Authentication extends GeneratedMessageV3 implements AuthenticationOrBuilder
`Authentication` defines the authentication configuration for an API.
Example for an API targeted for external use:
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
Protobuf type google.api.Authentication| Modifier and Type | Class and Description |
|---|---|
static class |
Authentication.Builder
`Authentication` defines the authentication configuration for an API.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
PROVIDERS_FIELD_NUMBER |
static int |
RULES_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static Authentication |
getDefaultInstance() |
Authentication |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Parser<Authentication> |
getParserForType() |
AuthProvider |
getProviders(int index)
Defines a set of authentication providers that a service supports.
|
int |
getProvidersCount()
Defines a set of authentication providers that a service supports.
|
java.util.List<AuthProvider> |
getProvidersList()
Defines a set of authentication providers that a service supports.
|
AuthProviderOrBuilder |
getProvidersOrBuilder(int index)
Defines a set of authentication providers that a service supports.
|
java.util.List<? extends AuthProviderOrBuilder> |
getProvidersOrBuilderList()
Defines a set of authentication providers that a service supports.
|
AuthenticationRule |
getRules(int index)
A list of authentication rules that apply to individual API methods.
|
int |
getRulesCount()
A list of authentication rules that apply to individual API methods.
|
java.util.List<AuthenticationRule> |
getRulesList()
A list of authentication rules that apply to individual API methods.
|
AuthenticationRuleOrBuilder |
getRulesOrBuilder(int index)
A list of authentication rules that apply to individual API methods.
|
java.util.List<? extends AuthenticationRuleOrBuilder> |
getRulesOrBuilderList()
A list of authentication rules that apply to individual API methods.
|
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Authentication.Builder |
newBuilder() |
static Authentication.Builder |
newBuilder(Authentication prototype) |
Authentication.Builder |
newBuilderForType() |
protected Authentication.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static Authentication |
parseDelimitedFrom(java.io.InputStream input) |
static Authentication |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Authentication |
parseFrom(byte[] data) |
static Authentication |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Authentication |
parseFrom(java.nio.ByteBuffer data) |
static Authentication |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Authentication |
parseFrom(ByteString data) |
static Authentication |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Authentication |
parseFrom(CodedInputStream input) |
static Authentication |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Authentication |
parseFrom(java.io.InputStream input) |
static Authentication |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Authentication> |
parser() |
Authentication.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int RULES_FIELD_NUMBER
public static final int PROVIDERS_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public java.util.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;getRulesList in interface AuthenticationOrBuilderpublic java.util.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;getRulesOrBuilderList in interface AuthenticationOrBuilderpublic 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;getRulesCount in interface AuthenticationOrBuilderpublic 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;getRules in interface AuthenticationOrBuilderpublic 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;getRulesOrBuilder in interface AuthenticationOrBuilderpublic java.util.List<AuthProvider> getProvidersList()
Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;getProvidersList in interface AuthenticationOrBuilderpublic java.util.List<? extends AuthProviderOrBuilder> getProvidersOrBuilderList()
Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;getProvidersOrBuilderList in interface AuthenticationOrBuilderpublic int getProvidersCount()
Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;getProvidersCount in interface AuthenticationOrBuilderpublic AuthProvider getProviders(int index)
Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;getProviders in interface AuthenticationOrBuilderpublic AuthProviderOrBuilder getProvidersOrBuilder(int index)
Defines a set of authentication providers that a service supports.
repeated .google.api.AuthProvider providers = 4;getProvidersOrBuilder in interface AuthenticationOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static Authentication parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Authentication parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Authentication parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Authentication parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Authentication parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Authentication parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Authentication parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Authentication parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Authentication parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Authentication parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Authentication parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Authentication parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Authentication.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static Authentication.Builder newBuilder()
public static Authentication.Builder newBuilder(Authentication prototype)
public Authentication.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected Authentication.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static Authentication getDefaultInstance()
public static Parser<Authentication> parser()
public Parser<Authentication> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public Authentication getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder