Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TagTemplatesResource.PatchRequest

Updates a tag template. You can't update template fields with this method. These fields are separate resources with their own create, update, and delete methods. You must enable the Data Catalog API in the project identified by the tag_template.name parameter. For more information, see Data Catalog resource project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>
ProjectsResource.LocationsResource.TagTemplatesResource.PatchRequest
Implements
IClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>
IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.UploadProtocol
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.Execute()
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.ETagAction
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.ModifyRequest
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.ValidateParameters
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.ApiVersion
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.RequestParameters
ClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>.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.TagTemplatesResource.PatchRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1TagTemplate>, IClientServiceRequest<GoogleCloudDatacatalogV1TagTemplate>, IClientServiceRequest

Constructors

PatchRequest(IClientService, GoogleCloudDatacatalogV1TagTemplate, string)

Constructs a new Patch request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Identifier. The resource name of the tag template in URL format. Note: The tag template 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<GoogleCloudDatacatalogV1TagTemplate>.RestPath

UpdateMask

Names of fields whose values to overwrite on a tag template. Currently, only display_name and is_publicly_readable can be overwritten. 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. Note: Updating the is_publicly_readable field may require up to 12 hours to take effect in search results.

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

InitParameters()

Initializes Patch parameter list.

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

Implements

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