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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Authentication.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.Authentication.Builder.clone()
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) final Authentication.Builder
Authentication.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Authentication.Builder
Authentication.newBuilder()
static Authentication.Builder
Authentication.newBuilder
(Authentication prototype) Authentication.newBuilderForType()
protected Authentication.Builder
Authentication.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.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.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final Authentication.Builder
Authentication.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Authentication.toBuilder()
Methods in com.google.api with parameters of type Authentication.BuilderModifier and TypeMethodDescriptionService.Builder.setAuthentication
(Authentication.Builder builderForValue) Auth configuration.