Class CloudFilestoreManagerStub (1.24.0)

public abstract class CloudFilestoreManagerStub implements BackgroundResource

Base stub class for the CloudFilestoreManager service API.

This class is for advanced usage and reflects the underlying API directly.

java.lang.Object > CloudFilestoreManagerStub

Implements

BackgroundResource

Constructors

CloudFilestoreManagerStub()

public CloudFilestoreManagerStub()

Methods

close()

public abstract void close()

createBackupCallable()

public UnaryCallable<CreateBackupRequest,Operation> createBackupCallable()

createBackupOperationCallable()

public OperationCallable<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationCallable()

createInstanceCallable()

public UnaryCallable<CreateInstanceRequest,Operation> createInstanceCallable()

createInstanceOperationCallable()

public OperationCallable<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationCallable()

createShareCallable()

public UnaryCallable<CreateShareRequest,Operation> createShareCallable()

createShareOperationCallable()

public OperationCallable<CreateShareRequest,Share,OperationMetadata> createShareOperationCallable()

createSnapshotCallable()

public UnaryCallable<CreateSnapshotRequest,Operation> createSnapshotCallable()

createSnapshotOperationCallable()

public OperationCallable<CreateSnapshotRequest,Snapshot,OperationMetadata> createSnapshotOperationCallable()

deleteBackupCallable()

public UnaryCallable<DeleteBackupRequest,Operation> deleteBackupCallable()

deleteBackupOperationCallable()

public OperationCallable<DeleteBackupRequest,Empty,OperationMetadata> deleteBackupOperationCallable()

deleteInstanceCallable()

public UnaryCallable<DeleteInstanceRequest,Operation> deleteInstanceCallable()

deleteInstanceOperationCallable()

public OperationCallable<DeleteInstanceRequest,Empty,OperationMetadata> deleteInstanceOperationCallable()

deleteShareCallable()

public UnaryCallable<DeleteShareRequest,Operation> deleteShareCallable()

deleteShareOperationCallable()

public OperationCallable<DeleteShareRequest,Empty,OperationMetadata> deleteShareOperationCallable()

deleteSnapshotCallable()

public UnaryCallable<DeleteSnapshotRequest,Operation> deleteSnapshotCallable()

deleteSnapshotOperationCallable()

public OperationCallable<DeleteSnapshotRequest,Empty,OperationMetadata> deleteSnapshotOperationCallable()

getBackupCallable()

public UnaryCallable<GetBackupRequest,Backup> getBackupCallable()
Returns
TypeDescription
UnaryCallable<GetBackupRequest,Backup>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getInstanceCallable()

public UnaryCallable<GetInstanceRequest,Instance> getInstanceCallable()

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getShareCallable()

public UnaryCallable<GetShareRequest,Share> getShareCallable()
Returns
TypeDescription
UnaryCallable<GetShareRequest,Share>

getSnapshotCallable()

public UnaryCallable<GetSnapshotRequest,Snapshot> getSnapshotCallable()

listBackupsCallable()

public UnaryCallable<ListBackupsRequest,ListBackupsResponse> listBackupsCallable()

listBackupsPagedCallable()

public UnaryCallable<ListBackupsRequest,CloudFilestoreManagerClient.ListBackupsPagedResponse> listBackupsPagedCallable()

listInstancesCallable()

public UnaryCallable<ListInstancesRequest,ListInstancesResponse> listInstancesCallable()

listInstancesPagedCallable()

public UnaryCallable<ListInstancesRequest,CloudFilestoreManagerClient.ListInstancesPagedResponse> listInstancesPagedCallable()

listSharesCallable()

public UnaryCallable<ListSharesRequest,ListSharesResponse> listSharesCallable()

listSharesPagedCallable()

public UnaryCallable<ListSharesRequest,CloudFilestoreManagerClient.ListSharesPagedResponse> listSharesPagedCallable()

listSnapshotsCallable()

public UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse> listSnapshotsCallable()

listSnapshotsPagedCallable()

public UnaryCallable<ListSnapshotsRequest,CloudFilestoreManagerClient.ListSnapshotsPagedResponse> listSnapshotsPagedCallable()

restoreInstanceCallable()

public UnaryCallable<RestoreInstanceRequest,Operation> restoreInstanceCallable()

restoreInstanceOperationCallable()

public OperationCallable<RestoreInstanceRequest,Instance,OperationMetadata> restoreInstanceOperationCallable()

revertInstanceCallable()

public UnaryCallable<RevertInstanceRequest,Operation> revertInstanceCallable()

revertInstanceOperationCallable()

public OperationCallable<RevertInstanceRequest,Instance,OperationMetadata> revertInstanceOperationCallable()

updateBackupCallable()

public UnaryCallable<UpdateBackupRequest,Operation> updateBackupCallable()

updateBackupOperationCallable()

public OperationCallable<UpdateBackupRequest,Backup,OperationMetadata> updateBackupOperationCallable()

updateInstanceCallable()

public UnaryCallable<UpdateInstanceRequest,Operation> updateInstanceCallable()

updateInstanceOperationCallable()

public OperationCallable<UpdateInstanceRequest,Instance,OperationMetadata> updateInstanceOperationCallable()

updateShareCallable()

public UnaryCallable<UpdateShareRequest,Operation> updateShareCallable()

updateShareOperationCallable()

public OperationCallable<UpdateShareRequest,Share,OperationMetadata> updateShareOperationCallable()

updateSnapshotCallable()

public UnaryCallable<UpdateSnapshotRequest,Operation> updateSnapshotCallable()

updateSnapshotOperationCallable()

public OperationCallable<UpdateSnapshotRequest,Snapshot,OperationMetadata> updateSnapshotOperationCallable()