Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.EnumValuesResource

The "enumValues" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.EnumValuesResource
Inherited Members
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.EnumValuesResource

Constructors

EnumValuesResource(IClientService)

Constructs a new resource.

Declaration
public EnumValuesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Rename(GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest, string)

Renames an enum value in a tag template. The enum values have to be unique within one enum field. Thus, an enum value cannot be renamed with a name used in any other enum value within the same enum field.

Declaration
public virtual ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.EnumValuesResource.RenameRequest Rename(GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest body, string name)
Parameters
Type Name Description
GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest body

The body of the request.

string name

Required. The name of the enum field value. Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}/enumValues/{enum_value_display_name}

Returns
Type Description
ProjectsResource.LocationsResource.TagTemplatesResource.FieldsResource.EnumValuesResource.RenameRequest
In This Article
Back to top Generated by DocFX