Constructor
new CloudFilestoreManager(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new CloudFilestoreManager service.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
rpcImpl |
$protobuf.RPCImpl |
RPC implementation |
||
requestDelimited |
boolean |
<optional> |
false |
Whether requests are length-delimited |
responseDelimited |
boolean |
<optional> |
false |
Whether responses are length-delimited |
Extends
- $protobuf.rpc.Service
Methods
createBackup(request, callback) → {undefined}
Calls CreateBackup.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.ICreateBackupRequest |
CreateBackupRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.CreateBackupCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
createBackup(request) → {Promise.<google.longrunning.Operation>}
Calls CreateBackup.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.ICreateBackupRequest |
CreateBackupRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
createInstance(request, callback) → {undefined}
Calls CreateInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.ICreateInstanceRequest |
CreateInstanceRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.CreateInstanceCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
createInstance(request) → {Promise.<google.longrunning.Operation>}
Calls CreateInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.ICreateInstanceRequest |
CreateInstanceRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
createShare(request, callback) → {undefined}
Calls CreateShare.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.ICreateShareRequest |
CreateShareRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.CreateShareCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
createShare(request) → {Promise.<google.longrunning.Operation>}
Calls CreateShare.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.ICreateShareRequest |
CreateShareRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
createSnapshot(request, callback) → {undefined}
Calls CreateSnapshot.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.ICreateSnapshotRequest |
CreateSnapshotRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.CreateSnapshotCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
createSnapshot(request) → {Promise.<google.longrunning.Operation>}
Calls CreateSnapshot.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.ICreateSnapshotRequest |
CreateSnapshotRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
deleteBackup(request, callback) → {undefined}
Calls DeleteBackup.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IDeleteBackupRequest |
DeleteBackupRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.DeleteBackupCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
deleteBackup(request) → {Promise.<google.longrunning.Operation>}
Calls DeleteBackup.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IDeleteBackupRequest |
DeleteBackupRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
deleteInstance(request, callback) → {undefined}
Calls DeleteInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IDeleteInstanceRequest |
DeleteInstanceRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.DeleteInstanceCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
deleteInstance(request) → {Promise.<google.longrunning.Operation>}
Calls DeleteInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IDeleteInstanceRequest |
DeleteInstanceRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
deleteShare(request, callback) → {undefined}
Calls DeleteShare.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IDeleteShareRequest |
DeleteShareRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.DeleteShareCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
deleteShare(request) → {Promise.<google.longrunning.Operation>}
Calls DeleteShare.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IDeleteShareRequest |
DeleteShareRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
deleteSnapshot(request, callback) → {undefined}
Calls DeleteSnapshot.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IDeleteSnapshotRequest |
DeleteSnapshotRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.DeleteSnapshotCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
deleteSnapshot(request) → {Promise.<google.longrunning.Operation>}
Calls DeleteSnapshot.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IDeleteSnapshotRequest |
DeleteSnapshotRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
getBackup(request, callback) → {undefined}
Calls GetBackup.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IGetBackupRequest |
GetBackupRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.GetBackupCallback |
Node-style callback called with the error, if any, and Backup |
Returns:
Type | Description |
---|---|
undefined |
getBackup(request) → {Promise.<google.cloud.filestore.v1beta1.Backup>}
Calls GetBackup.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IGetBackupRequest |
GetBackupRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.filestore.v1beta1.Backup> |
Promise |
getInstance(request, callback) → {undefined}
Calls GetInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IGetInstanceRequest |
GetInstanceRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.GetInstanceCallback |
Node-style callback called with the error, if any, and Instance |
Returns:
Type | Description |
---|---|
undefined |
getInstance(request) → {Promise.<google.cloud.filestore.v1beta1.Instance>}
Calls GetInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IGetInstanceRequest |
GetInstanceRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.filestore.v1beta1.Instance> |
Promise |
getShare(request, callback) → {undefined}
Calls GetShare.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IGetShareRequest |
GetShareRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.GetShareCallback |
Node-style callback called with the error, if any, and Share |
Returns:
Type | Description |
---|---|
undefined |
getShare(request) → {Promise.<google.cloud.filestore.v1beta1.Share>}
Calls GetShare.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IGetShareRequest |
GetShareRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.filestore.v1beta1.Share> |
Promise |
getSnapshot(request, callback) → {undefined}
Calls GetSnapshot.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IGetSnapshotRequest |
GetSnapshotRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.GetSnapshotCallback |
Node-style callback called with the error, if any, and Snapshot |
Returns:
Type | Description |
---|---|
undefined |
getSnapshot(request) → {Promise.<google.cloud.filestore.v1beta1.Snapshot>}
Calls GetSnapshot.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IGetSnapshotRequest |
GetSnapshotRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.filestore.v1beta1.Snapshot> |
Promise |
listBackups(request, callback) → {undefined}
Calls ListBackups.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IListBackupsRequest |
ListBackupsRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.ListBackupsCallback |
Node-style callback called with the error, if any, and ListBackupsResponse |
Returns:
Type | Description |
---|---|
undefined |
listBackups(request) → {Promise.<google.cloud.filestore.v1beta1.ListBackupsResponse>}
Calls ListBackups.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IListBackupsRequest |
ListBackupsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.filestore.v1beta1.ListBackupsResponse> |
Promise |
listInstances(request, callback) → {undefined}
Calls ListInstances.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IListInstancesRequest |
ListInstancesRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.ListInstancesCallback |
Node-style callback called with the error, if any, and ListInstancesResponse |
Returns:
Type | Description |
---|---|
undefined |
listInstances(request) → {Promise.<google.cloud.filestore.v1beta1.ListInstancesResponse>}
Calls ListInstances.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IListInstancesRequest |
ListInstancesRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.filestore.v1beta1.ListInstancesResponse> |
Promise |
listShares(request, callback) → {undefined}
Calls ListShares.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IListSharesRequest |
ListSharesRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.ListSharesCallback |
Node-style callback called with the error, if any, and ListSharesResponse |
Returns:
Type | Description |
---|---|
undefined |
listShares(request) → {Promise.<google.cloud.filestore.v1beta1.ListSharesResponse>}
Calls ListShares.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IListSharesRequest |
ListSharesRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.filestore.v1beta1.ListSharesResponse> |
Promise |
listSnapshots(request, callback) → {undefined}
Calls ListSnapshots.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IListSnapshotsRequest |
ListSnapshotsRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.ListSnapshotsCallback |
Node-style callback called with the error, if any, and ListSnapshotsResponse |
Returns:
Type | Description |
---|---|
undefined |
listSnapshots(request) → {Promise.<google.cloud.filestore.v1beta1.ListSnapshotsResponse>}
Calls ListSnapshots.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IListSnapshotsRequest |
ListSnapshotsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.filestore.v1beta1.ListSnapshotsResponse> |
Promise |
restoreInstance(request, callback) → {undefined}
Calls RestoreInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IRestoreInstanceRequest |
RestoreInstanceRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.RestoreInstanceCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
restoreInstance(request) → {Promise.<google.longrunning.Operation>}
Calls RestoreInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IRestoreInstanceRequest |
RestoreInstanceRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
revertInstance(request, callback) → {undefined}
Calls RevertInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IRevertInstanceRequest |
RevertInstanceRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.RevertInstanceCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
revertInstance(request) → {Promise.<google.longrunning.Operation>}
Calls RevertInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IRevertInstanceRequest |
RevertInstanceRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
updateBackup(request, callback) → {undefined}
Calls UpdateBackup.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IUpdateBackupRequest |
UpdateBackupRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.UpdateBackupCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
updateBackup(request) → {Promise.<google.longrunning.Operation>}
Calls UpdateBackup.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IUpdateBackupRequest |
UpdateBackupRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
updateInstance(request, callback) → {undefined}
Calls UpdateInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IUpdateInstanceRequest |
UpdateInstanceRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.UpdateInstanceCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
updateInstance(request) → {Promise.<google.longrunning.Operation>}
Calls UpdateInstance.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IUpdateInstanceRequest |
UpdateInstanceRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
updateShare(request, callback) → {undefined}
Calls UpdateShare.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IUpdateShareRequest |
UpdateShareRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.UpdateShareCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
updateShare(request) → {Promise.<google.longrunning.Operation>}
Calls UpdateShare.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IUpdateShareRequest |
UpdateShareRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
updateSnapshot(request, callback) → {undefined}
Calls UpdateSnapshot.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IUpdateSnapshotRequest |
UpdateSnapshotRequest message or plain object |
callback |
google.cloud.filestore.v1beta1.CloudFilestoreManager.UpdateSnapshotCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
updateSnapshot(request) → {Promise.<google.longrunning.Operation>}
Calls UpdateSnapshot.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.filestore.v1beta1.IUpdateSnapshotRequest |
UpdateSnapshotRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {CloudFilestoreManager}
Creates new CloudFilestoreManager service using the specified rpc implementation.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
rpcImpl |
$protobuf.RPCImpl |
RPC implementation |
||
requestDelimited |
boolean |
<optional> |
false |
Whether requests are length-delimited |
responseDelimited |
boolean |
<optional> |
false |
Whether responses are length-delimited |
Returns:
Type | Description |
---|---|
CloudFilestoreManager |
RPC service. Useful where requests and/or responses are streamed. |
Type Definitions
CreateBackupCallback(error, responseopt)
Callback as used by createBackup.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
CreateInstanceCallback(error, responseopt)
Callback as used by createInstance.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
CreateShareCallback(error, responseopt)
Callback as used by createShare.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
CreateSnapshotCallback(error, responseopt)
Callback as used by createSnapshot.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
DeleteBackupCallback(error, responseopt)
Callback as used by deleteBackup.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
DeleteInstanceCallback(error, responseopt)
Callback as used by deleteInstance.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
DeleteShareCallback(error, responseopt)
Callback as used by deleteShare.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
DeleteSnapshotCallback(error, responseopt)
Callback as used by deleteSnapshot.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
GetBackupCallback(error, responseopt)
Callback as used by getBackup.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.filestore.v1beta1.Backup |
<optional> |
Backup |
GetInstanceCallback(error, responseopt)
Callback as used by getInstance.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.filestore.v1beta1.Instance |
<optional> |
Instance |
GetShareCallback(error, responseopt)
Callback as used by getShare.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.filestore.v1beta1.Share |
<optional> |
Share |
GetSnapshotCallback(error, responseopt)
Callback as used by getSnapshot.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.filestore.v1beta1.Snapshot |
<optional> |
Snapshot |
ListBackupsCallback(error, responseopt)
Callback as used by listBackups.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.filestore.v1beta1.ListBackupsResponse |
<optional> |
ListBackupsResponse |
ListInstancesCallback(error, responseopt)
Callback as used by listInstances.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.filestore.v1beta1.ListInstancesResponse |
<optional> |
ListInstancesResponse |
ListSharesCallback(error, responseopt)
Callback as used by listShares.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.filestore.v1beta1.ListSharesResponse |
<optional> |
ListSharesResponse |
ListSnapshotsCallback(error, responseopt)
Callback as used by listSnapshots.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.filestore.v1beta1.ListSnapshotsResponse |
<optional> |
ListSnapshotsResponse |
RestoreInstanceCallback(error, responseopt)
Callback as used by restoreInstance.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
RevertInstanceCallback(error, responseopt)
Callback as used by revertInstance.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
UpdateBackupCallback(error, responseopt)
Callback as used by updateBackup.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
UpdateInstanceCallback(error, responseopt)
Callback as used by updateInstance.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
UpdateShareCallback(error, responseopt)
Callback as used by updateShare.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
UpdateSnapshotCallback(error, responseopt)
Callback as used by updateSnapshot.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |