Google Cloud Config V1 Client - Class ExportRevisionStatefileRequest (0.2.0)

Reference documentation and code samples for the Google Cloud Config V1 Client class ExportRevisionStatefileRequest.

A request to export a state file passed to a 'ExportRevisionStatefile' call.

Generated from protobuf message google.cloud.config.v1.ExportRevisionStatefileRequest

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.

getParent

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.

Returns
TypeDescription
string

setParent

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.

Parameter
NameDescription
var string
Returns
TypeDescription
$this