Uses of Class
com.google.bigtable.admin.v2.ListSnapshotsResponse
-
Packages that use ListSnapshotsResponse Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of ListSnapshotsResponse in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponseListSnapshotsResponse.Builder. build()ListSnapshotsResponseListSnapshotsResponse.Builder. buildPartial()static ListSnapshotsResponseListSnapshotsResponse. getDefaultInstance()ListSnapshotsResponseListSnapshotsResponse.Builder. getDefaultInstanceForType()ListSnapshotsResponseListSnapshotsResponse. getDefaultInstanceForType()ListSnapshotsResponseBigtableTableAdminGrpc.BigtableTableAdminBlockingStub. listSnapshots(ListSnapshotsRequest request)Lists all snapshots associated with the specified cluster.static ListSnapshotsResponseListSnapshotsResponse. parseDelimitedFrom(InputStream input)static ListSnapshotsResponseListSnapshotsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSnapshotsResponseListSnapshotsResponse. parseFrom(byte[] data)static ListSnapshotsResponseListSnapshotsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSnapshotsResponseListSnapshotsResponse. parseFrom(com.google.protobuf.ByteString data)static ListSnapshotsResponseListSnapshotsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSnapshotsResponseListSnapshotsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListSnapshotsResponseListSnapshotsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSnapshotsResponseListSnapshotsResponse. parseFrom(InputStream input)static ListSnapshotsResponseListSnapshotsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSnapshotsResponseListSnapshotsResponse. parseFrom(ByteBuffer data)static ListSnapshotsResponseListSnapshotsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.admin.v2 that return types with arguments of type ListSnapshotsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>BigtableTableAdminGrpc. getListSnapshotsMethod()com.google.protobuf.Parser<ListSnapshotsResponse>ListSnapshotsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse>BigtableTableAdminGrpc.BigtableTableAdminFutureStub. listSnapshots(ListSnapshotsRequest request)Lists all snapshots associated with the specified cluster.static com.google.protobuf.Parser<ListSnapshotsResponse>ListSnapshotsResponse. parser()Methods in com.google.bigtable.admin.v2 with parameters of type ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponse.BuilderListSnapshotsResponse.Builder. mergeFrom(ListSnapshotsResponse other)static ListSnapshotsResponse.BuilderListSnapshotsResponse. newBuilder(ListSnapshotsResponse prototype)Method parameters in com.google.bigtable.admin.v2 with type arguments of type ListSnapshotsResponse Modifier and Type Method Description default voidBigtableTableAdminGrpc.AsyncService. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)Lists all snapshots associated with the specified cluster.voidBigtableTableAdminGrpc.BigtableTableAdminStub. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)Lists all snapshots associated with the specified cluster. -
Uses of ListSnapshotsResponse in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type ListSnapshotsResponse Modifier and Type Method Description com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse>BigtableTableAdminStubSettings.Builder. listSnapshotsSettings()Returns the builder for the settings used for calls to listSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse>BigtableTableAdminStubSettings. listSnapshotsSettings()Returns the object with the settings used for calls to listSnapshots.
-