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 GetRestoreRequestGetRestoreRequest.Builder. build()GetRestoreRequestGetRestoreRequest.Builder. buildPartial()static GetRestoreRequestGetRestoreRequest. getDefaultInstance()GetRestoreRequestGetRestoreRequest.Builder. getDefaultInstanceForType()GetRestoreRequestGetRestoreRequest. getDefaultInstanceForType()static GetRestoreRequestGetRestoreRequest. parseDelimitedFrom(InputStream input)static GetRestoreRequestGetRestoreRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRestoreRequestGetRestoreRequest. parseFrom(byte[] data)static GetRestoreRequestGetRestoreRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRestoreRequestGetRestoreRequest. parseFrom(com.google.protobuf.ByteString data)static GetRestoreRequestGetRestoreRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRestoreRequestGetRestoreRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetRestoreRequestGetRestoreRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRestoreRequestGetRestoreRequest. parseFrom(InputStream input)static GetRestoreRequestGetRestoreRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRestoreRequestGetRestoreRequest. parseFrom(ByteBuffer data)static GetRestoreRequestGetRestoreRequest. 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 RestoreBackupForGKEClient. getRestore(GetRestoreRequest request)Retrieves the details of a single Restore.default voidBackupForGKEGrpc.AsyncService. getRestore(GetRestoreRequest request, io.grpc.stub.StreamObserver<Restore> responseObserver)Retrieves the details of a single Restore.RestoreBackupForGKEGrpc.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.voidBackupForGKEGrpc.BackupForGKEStub. getRestore(GetRestoreRequest request, io.grpc.stub.StreamObserver<Restore> responseObserver)Retrieves the details of a single Restore.GetRestoreRequest.BuilderGetRestoreRequest.Builder. mergeFrom(GetRestoreRequest other)static GetRestoreRequest.BuilderGetRestoreRequest. 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.
-