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 \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ name | string 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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var | string |
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name | string 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 | |
---|---|
Type | Description |
DeleteReportingDataAnnotationRequest |