Show / Hide Table of Contents

Class PropertiesResource.GoogleAdsLinksResource.PatchRequest

Updates a GoogleAdsLink on a property

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

Constructors

PatchRequest(IClientService, GoogleAnalyticsAdminV1alphaGoogleAdsLink, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleAnalyticsAdminV1alphaGoogleAdsLink body, string name)
Parameters
Type Name Description
IClientService service
GoogleAnalyticsAdminV1alphaGoogleAdsLink body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

UpdateMask

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Patch parameter list.

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

Implements

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