Google Cloud Net App V1 Client - Class CreateSnapshotRequest (0.1.1)

Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateSnapshotRequest.

CreateSnapshotRequest creates a snapshot.

Generated from protobuf message google.cloud.netapp.v1.CreateSnapshotRequest

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The NetApp volume to create the snapshots of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}

↳ snapshot Google\Cloud\NetApp\V1\Snapshot

Required. A snapshot resource

↳ snapshot_id string

Required. ID of the snapshot to create. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

getParent

Required. The NetApp volume to create the snapshots of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}

Returns
TypeDescription
string

setParent

Required. The NetApp volume to create the snapshots of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSnapshot

Required. A snapshot resource

Returns
TypeDescription
Google\Cloud\NetApp\V1\Snapshot|null

hasSnapshot

clearSnapshot

setSnapshot

Required. A snapshot resource

Parameter
NameDescription
var Google\Cloud\NetApp\V1\Snapshot
Returns
TypeDescription
$this

getSnapshotId

Required. ID of the snapshot to create.

This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

Returns
TypeDescription
string

setSnapshotId

Required. ID of the snapshot to create.

This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The NetApp volume to create the snapshots of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id} Please see Google\Cloud\NetApp\V1\NetAppClient::volumeName() for help formatting this field.

snapshot Google\Cloud\NetApp\V1\Snapshot

Required. A snapshot resource

snapshotId string

Required. ID of the snapshot to create. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

Returns
TypeDescription
Google\Cloud\NetApp\V1\CreateSnapshotRequest