Uses of Class
com.google.api.AuthProvider
-
Packages that use AuthProvider Package Description com.google.api -
-
Uses of AuthProvider in com.google.api
Methods in com.google.api that return AuthProvider Modifier and Type Method Description AuthProvider
AuthProvider.Builder. build()
AuthProvider
AuthProvider.Builder. buildPartial()
static AuthProvider
AuthProvider. getDefaultInstance()
AuthProvider
AuthProvider.Builder. getDefaultInstanceForType()
AuthProvider
AuthProvider. getDefaultInstanceForType()
AuthProvider
Authentication.Builder. getProviders(int index)
Defines a set of authentication providers that a service supports.AuthProvider
Authentication. getProviders(int index)
Defines a set of authentication providers that a service supports.AuthProvider
AuthenticationOrBuilder. getProviders(int index)
Defines a set of authentication providers that a service supports.static AuthProvider
AuthProvider. parseDelimitedFrom(java.io.InputStream input)
static AuthProvider
AuthProvider. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthProvider
AuthProvider. parseFrom(byte[] data)
static AuthProvider
AuthProvider. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthProvider
AuthProvider. parseFrom(com.google.protobuf.ByteString data)
static AuthProvider
AuthProvider. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthProvider
AuthProvider. parseFrom(com.google.protobuf.CodedInputStream input)
static AuthProvider
AuthProvider. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthProvider
AuthProvider. parseFrom(java.io.InputStream input)
static AuthProvider
AuthProvider. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthProvider
AuthProvider. parseFrom(java.nio.ByteBuffer data)
static AuthProvider
AuthProvider. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type AuthProvider Modifier and Type Method Description com.google.protobuf.Parser<AuthProvider>
AuthProvider. getParserForType()
java.util.List<AuthProvider>
Authentication.Builder. getProvidersList()
Defines a set of authentication providers that a service supports.java.util.List<AuthProvider>
Authentication. getProvidersList()
Defines a set of authentication providers that a service supports.java.util.List<AuthProvider>
AuthenticationOrBuilder. getProvidersList()
Defines a set of authentication providers that a service supports.static com.google.protobuf.Parser<AuthProvider>
AuthProvider. parser()
Methods in com.google.api with parameters of type AuthProvider Modifier and Type Method Description Authentication.Builder
Authentication.Builder. addProviders(int index, AuthProvider value)
Defines a set of authentication providers that a service supports.Authentication.Builder
Authentication.Builder. addProviders(AuthProvider value)
Defines a set of authentication providers that a service supports.AuthProvider.Builder
AuthProvider.Builder. mergeFrom(AuthProvider other)
static AuthProvider.Builder
AuthProvider. newBuilder(AuthProvider prototype)
Authentication.Builder
Authentication.Builder. setProviders(int index, AuthProvider value)
Defines a set of authentication providers that a service supports.Method parameters in com.google.api with type arguments of type AuthProvider Modifier and Type Method Description Authentication.Builder
Authentication.Builder. addAllProviders(java.lang.Iterable<? extends AuthProvider> values)
Defines a set of authentication providers that a service supports.
-