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