Reference documentation and code samples for the Google Cloud Config V1 Client class GetResourceDriftRequest.
The request message for the GetResourceDrift method.
Generated from protobuf message google.cloud.config.v1.GetResourceDriftRequest
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the resource drift to retrieve. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.
getName
Required. The name of the resource drift to retrieve.
Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.
string
setName
Required. The name of the resource drift to retrieve.
Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.
var
string
$this
static::build
name
string
Required. The name of the resource drift to retrieve. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'. Please see ConfigClient::resourceDriftName() for help formatting this field.