Google Cloud Gke Backup V1 Client - Class Restore (1.2.1)

Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class Restore.

Represents both a request to Restore some portion of a Backup into a target GKE cluster and a record of the restore operation itself.

Generated from protobuf message google.cloud.gkebackup.v1.Restore

Namespace

Google \ Cloud \ GkeBackup \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ name
string

Output only. The full name of the Restore resource. Format: projects/*/locations/*/restorePlans/*/restores/*

↳ uid
string

Output only. Server generated global unique identifier of UUID format.

↳ create_time
Google\Protobuf\Timestamp

Output only. The timestamp when this Restore resource was created.

↳ update_time
Google\Protobuf\Timestamp

Output only. The timestamp when this Restore resource was last updated.

↳ description
string

Optional. User specified descriptive string for this Restore.

↳ backup
string

Required. Immutable. A reference to the Backup used as the source from which this Restore will restore. Note that this Backup must be a sub-resource of the RestorePlan's backup_plan . Format: projects/*/locations/*/backupPlans/*/backups/* .

↳ cluster
string

Output only. The target cluster into which this Restore will restore data. Valid formats: - projects/*/locations/*/clusters/* - projects/*/zones/*/clusters/* Inherited from parent RestorePlan's cluster value.

↳ restore_config
RestoreConfig

Output only. Configuration of the Restore. Inherited from parent RestorePlan's restore_config .

↳ labels
array| Google\Protobuf\Internal\MapField

A set of custom labels supplied by user.

↳ state
int

Output only. The current state of the Restore.

↳ state_reason
string

Output only. Human-readable description of why the Restore is in its current state. This field is only meant for human readability and should not be used programmatically as this field is not guaranteed to be consistent.

↳ complete_time
Google\Protobuf\Timestamp

Output only. Timestamp of when the restore operation completed.

↳ resources_restored_count
int

Output only. Number of resources restored during the restore execution.

↳ resources_excluded_count
int

Output only. Number of resources excluded during the restore execution.

↳ resources_failed_count
int

Output only. Number of resources that failed to be restored during the restore execution.

↳ volumes_restored_count
int

Output only. Number of volumes restored during the restore execution.

↳ etag
string

Output only. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a restore from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform restore updates in order to avoid race conditions: An etag is returned in the response to GetRestore , and systems are expected to put that etag in the request to UpdateRestore or DeleteRestore to ensure that their change will be applied to the same version of the resource.

↳ filter
Restore\Filter

Optional. Immutable. Filters resources for Restore . If not specified, the scope of the restore will remain the same as defined in the RestorePlan . If this is specified and no resources are matched by the inclusion_filters or everything is excluded by the exclusion_filters , nothing will be restored. This filter can only be specified if the value of namespaced_resource_restore_mode is set to MERGE_SKIP_ON_CONFLICT , MERGE_REPLACE_VOLUME_ON_CONFLICT or MERGE_REPLACE_ON_CONFLICT .

↳ volume_data_restore_policy_overrides
array< VolumeDataRestorePolicyOverride >

Optional. Immutable. Overrides the volume data restore policies selected in the Restore Config for override-scoped resources.

getName

Output only. The full name of the Restore resource.

Format: projects/*/locations/*/restorePlans/*/restores/*

Returns
Type
Description
string

setName

Output only. The full name of the Restore resource.

Format: projects/*/locations/*/restorePlans/*/restores/*

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getUid

Output only. Server generated global unique identifier of UUID format.

Returns
Type
Description
string

setUid

Output only. Server generated global unique identifier of UUID format.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getCreateTime

Output only. The timestamp when this Restore resource was created.

Returns
Type
Description

hasCreateTime

clearCreateTime

setCreateTime

Output only. The timestamp when this Restore resource was created.

Parameter
Name
Description
Returns
Type
Description
$this

getUpdateTime

Output only. The timestamp when this Restore resource was last updated.

Returns
Type
Description

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The timestamp when this Restore resource was last updated.

Parameter
Name
Description
Returns
Type
Description
$this

getDescription

Optional. User specified descriptive string for this Restore.

Returns
Type
Description
string

setDescription

Optional. User specified descriptive string for this Restore.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getBackup

Required. Immutable. A reference to the Backup used as the source from which this Restore will restore. Note that this Backup must be a sub-resource of the RestorePlan's backup_plan . Format: projects/*/locations/*/backupPlans/*/backups/* .

Returns
Type
Description
string

setBackup

Required. Immutable. A reference to the Backup used as the source from which this Restore will restore. Note that this Backup must be a sub-resource of the RestorePlan's backup_plan . Format: projects/*/locations/*/backupPlans/*/backups/* .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getCluster

Output only. The target cluster into which this Restore will restore data.

Valid formats:

  • projects/*/locations/*/clusters/*
  • projects/*/zones/*/clusters/* Inherited from parent RestorePlan's cluster value.
Returns
Type
Description
string

setCluster

Output only. The target cluster into which this Restore will restore data.

Valid formats:

  • projects/*/locations/*/clusters/*
  • projects/*/zones/*/clusters/* Inherited from parent RestorePlan's cluster value.
Parameter
Name
Description
var
string
Returns
Type
Description
$this

getRestoreConfig

Output only. Configuration of the Restore. Inherited from parent RestorePlan's restore_config .

Returns
Type
Description

hasRestoreConfig

clearRestoreConfig

setRestoreConfig

Output only. Configuration of the Restore. Inherited from parent RestorePlan's restore_config .

Parameter
Name
Description
Returns
Type
Description
$this

getLabels

A set of custom labels supplied by user.

Returns
Type
Description

setLabels

A set of custom labels supplied by user.

Parameter
Name
Description
Returns
Type
Description
$this

getState

Output only. The current state of the Restore.

Returns
Type
Description
int

setState

Output only. The current state of the Restore.

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getStateReason

Output only. Human-readable description of why the Restore is in its current state. This field is only meant for human readability and should not be used programmatically as this field is not guaranteed to be consistent.

Returns
Type
Description
string

setStateReason

Output only. Human-readable description of why the Restore is in its current state. This field is only meant for human readability and should not be used programmatically as this field is not guaranteed to be consistent.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getCompleteTime

Output only. Timestamp of when the restore operation completed.

Returns
Type
Description

hasCompleteTime

clearCompleteTime

setCompleteTime

Output only. Timestamp of when the restore operation completed.

Parameter
Name
Description
Returns
Type
Description
$this

getResourcesRestoredCount

Output only. Number of resources restored during the restore execution.

Returns
Type
Description
int

setResourcesRestoredCount

Output only. Number of resources restored during the restore execution.

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getResourcesExcludedCount

Output only. Number of resources excluded during the restore execution.

Returns
Type
Description
int

setResourcesExcludedCount

Output only. Number of resources excluded during the restore execution.

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getResourcesFailedCount

Output only. Number of resources that failed to be restored during the restore execution.

Returns
Type
Description
int

setResourcesFailedCount

Output only. Number of resources that failed to be restored during the restore execution.

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getVolumesRestoredCount

Output only. Number of volumes restored during the restore execution.

Returns
Type
Description
int

setVolumesRestoredCount

Output only. Number of volumes restored during the restore execution.

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getEtag

Output only. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a restore from overwriting each other.

It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform restore updates in order to avoid race conditions: An etag is returned in the response to GetRestore , and systems are expected to put that etag in the request to UpdateRestore or DeleteRestore to ensure that their change will be applied to the same version of the resource.

Returns
Type
Description
string

setEtag

Output only. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a restore from overwriting each other.

It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform restore updates in order to avoid race conditions: An etag is returned in the response to GetRestore , and systems are expected to put that etag in the request to UpdateRestore or DeleteRestore to ensure that their change will be applied to the same version of the resource.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getFilter

Optional. Immutable. Filters resources for Restore . If not specified, the scope of the restore will remain the same as defined in the RestorePlan .

If this is specified and no resources are matched by the inclusion_filters or everything is excluded by the exclusion_filters , nothing will be restored. This filter can only be specified if the value of namespaced_resource_restore_mode is set to MERGE_SKIP_ON_CONFLICT , MERGE_REPLACE_VOLUME_ON_CONFLICT or MERGE_REPLACE_ON_CONFLICT .

Returns
Type
Description

hasFilter

clearFilter

setFilter

Optional. Immutable. Filters resources for Restore . If not specified, the scope of the restore will remain the same as defined in the RestorePlan .

If this is specified and no resources are matched by the inclusion_filters or everything is excluded by the exclusion_filters , nothing will be restored. This filter can only be specified if the value of namespaced_resource_restore_mode is set to MERGE_SKIP_ON_CONFLICT , MERGE_REPLACE_VOLUME_ON_CONFLICT or MERGE_REPLACE_ON_CONFLICT .

Parameter
Name
Description
Returns
Type
Description
$this

getVolumeDataRestorePolicyOverrides

Optional. Immutable. Overrides the volume data restore policies selected in the Restore Config for override-scoped resources.

Returns
Type
Description

setVolumeDataRestorePolicyOverrides

Optional. Immutable. Overrides the volume data restore policies selected in the Restore Config for override-scoped resources.

Parameter
Name
Description
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: