Show / Hide Table of Contents

Class PropertiesResource.SetAutomatedGa4ConfigurationOptOutRequest

Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>
PropertiesResource.SetAutomatedGa4ConfigurationOptOutRequest
Implements
IClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>
IClientServiceRequest
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.Xgafv
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.AccessToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.Alt
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.Callback
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.Fields
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.Key
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.OauthToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.PrettyPrint
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.QuotaUser
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.UploadType
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.UploadProtocol
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.Execute()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.ETagAction
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.ModifyRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.ValidateParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.ApiVersion
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.RequestParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.SetAutomatedGa4ConfigurationOptOutRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>, IClientServiceRequest

Constructors

SetAutomatedGa4ConfigurationOptOutRequest(IClientService, GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest)

Constructs a new SetAutomatedGa4ConfigurationOptOut request.

Declaration
public SetAutomatedGa4ConfigurationOptOutRequest(IClientService service, GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest body)
Parameters
Type Name Description
IClientService service
GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.GetBody()

InitParameters()

Initializes SetAutomatedGa4ConfigurationOptOut parameter list.

Declaration
protected override void InitParameters()
Overrides
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX