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 PingAndWarmRequestPingAndWarmRequest.Builder. build()PingAndWarmRequestPingAndWarmRequest.Builder. buildPartial()static PingAndWarmRequestPingAndWarmRequest. getDefaultInstance()PingAndWarmRequestPingAndWarmRequest.Builder. getDefaultInstanceForType()PingAndWarmRequestPingAndWarmRequest. getDefaultInstanceForType()static PingAndWarmRequestPingAndWarmRequest. parseDelimitedFrom(InputStream input)static PingAndWarmRequestPingAndWarmRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PingAndWarmRequestPingAndWarmRequest. parseFrom(byte[] data)static PingAndWarmRequestPingAndWarmRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PingAndWarmRequestPingAndWarmRequest. parseFrom(com.google.protobuf.ByteString data)static PingAndWarmRequestPingAndWarmRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PingAndWarmRequestPingAndWarmRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PingAndWarmRequestPingAndWarmRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PingAndWarmRequestPingAndWarmRequest. parseFrom(InputStream input)static PingAndWarmRequestPingAndWarmRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PingAndWarmRequestPingAndWarmRequest. parseFrom(ByteBuffer data)static PingAndWarmRequestPingAndWarmRequest. 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.BuilderPingAndWarmRequest.Builder. mergeFrom(PingAndWarmRequest other)static PingAndWarmRequest.BuilderPingAndWarmRequest. newBuilder(PingAndWarmRequest prototype)default voidBigtableGrpc.AsyncService. pingAndWarm(PingAndWarmRequest request, io.grpc.stub.StreamObserver<PingAndWarmResponse> responseObserver)Warm up associated instance metadata for this connection.PingAndWarmResponseBigtableGrpc.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.voidBigtableGrpc.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.
-