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 AuthenticationAuthentication.Builder. build()AuthenticationAuthentication.Builder. buildPartial()static AuthenticationAuthentication. getDefaultInstance()AuthenticationAuthentication.Builder. getDefaultInstanceForType()AuthenticationAuthentication. getDefaultInstanceForType()static AuthenticationAuthentication. parseDelimitedFrom(java.io.InputStream input)static AuthenticationAuthentication. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthenticationAuthentication. parseFrom(byte[] data)static AuthenticationAuthentication. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthenticationAuthentication. parseFrom(com.google.protobuf.ByteString data)static AuthenticationAuthentication. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthenticationAuthentication. parseFrom(com.google.protobuf.CodedInputStream input)static AuthenticationAuthentication. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthenticationAuthentication. parseFrom(java.io.InputStream input)static AuthenticationAuthentication. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthenticationAuthentication. parseFrom(java.nio.ByteBuffer data)static AuthenticationAuthentication. 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 Authentication.BuilderAuthentication.Builder. mergeFrom(Authentication other)static Authentication.BuilderAuthentication. newBuilder(Authentication prototype)
-