Google Analytics Admin V1alpha Client - Class DeleteReportingDataAnnotationRequest (0.28.1)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class DeleteReportingDataAnnotationRequest.

Request message for DeleteReportingDataAnnotation RPC.

Generated from protobuf message google.analytics.admin.v1alpha.DeleteReportingDataAnnotationRequest

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Required. Resource name of the Reporting Data Annotation to delete. Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/456

getName

Required. Resource name of the Reporting Data Annotation to delete.

Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/456

Returns
TypeDescription
string

setName

Required. Resource name of the Reporting Data Annotation to delete.

Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/456

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
namestring

Required. Resource name of the Reporting Data Annotation to delete. Format: properties/property_id/reportingDataAnnotations/reporting_data_annotation Example: properties/123/reportingDataAnnotations/456 Please see AnalyticsAdminServiceClient::reportingDataAnnotationName() for help formatting this field.

Returns
TypeDescription
DeleteReportingDataAnnotationRequest