Show / Hide Table of Contents

Class CustomersResource.ConfigurationsResource.PatchRequest

Updates a configuration's field values.

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

Constructors

PatchRequest(IClientService, Configuration, string)

Constructs a new Patch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Output only. The API resource name in the format customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]. Assigned by the server.

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

UpdateMask

Required. The field mask applied to the target Configuration before updating the fields. To learn more about using field masks, read FieldMask in the Protocol Buffers documentation.

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

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidProvisioningPartnerBaseServiceRequest<Configuration>.InitParameters()

Implements

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