Uses of Class
com.google.api.AuthenticationRule
Packages that use AuthenticationRule
-
Uses of AuthenticationRule in com.google.api
Methods in com.google.api that return AuthenticationRuleModifier and TypeMethodDescriptionAuthenticationRule.Builder.build()
AuthenticationRule.Builder.buildPartial()
static AuthenticationRule
AuthenticationRule.getDefaultInstance()
AuthenticationRule.Builder.getDefaultInstanceForType()
AuthenticationRule.getDefaultInstanceForType()
Authentication.Builder.getRules
(int index) A list of authentication rules that apply to individual API methods.Authentication.getRules
(int index) A list of authentication rules that apply to individual API methods.AuthenticationOrBuilder.getRules
(int index) A list of authentication rules that apply to individual API methods.static AuthenticationRule
AuthenticationRule.parseDelimitedFrom
(InputStream input) static AuthenticationRule
AuthenticationRule.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationRule
AuthenticationRule.parseFrom
(byte[] data) static AuthenticationRule
AuthenticationRule.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationRule
AuthenticationRule.parseFrom
(com.google.protobuf.ByteString data) static AuthenticationRule
AuthenticationRule.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationRule
AuthenticationRule.parseFrom
(com.google.protobuf.CodedInputStream input) static AuthenticationRule
AuthenticationRule.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationRule
AuthenticationRule.parseFrom
(InputStream input) static AuthenticationRule
AuthenticationRule.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationRule
AuthenticationRule.parseFrom
(ByteBuffer data) static AuthenticationRule
AuthenticationRule.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type AuthenticationRuleModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<AuthenticationRule> AuthenticationRule.getParserForType()
Authentication.Builder.getRulesList()
A list of authentication rules that apply to individual API methods.Authentication.getRulesList()
A list of authentication rules that apply to individual API methods.AuthenticationOrBuilder.getRulesList()
A list of authentication rules that apply to individual API methods.static com.google.protobuf.Parser
<AuthenticationRule> AuthenticationRule.parser()
Methods in com.google.api with parameters of type AuthenticationRuleModifier and TypeMethodDescriptionAuthentication.Builder.addRules
(int index, AuthenticationRule value) 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.AuthenticationRule.Builder.mergeFrom
(AuthenticationRule other) static AuthenticationRule.Builder
AuthenticationRule.newBuilder
(AuthenticationRule prototype) Authentication.Builder.setRules
(int index, AuthenticationRule value) A list of authentication rules that apply to individual API methods.Method parameters in com.google.api with type arguments of type AuthenticationRuleModifier and TypeMethodDescriptionAuthentication.Builder.addAllRules
(Iterable<? extends AuthenticationRule> values) A list of authentication rules that apply to individual API methods.