Reference documentation and code samples for the Google Cloud Config V1 Client class GetResourceChangeRequest.
The request message for the GetResourceChange method.
Generated from protobuf message google.cloud.config.v1.GetResourceChangeRequest
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the resource change to retrieve. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'. |
getName
Required. The name of the resource change to retrieve.
Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the resource change to retrieve.
Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the resource change to retrieve. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'. Please see ConfigClient::resourceChangeName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
GetResourceChangeRequest |