Package io.weaviate.client.v1.backup.api
Class BackupRestoreStatusGetter
java.lang.Object
io.weaviate.client.base.BaseClient<BackupRestoreStatusResponse>
io.weaviate.client.v1.backup.api.BackupRestoreStatusGetter
- All Implemented Interfaces:
ClientResult<BackupRestoreStatusResponse>
public class BackupRestoreStatusGetter
extends BaseClient<BackupRestoreStatusResponse>
implements ClientResult<BackupRestoreStatusResponse>
-
Field Summary
Fields inherited from class io.weaviate.client.base.BaseClient
config, serializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun()withBackend(String backend) withBackupId(String backupId) withBucket(String bucket) Methods inherited from class io.weaviate.client.base.BaseClient
getWeaviateErrorResponse, sendDeleteRequest, sendGetRequest, sendHeadRequest, sendHttpRequest, sendPatchRequest, sendPostRequest, sendPutRequest, toResponse
-
Constructor Details
-
BackupRestoreStatusGetter
-
-
Method Details
-
withBackend
-
withBackupId
-
withBucket
-
withPath
-
run
- Specified by:
runin interfaceClientResult<BackupRestoreStatusResponse>
-