Uses of Class
com.google.api.AuthenticationRule
-
Packages that use AuthenticationRule Package Description com.google.api -
-
Uses of AuthenticationRule in com.google.api
Methods in com.google.api that return AuthenticationRule Modifier and Type Method Description AuthenticationRuleAuthenticationRule.Builder. build()AuthenticationRuleAuthenticationRule.Builder. buildPartial()static AuthenticationRuleAuthenticationRule. getDefaultInstance()AuthenticationRuleAuthenticationRule.Builder. getDefaultInstanceForType()AuthenticationRuleAuthenticationRule. getDefaultInstanceForType()AuthenticationRuleAuthentication.Builder. getRules(int index)A list of authentication rules that apply to individual API methods.AuthenticationRuleAuthentication. getRules(int index)A list of authentication rules that apply to individual API methods.AuthenticationRuleAuthenticationOrBuilder. 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 AuthenticationRule Modifier and Type Method Description com.google.protobuf.Parser<AuthenticationRule>AuthenticationRule. getParserForType()List<AuthenticationRule>Authentication.Builder. getRulesList()A list of authentication rules that apply to individual API methods.List<AuthenticationRule>Authentication. getRulesList()A list of authentication rules that apply to individual API methods.List<AuthenticationRule>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 AuthenticationRule Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. addRules(int index, AuthenticationRule value)A list of authentication rules that apply to individual API methods.Authentication.BuilderAuthentication.Builder. addRules(AuthenticationRule value)A list of authentication rules that apply to individual API methods.AuthenticationRule.BuilderAuthenticationRule.Builder. mergeFrom(AuthenticationRule other)static AuthenticationRule.BuilderAuthenticationRule. newBuilder(AuthenticationRule prototype)Authentication.BuilderAuthentication.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 AuthenticationRule Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. addAllRules(Iterable<? extends AuthenticationRule> values)A list of authentication rules that apply to individual API methods.
-