Uses of Class
com.google.cloud.gkebackup.v1.GetRestoreRequest
-
Packages that use GetRestoreRequest Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of GetRestoreRequest in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return GetRestoreRequest Modifier and Type Method Description GetRestoreRequest
GetRestoreRequest.Builder. build()
GetRestoreRequest
GetRestoreRequest.Builder. buildPartial()
static GetRestoreRequest
GetRestoreRequest. getDefaultInstance()
GetRestoreRequest
GetRestoreRequest.Builder. getDefaultInstanceForType()
GetRestoreRequest
GetRestoreRequest. getDefaultInstanceForType()
static GetRestoreRequest
GetRestoreRequest. parseDelimitedFrom(InputStream input)
static GetRestoreRequest
GetRestoreRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRestoreRequest
GetRestoreRequest. parseFrom(byte[] data)
static GetRestoreRequest
GetRestoreRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRestoreRequest
GetRestoreRequest. parseFrom(com.google.protobuf.ByteString data)
static GetRestoreRequest
GetRestoreRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRestoreRequest
GetRestoreRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetRestoreRequest
GetRestoreRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRestoreRequest
GetRestoreRequest. parseFrom(InputStream input)
static GetRestoreRequest
GetRestoreRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRestoreRequest
GetRestoreRequest. parseFrom(ByteBuffer data)
static GetRestoreRequest
GetRestoreRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type GetRestoreRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRestoreRequest,Restore>
BackupForGKEGrpc. getGetRestoreMethod()
com.google.protobuf.Parser<GetRestoreRequest>
GetRestoreRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetRestoreRequest,Restore>
BackupForGKEClient. getRestoreCallable()
Retrieves the details of a single Restore.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRestoreRequest,Restore>
BackupForGKESettings.Builder. getRestoreSettings()
Returns the builder for the settings used for calls to getRestore.com.google.api.gax.rpc.UnaryCallSettings<GetRestoreRequest,Restore>
BackupForGKESettings. getRestoreSettings()
Returns the object with the settings used for calls to getRestore.static com.google.protobuf.Parser<GetRestoreRequest>
GetRestoreRequest. parser()
Methods in com.google.cloud.gkebackup.v1 with parameters of type GetRestoreRequest Modifier and Type Method Description Restore
BackupForGKEClient. getRestore(GetRestoreRequest request)
Retrieves the details of a single Restore.default void
BackupForGKEGrpc.AsyncService. getRestore(GetRestoreRequest request, io.grpc.stub.StreamObserver<Restore> responseObserver)
Retrieves the details of a single Restore.Restore
BackupForGKEGrpc.BackupForGKEBlockingStub. getRestore(GetRestoreRequest request)
Retrieves the details of a single Restore.com.google.common.util.concurrent.ListenableFuture<Restore>
BackupForGKEGrpc.BackupForGKEFutureStub. getRestore(GetRestoreRequest request)
Retrieves the details of a single Restore.void
BackupForGKEGrpc.BackupForGKEStub. getRestore(GetRestoreRequest request, io.grpc.stub.StreamObserver<Restore> responseObserver)
Retrieves the details of a single Restore.GetRestoreRequest.Builder
GetRestoreRequest.Builder. mergeFrom(GetRestoreRequest other)
static GetRestoreRequest.Builder
GetRestoreRequest. newBuilder(GetRestoreRequest prototype)
-
Uses of GetRestoreRequest in com.google.cloud.gkebackup.v1.stub
Methods in com.google.cloud.gkebackup.v1.stub that return types with arguments of type GetRestoreRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRestoreRequest,Restore>
BackupForGKEStub. getRestoreCallable()
com.google.api.gax.rpc.UnaryCallable<GetRestoreRequest,Restore>
GrpcBackupForGKEStub. getRestoreCallable()
com.google.api.gax.rpc.UnaryCallable<GetRestoreRequest,Restore>
HttpJsonBackupForGKEStub. getRestoreCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRestoreRequest,Restore>
BackupForGKEStubSettings.Builder. getRestoreSettings()
Returns the builder for the settings used for calls to getRestore.com.google.api.gax.rpc.UnaryCallSettings<GetRestoreRequest,Restore>
BackupForGKEStubSettings. getRestoreSettings()
Returns the object with the settings used for calls to getRestore.
-