Uses of Class
com.google.bigtable.v2.FullReadStatsView
-
Packages that use FullReadStatsView Package Description com.google.bigtable.v2 -
-
Uses of FullReadStatsView in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return FullReadStatsView Modifier and Type Method Description FullReadStatsView
FullReadStatsView.Builder. build()
FullReadStatsView
FullReadStatsView.Builder. buildPartial()
static FullReadStatsView
FullReadStatsView. getDefaultInstance()
FullReadStatsView
FullReadStatsView.Builder. getDefaultInstanceForType()
FullReadStatsView
FullReadStatsView. getDefaultInstanceForType()
FullReadStatsView
RequestStats.Builder. getFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.FullReadStatsView
RequestStats. getFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.FullReadStatsView
RequestStatsOrBuilder. getFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.static FullReadStatsView
FullReadStatsView. parseDelimitedFrom(InputStream input)
static FullReadStatsView
FullReadStatsView. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FullReadStatsView
FullReadStatsView. parseFrom(byte[] data)
static FullReadStatsView
FullReadStatsView. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FullReadStatsView
FullReadStatsView. parseFrom(com.google.protobuf.ByteString data)
static FullReadStatsView
FullReadStatsView. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FullReadStatsView
FullReadStatsView. parseFrom(com.google.protobuf.CodedInputStream input)
static FullReadStatsView
FullReadStatsView. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FullReadStatsView
FullReadStatsView. parseFrom(InputStream input)
static FullReadStatsView
FullReadStatsView. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FullReadStatsView
FullReadStatsView. parseFrom(ByteBuffer data)
static FullReadStatsView
FullReadStatsView. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type FullReadStatsView Modifier and Type Method Description com.google.protobuf.Parser<FullReadStatsView>
FullReadStatsView. getParserForType()
static com.google.protobuf.Parser<FullReadStatsView>
FullReadStatsView. parser()
Methods in com.google.bigtable.v2 with parameters of type FullReadStatsView Modifier and Type Method Description FullReadStatsView.Builder
FullReadStatsView.Builder. mergeFrom(FullReadStatsView other)
RequestStats.Builder
RequestStats.Builder. mergeFullReadStatsView(FullReadStatsView value)
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.static FullReadStatsView.Builder
FullReadStatsView. newBuilder(FullReadStatsView prototype)
RequestStats.Builder
RequestStats.Builder. setFullReadStatsView(FullReadStatsView value)
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
-