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 AuthenticationRule
AuthenticationRule.Builder. build()
AuthenticationRule
AuthenticationRule.Builder. buildPartial()
static AuthenticationRule
AuthenticationRule. getDefaultInstance()
AuthenticationRule
AuthenticationRule.Builder. getDefaultInstanceForType()
AuthenticationRule
AuthenticationRule. getDefaultInstanceForType()
AuthenticationRule
Authentication.Builder. getRules(int index)
A list of authentication rules that apply to individual API methods.AuthenticationRule
Authentication. getRules(int index)
A list of authentication rules that apply to individual API methods.AuthenticationRule
AuthenticationOrBuilder. getRules(int index)
A list of authentication rules that apply to individual API methods.static AuthenticationRule
AuthenticationRule. parseDelimitedFrom(java.io.InputStream input)
static AuthenticationRule
AuthenticationRule. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static AuthenticationRule
AuthenticationRule. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthenticationRule
AuthenticationRule. parseFrom(java.nio.ByteBuffer data)
static AuthenticationRule
AuthenticationRule. parseFrom(java.nio.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()
java.util.List<AuthenticationRule>
Authentication.Builder. getRulesList()
A list of authentication rules that apply to individual API methods.java.util.List<AuthenticationRule>
Authentication. getRulesList()
A list of authentication rules that apply to individual API methods.java.util.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.Builder
Authentication.Builder. addRules(int index, AuthenticationRule value)
A list of authentication rules that apply to individual API methods.Authentication.Builder
Authentication.Builder. addRules(AuthenticationRule value)
A list of authentication rules that apply to individual API methods.AuthenticationRule.Builder
AuthenticationRule.Builder. mergeFrom(AuthenticationRule other)
static AuthenticationRule.Builder
AuthenticationRule. newBuilder(AuthenticationRule prototype)
Authentication.Builder
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 AuthenticationRule Modifier and Type Method Description Authentication.Builder
Authentication.Builder. addAllRules(java.lang.Iterable<? extends AuthenticationRule> values)
A list of authentication rules that apply to individual API methods.
-