Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class GetSnapshotRequest.
Request to get information about a snapshot
Generated from protobuf message google.dataflow.v1beta3.GetSnapshotRequest
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id |
string
The ID of the Cloud Platform project that the snapshot belongs to. |
↳ snapshot_id |
string
The ID of the snapshot. |
↳ location |
string
The location that contains this snapshot. |
getProjectId
The ID of the Cloud Platform project that the snapshot belongs to.
Returns | |
---|---|
Type | Description |
string |
setProjectId
The ID of the Cloud Platform project that the snapshot belongs to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSnapshotId
The ID of the snapshot.
Returns | |
---|---|
Type | Description |
string |
setSnapshotId
The ID of the snapshot.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLocation
The location that contains this snapshot.
Returns | |
---|---|
Type | Description |
string |
setLocation
The location that contains this snapshot.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |