Uses of Class
com.google.cloud.gkebackup.v1.GetVolumeRestoreRequest
-
Packages that use GetVolumeRestoreRequest Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of GetVolumeRestoreRequest in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return GetVolumeRestoreRequest Modifier and Type Method Description GetVolumeRestoreRequest
GetVolumeRestoreRequest.Builder. build()
GetVolumeRestoreRequest
GetVolumeRestoreRequest.Builder. buildPartial()
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. getDefaultInstance()
GetVolumeRestoreRequest
GetVolumeRestoreRequest.Builder. getDefaultInstanceForType()
GetVolumeRestoreRequest
GetVolumeRestoreRequest. getDefaultInstanceForType()
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseDelimitedFrom(InputStream input)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseFrom(byte[] data)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseFrom(com.google.protobuf.ByteString data)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseFrom(InputStream input)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseFrom(ByteBuffer data)
static GetVolumeRestoreRequest
GetVolumeRestoreRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type GetVolumeRestoreRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVolumeRestoreRequest,VolumeRestore>
BackupForGKEGrpc. getGetVolumeRestoreMethod()
com.google.protobuf.Parser<GetVolumeRestoreRequest>
GetVolumeRestoreRequest. getParserForType()
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.static com.google.protobuf.Parser<GetVolumeRestoreRequest>
GetVolumeRestoreRequest. parser()
Methods in com.google.cloud.gkebackup.v1 with parameters of type GetVolumeRestoreRequest Modifier and Type Method Description VolumeRestore
BackupForGKEClient. getVolumeRestore(GetVolumeRestoreRequest request)
Retrieve the details of a single VolumeRestore.default void
BackupForGKEGrpc.AsyncService. getVolumeRestore(GetVolumeRestoreRequest request, io.grpc.stub.StreamObserver<VolumeRestore> responseObserver)
Retrieve the details of a single VolumeRestore.VolumeRestore
BackupForGKEGrpc.BackupForGKEBlockingStub. getVolumeRestore(GetVolumeRestoreRequest request)
Retrieve the details of a single VolumeRestore.com.google.common.util.concurrent.ListenableFuture<VolumeRestore>
BackupForGKEGrpc.BackupForGKEFutureStub. getVolumeRestore(GetVolumeRestoreRequest request)
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.GetVolumeRestoreRequest.Builder
GetVolumeRestoreRequest.Builder. mergeFrom(GetVolumeRestoreRequest other)
static GetVolumeRestoreRequest.Builder
GetVolumeRestoreRequest. newBuilder(GetVolumeRestoreRequest prototype)
-
Uses of GetVolumeRestoreRequest in com.google.cloud.gkebackup.v1.stub
Methods in com.google.cloud.gkebackup.v1.stub that return types with arguments of type GetVolumeRestoreRequest 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.
-