Uses of Class
com.google.api.Authentication.Builder
Packages that use Authentication.Builder
-
Uses of Authentication.Builder in com.google.api
Methods in com.google.api that return Authentication.BuilderModifier and TypeMethodDescriptionAuthentication.Builder.addAllProviders(Iterable<? extends AuthProvider> values) Defines a set of authentication providers that a service supports.Authentication.Builder.addAllRules(Iterable<? extends AuthenticationRule> values) A list of authentication rules that apply to individual API methods.Authentication.Builder.addProviders(int index, AuthProvider value) Defines a set of authentication providers that a service supports.Authentication.Builder.addProviders(int index, AuthProvider.Builder builderForValue) Defines a set of authentication providers that a service supports.Authentication.Builder.addProviders(AuthProvider value) Defines a set of authentication providers that a service supports.Authentication.Builder.addProviders(AuthProvider.Builder builderForValue) Defines a set of authentication providers that a service supports.Authentication.Builder.addRules(int index, AuthenticationRule value) A list of authentication rules that apply to individual API methods.Authentication.Builder.addRules(int index, AuthenticationRule.Builder builderForValue) A list of authentication rules that apply to individual API methods.Authentication.Builder.addRules(AuthenticationRule value) A list of authentication rules that apply to individual API methods.Authentication.Builder.addRules(AuthenticationRule.Builder builderForValue) A list of authentication rules that apply to individual API methods.Authentication.Builder.clear()Authentication.Builder.clearProviders()Defines a set of authentication providers that a service supports.Authentication.Builder.clearRules()A list of authentication rules that apply to individual API methods.Service.Builder.getAuthenticationBuilder()Auth configuration.Authentication.Builder.mergeFrom(Authentication other) Authentication.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Authentication.Builder.mergeFrom(com.google.protobuf.Message other) static Authentication.BuilderAuthentication.newBuilder()static Authentication.BuilderAuthentication.newBuilder(Authentication prototype) Authentication.newBuilderForType()protected Authentication.BuilderAuthentication.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Authentication.Builder.removeProviders(int index) Defines a set of authentication providers that a service supports.Authentication.Builder.removeRules(int index) A list of authentication rules that apply to individual API methods.Authentication.Builder.setProviders(int index, AuthProvider value) Defines a set of authentication providers that a service supports.Authentication.Builder.setProviders(int index, AuthProvider.Builder builderForValue) Defines a set of authentication providers that a service supports.Authentication.Builder.setRules(int index, AuthenticationRule value) A list of authentication rules that apply to individual API methods.Authentication.Builder.setRules(int index, AuthenticationRule.Builder builderForValue) A list of authentication rules that apply to individual API methods.Authentication.toBuilder()Methods in com.google.api with parameters of type Authentication.BuilderModifier and TypeMethodDescriptionService.Builder.setAuthentication(Authentication.Builder builderForValue) Auth configuration.