Uses of Class
com.google.bigtable.v2.PingAndWarmRequest
-
Packages that use PingAndWarmRequest Package Description com.google.bigtable.v2 com.google.cloud.bigtable.data.v2.stub -
-
Uses of PingAndWarmRequest in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return PingAndWarmRequest Modifier and Type Method Description PingAndWarmRequest
PingAndWarmRequest.Builder. build()
PingAndWarmRequest
PingAndWarmRequest.Builder. buildPartial()
static PingAndWarmRequest
PingAndWarmRequest. getDefaultInstance()
PingAndWarmRequest
PingAndWarmRequest.Builder. getDefaultInstanceForType()
PingAndWarmRequest
PingAndWarmRequest. getDefaultInstanceForType()
static PingAndWarmRequest
PingAndWarmRequest. parseDelimitedFrom(InputStream input)
static PingAndWarmRequest
PingAndWarmRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PingAndWarmRequest
PingAndWarmRequest. parseFrom(byte[] data)
static PingAndWarmRequest
PingAndWarmRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PingAndWarmRequest
PingAndWarmRequest. parseFrom(com.google.protobuf.ByteString data)
static PingAndWarmRequest
PingAndWarmRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PingAndWarmRequest
PingAndWarmRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static PingAndWarmRequest
PingAndWarmRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PingAndWarmRequest
PingAndWarmRequest. parseFrom(InputStream input)
static PingAndWarmRequest
PingAndWarmRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PingAndWarmRequest
PingAndWarmRequest. parseFrom(ByteBuffer data)
static PingAndWarmRequest
PingAndWarmRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type PingAndWarmRequest Modifier and Type Method Description com.google.protobuf.Parser<PingAndWarmRequest>
PingAndWarmRequest. getParserForType()
static io.grpc.MethodDescriptor<PingAndWarmRequest,PingAndWarmResponse>
BigtableGrpc. getPingAndWarmMethod()
static com.google.protobuf.Parser<PingAndWarmRequest>
PingAndWarmRequest. parser()
Methods in com.google.bigtable.v2 with parameters of type PingAndWarmRequest Modifier and Type Method Description PingAndWarmRequest.Builder
PingAndWarmRequest.Builder. mergeFrom(PingAndWarmRequest other)
static PingAndWarmRequest.Builder
PingAndWarmRequest. newBuilder(PingAndWarmRequest prototype)
default void
BigtableGrpc.AsyncService. pingAndWarm(PingAndWarmRequest request, io.grpc.stub.StreamObserver<PingAndWarmResponse> responseObserver)
Warm up associated instance metadata for this connection.PingAndWarmResponse
BigtableGrpc.BigtableBlockingStub. pingAndWarm(PingAndWarmRequest request)
Warm up associated instance metadata for this connection.com.google.common.util.concurrent.ListenableFuture<PingAndWarmResponse>
BigtableGrpc.BigtableFutureStub. pingAndWarm(PingAndWarmRequest request)
Warm up associated instance metadata for this connection.void
BigtableGrpc.BigtableStub. pingAndWarm(PingAndWarmRequest request, io.grpc.stub.StreamObserver<PingAndWarmResponse> responseObserver)
Warm up associated instance metadata for this connection. -
Uses of PingAndWarmRequest in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type PingAndWarmRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<PingAndWarmRequest,Void>
EnhancedBigtableStubSettings.Builder. pingAndWarmSettings()
Returns the builder with the settings used for calls to PingAndWarm.
-