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