Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::SetConfigRequest (v1.4.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::SetConfigRequest.

Request message for SetConfig.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#catalog_ui_experience

def catalog_ui_experience() -> ::Google::Cloud::DataCatalog::V1::CatalogUIExperience
Returns
  • (::Google::Cloud::DataCatalog::V1::CatalogUIExperience) — Opt-in status for the UI switch to Dataplex.

    Note: The following fields are mutually exclusive: catalog_ui_experience, tag_template_migration. If a field in that set is populated, all other fields in the set will automatically be cleared.

#catalog_ui_experience=

def catalog_ui_experience=(value) -> ::Google::Cloud::DataCatalog::V1::CatalogUIExperience
Parameter
  • value (::Google::Cloud::DataCatalog::V1::CatalogUIExperience) — Opt-in status for the UI switch to Dataplex.

    Note: The following fields are mutually exclusive: catalog_ui_experience, tag_template_migration. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataCatalog::V1::CatalogUIExperience) — Opt-in status for the UI switch to Dataplex.

    Note: The following fields are mutually exclusive: catalog_ui_experience, tag_template_migration. If a field in that set is populated, all other fields in the set will automatically be cleared.

#name

def name() -> ::String
Returns
  • (::String) — Required. The organization or project whose config is being specified.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The organization or project whose config is being specified.
Returns
  • (::String) — Required. The organization or project whose config is being specified.

#tag_template_migration

def tag_template_migration() -> ::Google::Cloud::DataCatalog::V1::TagTemplateMigration
Returns
  • (::Google::Cloud::DataCatalog::V1::TagTemplateMigration) — Opt-in status for the migration of Tag Templates to Dataplex.

    Note: The following fields are mutually exclusive: tag_template_migration, catalog_ui_experience. If a field in that set is populated, all other fields in the set will automatically be cleared.

#tag_template_migration=

def tag_template_migration=(value) -> ::Google::Cloud::DataCatalog::V1::TagTemplateMigration
Parameter
  • value (::Google::Cloud::DataCatalog::V1::TagTemplateMigration) — Opt-in status for the migration of Tag Templates to Dataplex.

    Note: The following fields are mutually exclusive: tag_template_migration, catalog_ui_experience. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataCatalog::V1::TagTemplateMigration) — Opt-in status for the migration of Tag Templates to Dataplex.

    Note: The following fields are mutually exclusive: tag_template_migration, catalog_ui_experience. If a field in that set is populated, all other fields in the set will automatically be cleared.