Uses of Class
com.google.api.AuthenticationRule.Builder
Packages that use AuthenticationRule.Builder
-
Uses of AuthenticationRule.Builder in com.google.api
Methods in com.google.api that return AuthenticationRule.BuilderModifier and TypeMethodDescriptionAuthenticationRule.Builder.addAllRequirements(Iterable<? extends AuthRequirement> values) Requirements for additional authentication providers.AuthenticationRule.Builder.addRequirements(int index, AuthRequirement value) Requirements for additional authentication providers.AuthenticationRule.Builder.addRequirements(int index, AuthRequirement.Builder builderForValue) Requirements for additional authentication providers.AuthenticationRule.Builder.addRequirements(AuthRequirement value) Requirements for additional authentication providers.AuthenticationRule.Builder.addRequirements(AuthRequirement.Builder builderForValue) Requirements for additional authentication providers.Authentication.Builder.addRulesBuilder()A list of authentication rules that apply to individual API methods.Authentication.Builder.addRulesBuilder(int index) A list of authentication rules that apply to individual API methods.AuthenticationRule.Builder.clear()AuthenticationRule.Builder.clearAllowWithoutCredential()If true, the service accepts API keys without any other credential.AuthenticationRule.Builder.clearOauth()The requirements for OAuth credentials.AuthenticationRule.Builder.clearRequirements()Requirements for additional authentication providers.AuthenticationRule.Builder.clearSelector()Selects the methods to which this rule applies.Authentication.Builder.getRulesBuilder(int index) A list of authentication rules that apply to individual API methods.AuthenticationRule.Builder.mergeFrom(AuthenticationRule other) AuthenticationRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AuthenticationRule.Builder.mergeFrom(com.google.protobuf.Message other) AuthenticationRule.Builder.mergeOauth(OAuthRequirements value) The requirements for OAuth credentials.static AuthenticationRule.BuilderAuthenticationRule.newBuilder()static AuthenticationRule.BuilderAuthenticationRule.newBuilder(AuthenticationRule prototype) AuthenticationRule.newBuilderForType()protected AuthenticationRule.BuilderAuthenticationRule.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AuthenticationRule.Builder.removeRequirements(int index) Requirements for additional authentication providers.AuthenticationRule.Builder.setAllowWithoutCredential(boolean value) If true, the service accepts API keys without any other credential.AuthenticationRule.Builder.setOauth(OAuthRequirements value) The requirements for OAuth credentials.AuthenticationRule.Builder.setOauth(OAuthRequirements.Builder builderForValue) The requirements for OAuth credentials.AuthenticationRule.Builder.setRequirements(int index, AuthRequirement value) Requirements for additional authentication providers.AuthenticationRule.Builder.setRequirements(int index, AuthRequirement.Builder builderForValue) Requirements for additional authentication providers.AuthenticationRule.Builder.setSelector(String value) Selects the methods to which this rule applies.AuthenticationRule.Builder.setSelectorBytes(com.google.protobuf.ByteString value) Selects the methods to which this rule applies.AuthenticationRule.toBuilder()Methods in com.google.api that return types with arguments of type AuthenticationRule.BuilderModifier and TypeMethodDescriptionAuthentication.Builder.getRulesBuilderList()A list of authentication rules that apply to individual API methods.Methods in com.google.api with parameters of type AuthenticationRule.BuilderModifier and TypeMethodDescriptionAuthentication.Builder.addRules(int index, AuthenticationRule.Builder builderForValue) 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.setRules(int index, AuthenticationRule.Builder builderForValue) A list of authentication rules that apply to individual API methods.