Google Cloud Vm Migration V1 Client - Class GetUtilizationReportRequest (0.4.2)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class GetUtilizationReportRequest.

Request message for 'GetUtilizationReport' request.

Generated from protobuf message google.cloud.vmmigration.v1.GetUtilizationReportRequest

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The Utilization Report name.

↳ view int

Optional. The level of details of the report. Defaults to FULL

getName

Required. The Utilization Report name.

Returns
TypeDescription
string

setName

Required. The Utilization Report name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Optional. The level of details of the report.

Defaults to FULL

Returns
TypeDescription
int

setView

Optional. The level of details of the report.

Defaults to FULL

Parameter
NameDescription
var int
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The Utilization Report name. Please see Google\Cloud\VMMigration\V1\VmMigrationClient::utilizationReportName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\VMMigration\V1\GetUtilizationReportRequest