Uses of Class
com.google.bigtable.admin.v2.GetSnapshotRequest
-
Packages that use GetSnapshotRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of GetSnapshotRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return GetSnapshotRequest Modifier and Type Method Description GetSnapshotRequestGetSnapshotRequest.Builder. build()GetSnapshotRequestGetSnapshotRequest.Builder. buildPartial()static GetSnapshotRequestGetSnapshotRequest. getDefaultInstance()GetSnapshotRequestGetSnapshotRequest.Builder. getDefaultInstanceForType()GetSnapshotRequestGetSnapshotRequest. getDefaultInstanceForType()static GetSnapshotRequestGetSnapshotRequest. parseDelimitedFrom(InputStream input)static GetSnapshotRequestGetSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(byte[] data)static GetSnapshotRequestGetSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(InputStream input)static GetSnapshotRequestGetSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(ByteBuffer data)static GetSnapshotRequestGetSnapshotRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.admin.v2 that return types with arguments of type GetSnapshotRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>BigtableTableAdminGrpc. getGetSnapshotMethod()com.google.protobuf.Parser<GetSnapshotRequest>GetSnapshotRequest. getParserForType()static com.google.protobuf.Parser<GetSnapshotRequest>GetSnapshotRequest. parser()Methods in com.google.bigtable.admin.v2 with parameters of type GetSnapshotRequest Modifier and Type Method Description default voidBigtableTableAdminGrpc.AsyncService. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Gets metadata information about the specified snapshot.SnapshotBigtableTableAdminGrpc.BigtableTableAdminBlockingStub. getSnapshot(GetSnapshotRequest request)Gets metadata information about the specified snapshot.com.google.common.util.concurrent.ListenableFuture<Snapshot>BigtableTableAdminGrpc.BigtableTableAdminFutureStub. getSnapshot(GetSnapshotRequest request)Gets metadata information about the specified snapshot.voidBigtableTableAdminGrpc.BigtableTableAdminStub. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Gets metadata information about the specified snapshot.GetSnapshotRequest.BuilderGetSnapshotRequest.Builder. mergeFrom(GetSnapshotRequest other)static GetSnapshotRequest.BuilderGetSnapshotRequest. newBuilder(GetSnapshotRequest prototype) -
Uses of GetSnapshotRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type GetSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>BigtableTableAdminStubSettings.Builder. getSnapshotSettings()Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>BigtableTableAdminStubSettings. getSnapshotSettings()Returns the object with the settings used for calls to getSnapshot.
-