Show / Hide Table of Contents

Class ProjectsResource.TenantsResource.PatchRequest

Updates specified tenant.

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

Constructors

PatchRequest(IClientService, Tenant, string)

Constructs a new Patch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required during tenant update. The resource name for a tenant. This is generated by the service when a tenant is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

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

UpdateMask

Strongly recommended for the best service experience. If update_mask is provided, only the specified fields in tenant are updated. Otherwise all the fields are updated. A field mask to specify the tenant fields to be updated. Only top level fields of Tenant are supported.

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

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudTalentSolutionBaseServiceRequest<Tenant>.InitParameters()

Implements

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