Reference documentation and code samples for the Google Analytics Admin V1alpha Client class DeleteRollupPropertySourceLinkRequest.
Request message for DeleteRollupPropertySourceLink RPC.
Generated from protobuf message google.analytics.admin.v1alpha.DeleteRollupPropertySourceLinkRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678 |
getName
Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678
Returns | |
---|---|
Type | Description |
string |
setName
Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678 Please see Google\Analytics\Admin\V1alpha\AnalyticsAdminServiceClient::rollupPropertySourceLinkName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\DeleteRollupPropertySourceLinkRequest |