Show / Hide Table of Contents

Class AppsResource.TokensResource.TagsResource.CreateOrUpdateRequest

Create or update tags for the user and app that are represented by the given token.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<CreateOrUpdateTagsResponse>
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>
AppsResource.TokensResource.TagsResource.CreateOrUpdateRequest
Implements
IClientServiceRequest<CreateOrUpdateTagsResponse>
IClientServiceRequest
Inherited Members
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.Xgafv
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.AccessToken
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.Alt
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.Callback
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.Fields
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.Key
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.OauthToken
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.PrettyPrint
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.QuotaUser
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.UploadType
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.UploadProtocol
ClientServiceRequest<CreateOrUpdateTagsResponse>.Execute()
ClientServiceRequest<CreateOrUpdateTagsResponse>.ExecuteAsStream()
ClientServiceRequest<CreateOrUpdateTagsResponse>.ExecuteAsync()
ClientServiceRequest<CreateOrUpdateTagsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<CreateOrUpdateTagsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<CreateOrUpdateTagsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<CreateOrUpdateTagsResponse>.CreateRequest(bool?)
ClientServiceRequest<CreateOrUpdateTagsResponse>.GenerateRequestUri()
ClientServiceRequest<CreateOrUpdateTagsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<CreateOrUpdateTagsResponse>.ETagAction
ClientServiceRequest<CreateOrUpdateTagsResponse>.ModifyRequest
ClientServiceRequest<CreateOrUpdateTagsResponse>.ValidateParameters
ClientServiceRequest<CreateOrUpdateTagsResponse>.ApiVersion
ClientServiceRequest<CreateOrUpdateTagsResponse>.RequestParameters
ClientServiceRequest<CreateOrUpdateTagsResponse>.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.PlayGrouping.v1alpha1
Assembly: Google.Apis.PlayGrouping.v1alpha1.dll
Syntax
public class AppsResource.TokensResource.TagsResource.CreateOrUpdateRequest : PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>, IClientServiceRequest<CreateOrUpdateTagsResponse>, IClientServiceRequest

Constructors

CreateOrUpdateRequest(IClientService, CreateOrUpdateTagsRequest, string, string)

Constructs a new CreateOrUpdate request.

Declaration
public CreateOrUpdateRequest(IClientService service, CreateOrUpdateTagsRequest body, string appPackage, string token)
Parameters
Type Name Description
IClientService service
CreateOrUpdateTagsRequest body
string appPackage
string token

Properties

AppPackage

Required. App whose tags are being manipulated. Format: apps/{package_name}

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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PlayGrouping.v1alpha1.Data.CreateOrUpdateTagsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PlayGrouping.v1alpha1.Data.CreateOrUpdateTagsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PlayGrouping.v1alpha1.Data.CreateOrUpdateTagsResponse>.RestPath

Token

Required. Token for which the tags are being inserted or updated. Format: tokens/{token}

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PlayGrouping.v1alpha1.Data.CreateOrUpdateTagsResponse>.GetBody()

InitParameters()

Initializes CreateOrUpdate parameter list.

Declaration
protected override void InitParameters()
Overrides
PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>.InitParameters()

Implements

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