Google Cloud Config V1 Client - Class GetAutoMigrationConfigRequest (1.7.1)

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

The request message for the GetAutoMigrationConfig method.

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

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the AutoMigrationConfig. Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.

getName

Required. The name of the AutoMigrationConfig.

Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.

Returns
Type Description
string

setName

Required. The name of the AutoMigrationConfig.

Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the AutoMigrationConfig. Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'. Please see ConfigClient::autoMigrationConfigName() for help formatting this field.

Returns
Type Description
GetAutoMigrationConfigRequest