Data Catalog v1 API - Class SetConfigRequest (2.14.0)

public sealed class SetConfigRequest : IMessage<SetConfigRequest>, IEquatable<SetConfigRequest>, IDeepCloneable<SetConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class SetConfigRequest.

Request message for [SetConfig][google.cloud.datacatalog.v1.DataCatalog.SetConfig].

Inheritance

object > SetConfigRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

SetConfigRequest()

public SetConfigRequest()

SetConfigRequest(SetConfigRequest)

public SetConfigRequest(SetConfigRequest other)
Parameter
Name Description
other SetConfigRequest

Properties

CatalogUiExperience

public CatalogUIExperience CatalogUiExperience { get; set; }

Opt-in status for the UI switch to Dataplex.

Property Value
Type Description
CatalogUIExperience

ConfigurationCase

public SetConfigRequest.ConfigurationOneofCase ConfigurationCase { get; }
Property Value
Type Description
SetConfigRequestConfigurationOneofCase

HasCatalogUiExperience

public bool HasCatalogUiExperience { get; }

Gets whether the "catalog_ui_experience" field is set

Property Value
Type Description
bool

HasTagTemplateMigration

public bool HasTagTemplateMigration { get; }

Gets whether the "tag_template_migration" field is set

Property Value
Type Description
bool

Name

public string Name { get; set; }

Required. The organization or project whose config is being specified.

Property Value
Type Description
string

TagTemplateMigration

public TagTemplateMigration TagTemplateMigration { get; set; }

Opt-in status for the migration of Tag Templates to Dataplex.

Property Value
Type Description
TagTemplateMigration