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