Google Cloud Appoptimize V1beta Client - Class GetReportRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Appoptimize V1beta Client class GetReportRequest.

Request message for the GetReport method.

Generated from protobuf message google.cloud.appoptimize.v1beta.GetReportRequest

Namespace

Google \ Cloud \ AppOptimize \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the report to retrieve. Format: projects/{project}/locations/{location}/reports/{report_id}.

getName

Required. The name of the report to retrieve.

Format: projects/{project}/locations/{location}/reports/{report_id}.

Returns
Type Description
string

setName

Required. The name of the report to retrieve.

Format: projects/{project}/locations/{location}/reports/{report_id}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the report to retrieve.

Format: projects/{project}/locations/{location}/reports/{report_id}. Please see AppOptimizeClient::reportName() for help formatting this field.

Returns
Type Description
GetReportRequest