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 AuthenticationRuleAuthenticationRule.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 AuthenticationRuleAuthenticationRule.parseDelimitedFrom(InputStream input) static AuthenticationRuleAuthenticationRule.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationRuleAuthenticationRule.parseFrom(byte[] data) static AuthenticationRuleAuthenticationRule.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationRuleAuthenticationRule.parseFrom(com.google.protobuf.ByteString data) static AuthenticationRuleAuthenticationRule.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationRuleAuthenticationRule.parseFrom(com.google.protobuf.CodedInputStream input) static AuthenticationRuleAuthenticationRule.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationRuleAuthenticationRule.parseFrom(InputStream input) static AuthenticationRuleAuthenticationRule.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthenticationRuleAuthenticationRule.parseFrom(ByteBuffer data) static AuthenticationRuleAuthenticationRule.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.BuilderAuthenticationRule.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.