Uses of Class
com.google.cloud.gkebackup.v1.VolumeRestore
-
Packages that use VolumeRestore Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of VolumeRestore in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return VolumeRestore Modifier and Type Method Description VolumeRestore
VolumeRestore.Builder. build()
VolumeRestore
VolumeRestore.Builder. buildPartial()
static VolumeRestore
VolumeRestore. getDefaultInstance()
VolumeRestore
VolumeRestore.Builder. getDefaultInstanceForType()
VolumeRestore
VolumeRestore. getDefaultInstanceForType()
VolumeRestore
BackupForGKEClient. getVolumeRestore(GetVolumeRestoreRequest request)
Retrieve the details of a single VolumeRestore.VolumeRestore
BackupForGKEClient. getVolumeRestore(VolumeRestoreName name)
Retrieve the details of a single VolumeRestore.VolumeRestore
BackupForGKEClient. getVolumeRestore(String name)
Retrieve the details of a single VolumeRestore.VolumeRestore
BackupForGKEGrpc.BackupForGKEBlockingStub. getVolumeRestore(GetVolumeRestoreRequest request)
Retrieve the details of a single VolumeRestore.VolumeRestore
ListVolumeRestoresResponse.Builder. getVolumeRestores(int index)
The list of VolumeRestores matching the given criteria.VolumeRestore
ListVolumeRestoresResponse. getVolumeRestores(int index)
The list of VolumeRestores matching the given criteria.VolumeRestore
ListVolumeRestoresResponseOrBuilder. getVolumeRestores(int index)
The list of VolumeRestores matching the given criteria.static VolumeRestore
VolumeRestore. parseDelimitedFrom(InputStream input)
static VolumeRestore
VolumeRestore. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeRestore
VolumeRestore. parseFrom(byte[] data)
static VolumeRestore
VolumeRestore. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeRestore
VolumeRestore. parseFrom(com.google.protobuf.ByteString data)
static VolumeRestore
VolumeRestore. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeRestore
VolumeRestore. parseFrom(com.google.protobuf.CodedInputStream input)
static VolumeRestore
VolumeRestore. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeRestore
VolumeRestore. parseFrom(InputStream input)
static VolumeRestore
VolumeRestore. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeRestore
VolumeRestore. parseFrom(ByteBuffer data)
static VolumeRestore
VolumeRestore. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type VolumeRestore Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVolumeRestoreRequest,VolumeRestore>
BackupForGKEGrpc. getGetVolumeRestoreMethod()
com.google.protobuf.Parser<VolumeRestore>
VolumeRestore. getParserForType()
com.google.common.util.concurrent.ListenableFuture<VolumeRestore>
BackupForGKEGrpc.BackupForGKEFutureStub. getVolumeRestore(GetVolumeRestoreRequest request)
Retrieve the details of a single VolumeRestore.com.google.api.gax.rpc.UnaryCallable<GetVolumeRestoreRequest,VolumeRestore>
BackupForGKEClient. getVolumeRestoreCallable()
Retrieve the details of a single VolumeRestore.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVolumeRestoreRequest,VolumeRestore>
BackupForGKESettings.Builder. getVolumeRestoreSettings()
Returns the builder for the settings used for calls to getVolumeRestore.com.google.api.gax.rpc.UnaryCallSettings<GetVolumeRestoreRequest,VolumeRestore>
BackupForGKESettings. getVolumeRestoreSettings()
Returns the object with the settings used for calls to getVolumeRestore.List<VolumeRestore>
ListVolumeRestoresResponse.Builder. getVolumeRestoresList()
The list of VolumeRestores matching the given criteria.List<VolumeRestore>
ListVolumeRestoresResponse. getVolumeRestoresList()
The list of VolumeRestores matching the given criteria.List<VolumeRestore>
ListVolumeRestoresResponseOrBuilder. getVolumeRestoresList()
The list of VolumeRestores matching the given criteria.static com.google.protobuf.Parser<VolumeRestore>
VolumeRestore. parser()
Methods in com.google.cloud.gkebackup.v1 with parameters of type VolumeRestore Modifier and Type Method Description ListVolumeRestoresResponse.Builder
ListVolumeRestoresResponse.Builder. addVolumeRestores(int index, VolumeRestore value)
The list of VolumeRestores matching the given criteria.ListVolumeRestoresResponse.Builder
ListVolumeRestoresResponse.Builder. addVolumeRestores(VolumeRestore value)
The list of VolumeRestores matching the given criteria.VolumeRestore.Builder
VolumeRestore.Builder. mergeFrom(VolumeRestore other)
static VolumeRestore.Builder
VolumeRestore. newBuilder(VolumeRestore prototype)
ListVolumeRestoresResponse.Builder
ListVolumeRestoresResponse.Builder. setVolumeRestores(int index, VolumeRestore value)
The list of VolumeRestores matching the given criteria.Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type VolumeRestore Modifier and Type Method Description ListVolumeRestoresResponse.Builder
ListVolumeRestoresResponse.Builder. addAllVolumeRestores(Iterable<? extends VolumeRestore> values)
The list of VolumeRestores matching the given criteria.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.ListVolumeRestoresPage
BackupForGKEClient.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)
default void
BackupForGKEGrpc.AsyncService. getVolumeRestore(GetVolumeRestoreRequest request, io.grpc.stub.StreamObserver<VolumeRestore> responseObserver)
Retrieve the details of a single VolumeRestore.void
BackupForGKEGrpc.BackupForGKEStub. getVolumeRestore(GetVolumeRestoreRequest request, io.grpc.stub.StreamObserver<VolumeRestore> responseObserver)
Retrieve the details of a single VolumeRestore. -
Uses of VolumeRestore in com.google.cloud.gkebackup.v1.stub
Methods in com.google.cloud.gkebackup.v1.stub that return types with arguments of type VolumeRestore Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetVolumeRestoreRequest,VolumeRestore>
BackupForGKEStub. getVolumeRestoreCallable()
com.google.api.gax.rpc.UnaryCallable<GetVolumeRestoreRequest,VolumeRestore>
GrpcBackupForGKEStub. getVolumeRestoreCallable()
com.google.api.gax.rpc.UnaryCallable<GetVolumeRestoreRequest,VolumeRestore>
HttpJsonBackupForGKEStub. getVolumeRestoreCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVolumeRestoreRequest,VolumeRestore>
BackupForGKEStubSettings.Builder. getVolumeRestoreSettings()
Returns the builder for the settings used for calls to getVolumeRestore.com.google.api.gax.rpc.UnaryCallSettings<GetVolumeRestoreRequest,VolumeRestore>
BackupForGKEStubSettings. getVolumeRestoreSettings()
Returns the object with the settings used for calls to getVolumeRestore.
-