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.
1631 1632 1633 1634 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1631 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.
1631 1632 1633 1634 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1631 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.
1631 1632 1633 1634 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1631 class SetConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |