Show / Hide Table of Contents

Class BuyersResource.ClientsResource.PatchRequest

Updates an existing client.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Client>
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>
BuyersResource.ClientsResource.PatchRequest
Implements
IClientServiceRequest<Client>
IClientServiceRequest
Inherited Members
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.Xgafv
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.AccessToken
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.Alt
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.Callback
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.Fields
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.Key
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.OauthToken
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.PrettyPrint
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.QuotaUser
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.UploadType
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.UploadProtocol
ClientServiceRequest<Client>.Execute()
ClientServiceRequest<Client>.ExecuteAsStream()
ClientServiceRequest<Client>.ExecuteAsync()
ClientServiceRequest<Client>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Client>.ExecuteAsStreamAsync()
ClientServiceRequest<Client>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Client>.CreateRequest(bool?)
ClientServiceRequest<Client>.GenerateRequestUri()
ClientServiceRequest<Client>.GetDefaultETagAction(string)
ClientServiceRequest<Client>.ETagAction
ClientServiceRequest<Client>.ModifyRequest
ClientServiceRequest<Client>.ValidateParameters
ClientServiceRequest<Client>.ApiVersion
ClientServiceRequest<Client>.RequestParameters
ClientServiceRequest<Client>.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.AuthorizedBuyersMarketplace.v1
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.dll
Syntax
public class BuyersResource.ClientsResource.PatchRequest : AuthorizedBuyersMarketplaceBaseServiceRequest<Client>, IClientServiceRequest<Client>, IClientServiceRequest

Constructors

PatchRequest(IClientService, Client, string)

Constructs a new Patch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Output only. The resource name of the client. Format: buyers/{accountId}/clients/{clientAccountId}

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<Client>.RestPath

UpdateMask

List of fields to be updated. If empty or unspecified, the service will update all fields populated in the update request excluding the output only fields and primitive fields with default value. Note that explicit field mask is required in order to reset a primitive field back to its default value, for example, false for boolean fields, 0 for integer fields. A special field mask consisting of a single path "*" can be used to indicate full replacement(the equivalent of PUT method), updatable fields unset or unspecified in the input will be cleared or set to default value. Output only fields will be ignored regardless of the value of updateMask.

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<Client>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
AuthorizedBuyersMarketplaceBaseServiceRequest<Client>.InitParameters()

Implements

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