Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.PatchRequest

Updates a field in a tag template. This method cannot be used to update the field type. Users should enable the Data Catalog API in the project identified by the name parameter (see [Data Catalog Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information).

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

Constructors

PatchRequest(IClientService, GoogleCloudDatacatalogV1beta1TagTemplateField, string)

Constructs a new Patch request.

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

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1TagTemplateField>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1TagTemplateField>.MethodName

Name

Required. The name of the tag template field. Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1TagTemplateField>.RestPath

UpdateMask

Optional. Names of fields whose values to overwrite on an individual field of a tag template. The following fields are modifiable: * display_name * type.enum_type * is_required 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 with one exception: when updating an enum type, the provided values are merged with the existing values. Therefore, enum values can only be added, existing enum values cannot be deleted or renamed. Additionally, updating a template field from optional to required is not allowed.

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1TagTemplateField>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DataCatalog.v1beta1.DataCatalogBaseServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1TagTemplateField>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX