Uses of Class
com.google.api.Authentication
-
Packages that use Authentication Package Description com.google.api -
-
Uses of Authentication in com.google.api
Methods in com.google.api that return Authentication Modifier and Type Method Description Authentication
Authentication.Builder. build()
Authentication
Authentication.Builder. buildPartial()
Authentication
Service.Builder. getAuthentication()
Auth configuration.Authentication
Service. getAuthentication()
Auth configuration.Authentication
ServiceOrBuilder. getAuthentication()
Auth configuration.static Authentication
Authentication. getDefaultInstance()
Authentication
Authentication.Builder. getDefaultInstanceForType()
Authentication
Authentication. getDefaultInstanceForType()
static Authentication
Authentication. parseDelimitedFrom(java.io.InputStream input)
static Authentication
Authentication. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Authentication
Authentication. parseFrom(byte[] data)
static Authentication
Authentication. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Authentication
Authentication. parseFrom(com.google.protobuf.ByteString data)
static Authentication
Authentication. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Authentication
Authentication. parseFrom(com.google.protobuf.CodedInputStream input)
static Authentication
Authentication. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Authentication
Authentication. parseFrom(java.io.InputStream input)
static Authentication
Authentication. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Authentication
Authentication. parseFrom(java.nio.ByteBuffer data)
static Authentication
Authentication. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type Authentication Modifier and Type Method Description com.google.protobuf.Parser<Authentication>
Authentication. getParserForType()
static com.google.protobuf.Parser<Authentication>
Authentication. parser()
Methods in com.google.api with parameters of type Authentication Modifier and Type Method Description Service.Builder
Service.Builder. mergeAuthentication(Authentication value)
Auth configuration.Authentication.Builder
Authentication.Builder. mergeFrom(Authentication other)
static Authentication.Builder
Authentication. newBuilder(Authentication prototype)
Service.Builder
Service.Builder. setAuthentication(Authentication value)
Auth configuration.
-