Uses of Class
com.google.cloud.gkebackup.v1.ListRestoresRequest
-
Packages that use ListRestoresRequest Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of ListRestoresRequest in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return ListRestoresRequest Modifier and Type Method Description ListRestoresRequest
ListRestoresRequest.Builder. build()
ListRestoresRequest
ListRestoresRequest.Builder. buildPartial()
static ListRestoresRequest
ListRestoresRequest. getDefaultInstance()
ListRestoresRequest
ListRestoresRequest.Builder. getDefaultInstanceForType()
ListRestoresRequest
ListRestoresRequest. getDefaultInstanceForType()
static ListRestoresRequest
ListRestoresRequest. parseDelimitedFrom(InputStream input)
static ListRestoresRequest
ListRestoresRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRestoresRequest
ListRestoresRequest. parseFrom(byte[] data)
static ListRestoresRequest
ListRestoresRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRestoresRequest
ListRestoresRequest. parseFrom(com.google.protobuf.ByteString data)
static ListRestoresRequest
ListRestoresRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRestoresRequest
ListRestoresRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListRestoresRequest
ListRestoresRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRestoresRequest
ListRestoresRequest. parseFrom(InputStream input)
static ListRestoresRequest
ListRestoresRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRestoresRequest
ListRestoresRequest. parseFrom(ByteBuffer data)
static ListRestoresRequest
ListRestoresRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type ListRestoresRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListRestoresRequest,ListRestoresResponse>
BackupForGKEGrpc. getListRestoresMethod()
com.google.protobuf.Parser<ListRestoresRequest>
ListRestoresRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,ListRestoresResponse>
BackupForGKEClient. listRestoresCallable()
Lists the Restores for a given RestorePlan.com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,BackupForGKEClient.ListRestoresPagedResponse>
BackupForGKEClient. listRestoresPagedCallable()
Lists the Restores for a given RestorePlan.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRestoresRequest,ListRestoresResponse,BackupForGKEClient.ListRestoresPagedResponse>
BackupForGKESettings.Builder. listRestoresSettings()
Returns the builder for the settings used for calls to listRestores.com.google.api.gax.rpc.PagedCallSettings<ListRestoresRequest,ListRestoresResponse,BackupForGKEClient.ListRestoresPagedResponse>
BackupForGKESettings. listRestoresSettings()
Returns the object with the settings used for calls to listRestores.static com.google.protobuf.Parser<ListRestoresRequest>
ListRestoresRequest. parser()
Methods in com.google.cloud.gkebackup.v1 with parameters of type ListRestoresRequest Modifier and Type Method Description BackupForGKEClient.ListRestoresPagedResponse
BackupForGKEClient. listRestores(ListRestoresRequest request)
Lists the Restores for a given RestorePlan.default void
BackupForGKEGrpc.AsyncService. listRestores(ListRestoresRequest request, io.grpc.stub.StreamObserver<ListRestoresResponse> responseObserver)
Lists the Restores for a given RestorePlan.ListRestoresResponse
BackupForGKEGrpc.BackupForGKEBlockingStub. listRestores(ListRestoresRequest request)
Lists the Restores for a given RestorePlan.com.google.common.util.concurrent.ListenableFuture<ListRestoresResponse>
BackupForGKEGrpc.BackupForGKEFutureStub. listRestores(ListRestoresRequest request)
Lists the Restores for a given RestorePlan.void
BackupForGKEGrpc.BackupForGKEStub. listRestores(ListRestoresRequest request, io.grpc.stub.StreamObserver<ListRestoresResponse> responseObserver)
Lists the Restores for a given RestorePlan.ListRestoresRequest.Builder
ListRestoresRequest.Builder. mergeFrom(ListRestoresRequest other)
static ListRestoresRequest.Builder
ListRestoresRequest. newBuilder(ListRestoresRequest prototype)
Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type ListRestoresRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<BackupForGKEClient.ListRestoresPagedResponse>
BackupForGKEClient.ListRestoresPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRestoresRequest,ListRestoresResponse,Restore> context, com.google.api.core.ApiFuture<ListRestoresResponse> futureResponse)
protected BackupForGKEClient.ListRestoresPage
BackupForGKEClient.ListRestoresPage. createPage(com.google.api.gax.rpc.PageContext<ListRestoresRequest,ListRestoresResponse,Restore> context, ListRestoresResponse response)
com.google.api.core.ApiFuture<BackupForGKEClient.ListRestoresPage>
BackupForGKEClient.ListRestoresPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRestoresRequest,ListRestoresResponse,Restore> context, com.google.api.core.ApiFuture<ListRestoresResponse> futureResponse)
-
Uses of ListRestoresRequest in com.google.cloud.gkebackup.v1.stub
Methods in com.google.cloud.gkebackup.v1.stub that return types with arguments of type ListRestoresRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,ListRestoresResponse>
BackupForGKEStub. listRestoresCallable()
com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,ListRestoresResponse>
GrpcBackupForGKEStub. listRestoresCallable()
com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,ListRestoresResponse>
HttpJsonBackupForGKEStub. listRestoresCallable()
com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,BackupForGKEClient.ListRestoresPagedResponse>
BackupForGKEStub. listRestoresPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,BackupForGKEClient.ListRestoresPagedResponse>
GrpcBackupForGKEStub. listRestoresPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,BackupForGKEClient.ListRestoresPagedResponse>
HttpJsonBackupForGKEStub. listRestoresPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRestoresRequest,ListRestoresResponse,BackupForGKEClient.ListRestoresPagedResponse>
BackupForGKEStubSettings.Builder. listRestoresSettings()
Returns the builder for the settings used for calls to listRestores.com.google.api.gax.rpc.PagedCallSettings<ListRestoresRequest,ListRestoresResponse,BackupForGKEClient.ListRestoresPagedResponse>
BackupForGKEStubSettings. listRestoresSettings()
Returns the object with the settings used for calls to listRestores.
-