Google Cloud Appoptimize V1beta Client - Class DeleteReportRequest (0.1.0)

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

Request message for the DeleteReport method.

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

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 delete. Format: projects/{project}/locations/{location}/reports/{report_id}.

↳ allow_missing bool

Optional. If set to true, and the report is not found, the request will succeed but no action will be taken on the server.

getName

Required. The name of the report to delete.

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

Returns
Type Description
string

setName

Required. The name of the report to delete.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getAllowMissing

Optional. If set to true, and the report is not found, the request will succeed but no action will be taken on the server.

Returns
Type Description
bool

setAllowMissing

Optional. If set to true, and the report is not found, the request will succeed but no action will be taken on the server.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the report to delete.

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

Returns
Type Description
DeleteReportRequest