Show / Hide Table of Contents

Class OrganizationsResource.AnalyticsAccountLinksResource.SetPropertyServiceLevelRequest

Updates the service level for an Analytics property.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SetPropertyServiceLevelResponse>
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>
OrganizationsResource.AnalyticsAccountLinksResource.SetPropertyServiceLevelRequest
Implements
IClientServiceRequest<SetPropertyServiceLevelResponse>
IClientServiceRequest
Inherited Members
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.Xgafv
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.AccessToken
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.Alt
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.Callback
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.Fields
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.Key
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.OauthToken
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.PrettyPrint
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.QuotaUser
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.UploadType
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.UploadProtocol
ClientServiceRequest<SetPropertyServiceLevelResponse>.Execute()
ClientServiceRequest<SetPropertyServiceLevelResponse>.ExecuteAsStream()
ClientServiceRequest<SetPropertyServiceLevelResponse>.ExecuteAsync()
ClientServiceRequest<SetPropertyServiceLevelResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SetPropertyServiceLevelResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<SetPropertyServiceLevelResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SetPropertyServiceLevelResponse>.CreateRequest(bool?)
ClientServiceRequest<SetPropertyServiceLevelResponse>.GenerateRequestUri()
ClientServiceRequest<SetPropertyServiceLevelResponse>.GetDefaultETagAction(string)
ClientServiceRequest<SetPropertyServiceLevelResponse>.ETagAction
ClientServiceRequest<SetPropertyServiceLevelResponse>.ModifyRequest
ClientServiceRequest<SetPropertyServiceLevelResponse>.ValidateParameters
ClientServiceRequest<SetPropertyServiceLevelResponse>.ApiVersion
ClientServiceRequest<SetPropertyServiceLevelResponse>.RequestParameters
ClientServiceRequest<SetPropertyServiceLevelResponse>.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.GoogleMarketingPlatformAdminAPI.v1alpha
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class OrganizationsResource.AnalyticsAccountLinksResource.SetPropertyServiceLevelRequest : GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>, IClientServiceRequest<SetPropertyServiceLevelResponse>, IClientServiceRequest

Constructors

SetPropertyServiceLevelRequest(IClientService, SetPropertyServiceLevelRequest, string)

Constructs a new SetPropertyServiceLevel request.

Declaration
public SetPropertyServiceLevelRequest(IClientService service, SetPropertyServiceLevelRequest body, string analyticsAccountLink)
Parameters
Type Name Description
IClientService service
SetPropertyServiceLevelRequest body
string analyticsAccountLink

Properties

AnalyticsAccountLink

Required. The parent AnalyticsAccountLink scope where this property is in. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id}

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes SetPropertyServiceLevel parameter list.

Declaration
protected override void InitParameters()
Overrides
GoogleMarketingPlatformAdminAPIBaseServiceRequest<SetPropertyServiceLevelResponse>.InitParameters()

Implements

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