Uses of Class
com.google.bigtable.admin.v2.ListBackupsResponse
-
Packages that use ListBackupsResponse Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of ListBackupsResponse in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return ListBackupsResponse Modifier and Type Method Description ListBackupsResponseListBackupsResponse.Builder. build()ListBackupsResponseListBackupsResponse.Builder. buildPartial()static ListBackupsResponseListBackupsResponse. getDefaultInstance()ListBackupsResponseListBackupsResponse.Builder. getDefaultInstanceForType()ListBackupsResponseListBackupsResponse. getDefaultInstanceForType()ListBackupsResponseBigtableTableAdminGrpc.BigtableTableAdminBlockingStub. listBackups(ListBackupsRequest request)Lists Cloud Bigtable backups.static ListBackupsResponseListBackupsResponse. parseDelimitedFrom(InputStream input)static ListBackupsResponseListBackupsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBackupsResponseListBackupsResponse. parseFrom(byte[] data)static ListBackupsResponseListBackupsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBackupsResponseListBackupsResponse. parseFrom(com.google.protobuf.ByteString data)static ListBackupsResponseListBackupsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBackupsResponseListBackupsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListBackupsResponseListBackupsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBackupsResponseListBackupsResponse. parseFrom(InputStream input)static ListBackupsResponseListBackupsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBackupsResponseListBackupsResponse. parseFrom(ByteBuffer data)static ListBackupsResponseListBackupsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.admin.v2 that return types with arguments of type ListBackupsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse>BigtableTableAdminGrpc. getListBackupsMethod()com.google.protobuf.Parser<ListBackupsResponse>ListBackupsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListBackupsResponse>BigtableTableAdminGrpc.BigtableTableAdminFutureStub. listBackups(ListBackupsRequest request)Lists Cloud Bigtable backups.static com.google.protobuf.Parser<ListBackupsResponse>ListBackupsResponse. parser()Methods in com.google.bigtable.admin.v2 with parameters of type ListBackupsResponse Modifier and Type Method Description ListBackupsResponse.BuilderListBackupsResponse.Builder. mergeFrom(ListBackupsResponse other)static ListBackupsResponse.BuilderListBackupsResponse. newBuilder(ListBackupsResponse prototype)Method parameters in com.google.bigtable.admin.v2 with type arguments of type ListBackupsResponse Modifier and Type Method Description default voidBigtableTableAdminGrpc.AsyncService. listBackups(ListBackupsRequest request, io.grpc.stub.StreamObserver<ListBackupsResponse> responseObserver)Lists Cloud Bigtable backups.voidBigtableTableAdminGrpc.BigtableTableAdminStub. listBackups(ListBackupsRequest request, io.grpc.stub.StreamObserver<ListBackupsResponse> responseObserver)Lists Cloud Bigtable backups. -
Uses of ListBackupsResponse in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type ListBackupsResponse Modifier and Type Method Description com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackupsRequest,ListBackupsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse>BigtableTableAdminStubSettings.Builder. listBackupsSettings()Returns the builder for the settings used for calls to listBackups.com.google.api.gax.rpc.PagedCallSettings<ListBackupsRequest,ListBackupsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse>BigtableTableAdminStubSettings. listBackupsSettings()Returns the object with the settings used for calls to listBackups.
-