Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class CreateRestorePlanRequest.
Request message for CreateRestorePlan.
Generated from protobuf message google.cloud.gkebackup.v1.CreateRestorePlanRequest
Methods
build
parent
string
Required. The location within which to create the RestorePlan. Format: projects/ /locations/ Please see {@see \Google\Cloud\GkeBackup\V1\BackupForGKEClient::locationName()} for help formatting this field.
restorePlan
restorePlanId
string
Required. The client-provided short name for the RestorePlan resource. This name must:
- be between 1 and 63 characters long (inclusive)
- consist of only lower-case ASCII letters, numbers, and dashes
- start with a lower-case letter
- end with a lower-case letter or number
- be unique within the set of RestorePlans in this location
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The location within which to create the RestorePlan. Format: projects/ /locations/
↳ restore_plan
↳ restore_plan_id
string
Required. The client-provided short name for the RestorePlan resource. This name must: - be between 1 and 63 characters long (inclusive) - consist of only lower-case ASCII letters, numbers, and dashes - start with a lower-case letter - end with a lower-case letter or number - be unique within the set of RestorePlans in this location
getParent
Required. The location within which to create the RestorePlan.
Format: projects/ /locations/
string
setParent
Required. The location within which to create the RestorePlan.
Format: projects/ /locations/
var
string
$this
getRestorePlan
Required. The RestorePlan resource object to create.
hasRestorePlan
clearRestorePlan
setRestorePlan
Required. The RestorePlan resource object to create.
$this
getRestorePlanId
Required. The client-provided short name for the RestorePlan resource.
This name must:
- be between 1 and 63 characters long (inclusive)
- consist of only lower-case ASCII letters, numbers, and dashes
- start with a lower-case letter
- end with a lower-case letter or number
- be unique within the set of RestorePlans in this location
string
setRestorePlanId
Required. The client-provided short name for the RestorePlan resource.
This name must:
- be between 1 and 63 characters long (inclusive)
- consist of only lower-case ASCII letters, numbers, and dashes
- start with a lower-case letter
- end with a lower-case letter or number
- be unique within the set of RestorePlans in this location
var
string
$this

