Class ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource
The "fields" collection of methods.
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource
Constructors
FieldsResource(IClientService)
Constructs a new resource.
Declaration
public FieldsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
EnumValues
Gets the EnumValues resource.
Declaration
public virtual ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.EnumValuesResource EnumValues { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.EnumValuesResource |
Methods
Create(GoogleCloudDatacatalogV1beta1TagTemplateField, string)
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).
Declaration
public virtual ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.CreateRequest Create(GoogleCloudDatacatalogV1beta1TagTemplateField body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDatacatalogV1beta1TagTemplateField | body | The body of the request. |
string | parent | Required. The name of the project and the template location region. Example: * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.CreateRequest |
Delete(string)
Deletes a field in a tag template and all uses of that field. 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).
Declaration
public virtual ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the tag template field to delete. Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.DeleteRequest |
Patch(GoogleCloudDatacatalogV1beta1TagTemplateField, string)
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).
Declaration
public virtual ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.PatchRequest Patch(GoogleCloudDatacatalogV1beta1TagTemplateField body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDatacatalogV1beta1TagTemplateField | body | The body of the request. |
string | name | Required. The name of the tag template field. Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.PatchRequest |
Rename(GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest, string)
Renames a field in a tag template. The user should enable the Data Catalog API in the project
identified by the name
parameter (see Data Catalog Resource
Project for more
information).
Declaration
public virtual ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.RenameRequest Rename(GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest | body | The body of the request. |
string | name | Required. The name of the tag template. Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.RenameRequest |