Show / Hide Table of Contents

Class PropertiesResource.FetchConnectedGa4PropertyRequest

Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>
PropertiesResource.FetchConnectedGa4PropertyRequest
Implements
IClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>
IClientServiceRequest
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.Xgafv
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.AccessToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.Alt
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.Callback
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.Fields
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.Key
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.OauthToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.PrettyPrint
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.QuotaUser
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.UploadType
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.UploadProtocol
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.Execute()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.GetBody()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.ETagAction
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.ModifyRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.ValidateParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.ApiVersion
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.RequestParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.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.FetchConnectedGa4PropertyRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>, IClientServiceRequest

Constructors

FetchConnectedGa4PropertyRequest(IClientService)

Constructs a new FetchConnectedGa4Property request.

Declaration
public FetchConnectedGa4PropertyRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Property

Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234

Declaration
[RequestParameter("property", RequestParameterType.Query)]
public virtual string Property { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes FetchConnectedGa4Property parameter list.

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

Implements

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