Class ProjectsResource.RemoveAnalyticsRequest
Unlinks the specified FirebaseProject from its Google Analytics account. This call removes the association
of the specified FirebaseProject
with its current Google Analytics property. However, this call does not
delete the Google Analytics resources, such as the Google Analytics property or any data streams. These
resources may be re-associated later to the FirebaseProject
by calling
AddGoogleAnalytics
and specifying the same
analyticsPropertyId
. For Android Apps and iOS Apps, this call re-links data streams with their
corresponding apps. However, for Web Apps, this call provisions a new data stream for each Web App. To
call RemoveAnalytics
, a project member must be an Owner for the FirebaseProject
.
Inheritance
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.RemoveAnalyticsRequest : FirebaseManagementBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
RemoveAnalyticsRequest(IClientService, RemoveAnalyticsRequest, string)
Constructs a new RemoveAnalytics request.
Declaration
public RemoveAnalyticsRequest(IClientService service, RemoveAnalyticsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RemoveAnalyticsRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
The resource name of the FirebaseProject to unlink from its Google Analytics account, in the format:
projects/PROJECT_IDENTIFIER Refer to the FirebaseProject
name
field for details about PROJECT_IDENTIFIER values.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes RemoveAnalytics parameter list.
Declaration
protected override void InitParameters()