Class: Google::Cloud::DataCatalog::V1::SetConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::SetConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for SetConfig.
Instance Attribute Summary collapse
-
#catalog_ui_experience ⇒ ::Google::Cloud::DataCatalog::V1::CatalogUIExperience
Opt-in status for the UI switch to Dataplex.
-
#name ⇒ ::String
Required.
-
#tag_template_migration ⇒ ::Google::Cloud::DataCatalog::V1::TagTemplateMigration
Opt-in status for the migration of Tag Templates to Dataplex.
Instance Attribute Details
#catalog_ui_experience ⇒ ::Google::Cloud::DataCatalog::V1::CatalogUIExperience
Returns 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.
1681 1682 1683 1684 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1681 class SetConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The organization or project whose config is being specified.
1681 1682 1683 1684 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1681 class SetConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tag_template_migration ⇒ ::Google::Cloud::DataCatalog::V1::TagTemplateMigration
Returns 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.
1681 1682 1683 1684 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1681 class SetConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |