Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.CreateRequest

Creates a field in a tag template. The user should enable the Data Catalog API in the project identified by the parent parameter (see Data Catalog Resource Project for more information).

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1beta1TagTemplateField>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1TagTemplateField>
ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.CreateRequest
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.CreateRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1TagTemplateField>, IClientServiceRequest<GoogleCloudDatacatalogV1beta1TagTemplateField>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleCloudDatacatalogV1beta1TagTemplateField, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudDatacatalogV1beta1TagTemplateField body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudDatacatalogV1beta1TagTemplateField body
string parent

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

Parent

Required. The name of the project and the template location region. Example: * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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

TagTemplateFieldId

Required. The ID of the tag template field to create. Field ids can contain letters (both uppercase and lowercase), numbers (0-9), underscores (_) and dashes (-). Field IDs must be at least 1 character long and at most 128 characters long. Field IDs must also be unique within their template.

Declaration
[RequestParameter("tagTemplateFieldId", RequestParameterType.Query)]
public virtual string TagTemplateFieldId { get; set; }
Property Value
Type Description
string

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 Create 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