Reference documentation and code samples for the Compute V1 Client class GetRegionInstantSnapshotRequest.
A request message for RegionInstantSnapshots.Get. See the method description for details.
Generated from protobuf message google.cloud.compute.v1.GetRegionInstantSnapshotRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ instant_snapshot
string
Name of the InstantSnapshot resource to return.
↳ project
string
Project ID for this request.
↳ region
string
The name of the region for this request.
getInstantSnapshot
Name of the InstantSnapshot resource to return.
string
setInstantSnapshot
Name of the InstantSnapshot resource to return.
var
string
$this
getProject
Project ID for this request.
string
setProject
Project ID for this request.
var
string
$this
getRegion
The name of the region for this request.
string
setRegion
The name of the region for this request.
var
string
$this
static::build
project
string
Project ID for this request.
region
string
The name of the region for this request.
instantSnapshot
string
Name of the InstantSnapshot resource to return.