Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.PatchRequest

Updates an Entry.

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

Constructors

PatchRequest(IClientService, GoogleCloudDataplexV1Entry, string)

Constructs a new Patch request.

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

Properties

AllowMissing

Optional. If set to true and the entry doesn't exist, the service will create it.

Declaration
[RequestParameter("allowMissing", RequestParameterType.Query)]
public virtual bool? AllowMissing { get; set; }
Property Value
Type Description
bool?

AspectKeys

Optional. The map keys of the Aspects which the service should modify. It supports the following syntaxes: - matches an aspect of the given type and empty path. @path - matches an aspect of the given type and specified path. For example, to attach an aspect to a field that is specified by the schema aspect, the path should have the format Schema.. @* - matches aspects of the given type for all paths. *@path - matches aspects of all types on the given path.The service will not remove existing aspects matching the syntax unless delete_missing_aspects is set to true.If this field is left empty, the service treats it as specifying exactly those Aspects present in the request.

Declaration
[RequestParameter("aspectKeys", RequestParameterType.Query)]
public virtual Repeatable<string> AspectKeys { get; set; }
Property Value
Type Description
Repeatable<string>

DeleteMissingAspects

Optional. If set to true and the aspect_keys specify aspect ranges, the service deletes any existing aspects from that range that weren't provided in the request.

Declaration
[RequestParameter("deleteMissingAspects", RequestParameterType.Query)]
public virtual bool? DeleteMissingAspects { get; set; }
Property Value
Type Description
bool?

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Identifier. The relative resource name of the entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.

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

UpdateMask

Optional. Mask of fields to update. To update Aspects, the update_mask must contain the value "aspects".If the update_mask is empty, the service will update all modifiable fields present in the request.

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

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1Entry>.InitParameters()

Implements

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