Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.PatchRequest

Updates an existing entry. You must enable the Data Catalog API in the project identified by the entry.name parameter. For more information, see Data Catalog resource project.

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

Constructors

PatchRequest(IClientService, GoogleCloudDatacatalogV1Entry, string)

Constructs a new Patch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Output only. Identifier. The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.

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

UpdateMask

Names of fields whose values to overwrite on an entry. If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied. You can modify only the fields listed below. For entries with type DATA_STREAM: * schema For entries with type FILESET: * schema * display_name * description * gcs_fileset_spec * gcs_fileset_spec.file_patterns For entries with user_specified_type: * schema * display_name * description * user_specified_type * user_specified_system * linked_resource * source_system_timestamps

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

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.InitParameters()

Implements

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