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 AuthProviderAuthProvider.Builder. build()AuthProviderAuthProvider.Builder. buildPartial()static AuthProviderAuthProvider. getDefaultInstance()AuthProviderAuthProvider.Builder. getDefaultInstanceForType()AuthProviderAuthProvider. getDefaultInstanceForType()AuthProviderAuthentication.Builder. getProviders(int index)Defines a set of authentication providers that a service supports.AuthProviderAuthentication. getProviders(int index)Defines a set of authentication providers that a service supports.AuthProviderAuthenticationOrBuilder. getProviders(int index)Defines a set of authentication providers that a service supports.static AuthProviderAuthProvider. parseDelimitedFrom(java.io.InputStream input)static AuthProviderAuthProvider. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthProviderAuthProvider. parseFrom(byte[] data)static AuthProviderAuthProvider. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthProviderAuthProvider. parseFrom(com.google.protobuf.ByteString data)static AuthProviderAuthProvider. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthProviderAuthProvider. parseFrom(com.google.protobuf.CodedInputStream input)static AuthProviderAuthProvider. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthProviderAuthProvider. parseFrom(java.io.InputStream input)static AuthProviderAuthProvider. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthProviderAuthProvider. parseFrom(java.nio.ByteBuffer data)static AuthProviderAuthProvider. 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.BuilderAuthentication.Builder. addProviders(int index, AuthProvider value)Defines a set of authentication providers that a service supports.Authentication.BuilderAuthentication.Builder. addProviders(AuthProvider value)Defines a set of authentication providers that a service supports.AuthProvider.BuilderAuthProvider.Builder. mergeFrom(AuthProvider other)static AuthProvider.BuilderAuthProvider. newBuilder(AuthProvider prototype)Authentication.BuilderAuthentication.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.BuilderAuthentication.Builder. addAllProviders(java.lang.Iterable<? extends AuthProvider> values)Defines a set of authentication providers that a service supports.
-