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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) AuthenticationRule.Builder.clearOauth()
The requirements for OAuth credentials.AuthenticationRule.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) AuthenticationRule.Builder.clearRequirements()
Requirements for additional authentication providers.AuthenticationRule.Builder.clearSelector()
Selects the methods to which this rule applies.AuthenticationRule.Builder.clone()
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.AuthenticationRule.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static AuthenticationRule.Builder
AuthenticationRule.newBuilder()
static AuthenticationRule.Builder
AuthenticationRule.newBuilder
(AuthenticationRule prototype) AuthenticationRule.newBuilderForType()
protected AuthenticationRule.Builder
AuthenticationRule.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.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.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AuthenticationRule.Builder.setOauth
(OAuthRequirements value) The requirements for OAuth credentials.AuthenticationRule.Builder.setOauth
(OAuthRequirements.Builder builderForValue) The requirements for OAuth credentials.AuthenticationRule.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) 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.