google-cloud-dataplex-v1 2.4.0 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/dataplex/v1/cmek_service/client.rb +3 -6
- data/lib/google/cloud/dataplex/v1/cmek_service/rest/client.rb +3 -6
- data/lib/google/cloud/dataplex/v1/version.rb +1 -1
- data/proto_docs/google/cloud/dataplex/v1/catalog.rb +64 -49
- data/proto_docs/google/cloud/dataplex/v1/cmek.rb +4 -7
- data/proto_docs/google/cloud/dataplex/v1/data_discovery.rb +2 -2
- metadata +1 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 7c4aec70affca5168949b1c18d269e4dc7db335a266149505b7135fbee2390e3
         | 
| 4 | 
            +
              data.tar.gz: ddaeb0edcd388049025d27d398b1f671c0a1adc169c42cc16f584c51d647d66e
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 3fab73d54bc598cb2cab242d3c47264257a497999f155f7e5d29e4e88789de90be260f2d00d09bb2c845ecf842a9208e654c23649c90a58efc40235b9bcf339b
         | 
| 7 | 
            +
              data.tar.gz: a5fadae1be933947add5b48744d95f4c06c24e273841a111e75888dfe11dc6a602e787db527dd977c8fc64d23590905af49ac1c4c51adc6fa5dfdd73d724d2b3
         | 
| @@ -250,12 +250,9 @@ module Google | |
| 250 250 | 
             
                        #   @param parent [::String]
         | 
| 251 251 | 
             
                        #     Required. The location at which the EncryptionConfig is to be created.
         | 
| 252 252 | 
             
                        #   @param encryption_config_id [::String]
         | 
| 253 | 
            -
                        #     Required. The ID of the | 
| 254 | 
            -
                        #      | 
| 255 | 
            -
                        #      | 
| 256 | 
            -
                        #     The maximum size is 63 characters.
         | 
| 257 | 
            -
                        #     The first character must be a letter.
         | 
| 258 | 
            -
                        #     The last character must be a letter or a number.
         | 
| 253 | 
            +
                        #     Required. The ID of the
         | 
| 254 | 
            +
                        #     {::Google::Cloud::Dataplex::V1::EncryptionConfig EncryptionConfig} to create.
         | 
| 255 | 
            +
                        #     Currently, only a value of "default" is supported.
         | 
| 259 256 | 
             
                        #   @param encryption_config [::Google::Cloud::Dataplex::V1::EncryptionConfig, ::Hash]
         | 
| 260 257 | 
             
                        #     Required. The EncryptionConfig to create.
         | 
| 261 258 | 
             
                        #
         | 
| @@ -245,12 +245,9 @@ module Google | |
| 245 245 | 
             
                          #   @param parent [::String]
         | 
| 246 246 | 
             
                          #     Required. The location at which the EncryptionConfig is to be created.
         | 
| 247 247 | 
             
                          #   @param encryption_config_id [::String]
         | 
| 248 | 
            -
                          #     Required. The ID of the | 
| 249 | 
            -
                          #      | 
| 250 | 
            -
                          #      | 
| 251 | 
            -
                          #     The maximum size is 63 characters.
         | 
| 252 | 
            -
                          #     The first character must be a letter.
         | 
| 253 | 
            -
                          #     The last character must be a letter or a number.
         | 
| 248 | 
            +
                          #     Required. The ID of the
         | 
| 249 | 
            +
                          #     {::Google::Cloud::Dataplex::V1::EncryptionConfig EncryptionConfig} to create.
         | 
| 250 | 
            +
                          #     Currently, only a value of "default" is supported.
         | 
| 254 251 | 
             
                          #   @param encryption_config [::Google::Cloud::Dataplex::V1::EncryptionConfig, ::Hash]
         | 
| 255 252 | 
             
                          #     Required. The EncryptionConfig to create.
         | 
| 256 253 | 
             
                          # @yield [result, operation] Access the result along with the TransportOperation object
         | 
| @@ -1357,14 +1357,15 @@ module Google | |
| 1357 1357 | 
             
                        extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 1358 1358 | 
             
                      end
         | 
| 1359 1359 |  | 
| 1360 | 
            -
                      #  | 
| 1361 | 
            -
                      # the job  | 
| 1360 | 
            +
                      # Summary results from a metadata export job. The results are a snapshot of
         | 
| 1361 | 
            +
                      # the metadata at the time when the job was created. The exported entries are
         | 
| 1362 | 
            +
                      # saved to a Cloud Storage bucket.
         | 
| 1362 1363 | 
             
                      # @!attribute [r] exported_entries
         | 
| 1363 1364 | 
             
                      #   @return [::Integer]
         | 
| 1364 | 
            -
                      #     Output only. The number of entries that  | 
| 1365 | 
            +
                      #     Output only. The number of entries that were exported.
         | 
| 1365 1366 | 
             
                      # @!attribute [r] error_message
         | 
| 1366 1367 | 
             
                      #   @return [::String]
         | 
| 1367 | 
            -
                      #     Output only. The error message if the export job failed.
         | 
| 1368 | 
            +
                      #     Output only. The error message if the metadata export job failed.
         | 
| 1368 1369 | 
             
                      class ExportJobResult
         | 
| 1369 1370 | 
             
                        include ::Google::Protobuf::MessageExts
         | 
| 1370 1371 | 
             
                        extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| @@ -1387,8 +1388,9 @@ module Google | |
| 1387 1388 | 
             
                      #     this job.
         | 
| 1388 1389 | 
             
                      #
         | 
| 1389 1390 | 
             
                      #     A metadata import file defines the values to set for each of the entries
         | 
| 1390 | 
            -
                      #     and aspects in a metadata job. For more information about how to | 
| 1391 | 
            -
                      #     metadata import file and the file requirements, see [Metadata | 
| 1391 | 
            +
                      #     and aspects in a metadata import job. For more information about how to
         | 
| 1392 | 
            +
                      #     create a metadata import file and the file requirements, see [Metadata
         | 
| 1393 | 
            +
                      #     import
         | 
| 1392 1394 | 
             
                      #     file](https://cloud.google.com/dataplex/docs/import-metadata#metadata-import-file).
         | 
| 1393 1395 | 
             
                      #
         | 
| 1394 1396 | 
             
                      #     You can provide multiple metadata import files in the same metadata job.
         | 
| @@ -1473,8 +1475,8 @@ module Google | |
| 1473 1475 | 
             
                          extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 1474 1476 | 
             
                        end
         | 
| 1475 1477 |  | 
| 1476 | 
            -
                        # Specifies how the entries and aspects in a metadata job are | 
| 1477 | 
            -
                        # more information, see [Sync
         | 
| 1478 | 
            +
                        # Specifies how the entries and aspects in a metadata import job are
         | 
| 1479 | 
            +
                        # updated. For more information, see [Sync
         | 
| 1478 1480 | 
             
                        # mode](https://cloud.google.com/dataplex/docs/import-metadata#sync-mode).
         | 
| 1479 1481 | 
             
                        module SyncMode
         | 
| 1480 1482 | 
             
                          # Sync mode unspecified.
         | 
| @@ -1527,64 +1529,77 @@ module Google | |
| 1527 1529 | 
             
                        end
         | 
| 1528 1530 | 
             
                      end
         | 
| 1529 1531 |  | 
| 1530 | 
            -
                      #  | 
| 1532 | 
            +
                      # Job specification for a metadata export job.
         | 
| 1531 1533 | 
             
                      # @!attribute [rw] scope
         | 
| 1532 1534 | 
             
                      #   @return [::Google::Cloud::Dataplex::V1::MetadataJob::ExportJobSpec::ExportJobScope]
         | 
| 1533 | 
            -
                      #     Required.  | 
| 1535 | 
            +
                      #     Required. The scope of the export job.
         | 
| 1534 1536 | 
             
                      # @!attribute [rw] output_path
         | 
| 1535 1537 | 
             
                      #   @return [::String]
         | 
| 1536 | 
            -
                      #     Required. The root path of the  | 
| 1537 | 
            -
                      #      | 
| 1538 | 
            -
                      #      | 
| 1539 | 
            -
                      #      | 
| 1540 | 
            -
                      #      | 
| 1541 | 
            -
                      #      | 
| 1538 | 
            +
                      #     Required. The root path of the Cloud Storage bucket to export the
         | 
| 1539 | 
            +
                      #     metadata to, in the format `gs://{bucket}/`. You can optionally specify a
         | 
| 1540 | 
            +
                      #     custom prefix after the bucket name, in the format
         | 
| 1541 | 
            +
                      #     `gs://{bucket}/{prefix}/`. The maximum length of the custom prefix is 128
         | 
| 1542 | 
            +
                      #     characters. Dataplex constructs the object path for the exported files by
         | 
| 1543 | 
            +
                      #     using the bucket name and prefix that you provide, followed by a
         | 
| 1544 | 
            +
                      #     system-generated path.
         | 
| 1545 | 
            +
                      #
         | 
| 1546 | 
            +
                      #     The bucket must be in the same VPC Service Controls perimeter as the job.
         | 
| 1542 1547 | 
             
                      class ExportJobSpec
         | 
| 1543 1548 | 
             
                        include ::Google::Protobuf::MessageExts
         | 
| 1544 1549 | 
             
                        extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 1545 1550 |  | 
| 1546 | 
            -
                        #  | 
| 1551 | 
            +
                        # The scope of the export job.
         | 
| 1547 1552 | 
             
                        # @!attribute [rw] organization_level
         | 
| 1548 1553 | 
             
                        #   @return [::Boolean]
         | 
| 1549 | 
            -
                        #      | 
| 1550 | 
            -
                        # | 
| 1551 | 
            -
                        #      | 
| 1552 | 
            -
                        #      | 
| 1553 | 
            -
                        #      | 
| 1554 | 
            -
                        #      | 
| 1555 | 
            -
                        #      | 
| 1556 | 
            -
                        #     -  | 
| 1554 | 
            +
                        #     Whether the metadata export job is an organization-level export job.
         | 
| 1555 | 
            +
                        #
         | 
| 1556 | 
            +
                        #     - If `true`, the job exports the entries from the same organization and
         | 
| 1557 | 
            +
                        #     VPC Service Controls perimeter as the job. The project that the job
         | 
| 1558 | 
            +
                        #     belongs to determines the VPC Service Controls perimeter. If you set
         | 
| 1559 | 
            +
                        #     the job scope to be at the organization level, then don't provide a
         | 
| 1560 | 
            +
                        #     list of projects or entry groups.
         | 
| 1561 | 
            +
                        #     - If `false`, you must specify a list of projects or a list of entry
         | 
| 1562 | 
            +
                        #     groups whose entries you want to export.
         | 
| 1563 | 
            +
                        #
         | 
| 1564 | 
            +
                        #     The default is `false`.
         | 
| 1557 1565 | 
             
                        # @!attribute [rw] projects
         | 
| 1558 1566 | 
             
                        #   @return [::Array<::String>]
         | 
| 1559 | 
            -
                        #     The projects  | 
| 1560 | 
            -
                        #      | 
| 1561 | 
            -
                        #     specified projects  | 
| 1562 | 
            -
                        # | 
| 1563 | 
            -
                        #      | 
| 1564 | 
            -
                        #      | 
| 1565 | 
            -
                        # | 
| 1567 | 
            +
                        #     The projects whose metadata you want to export, in the format
         | 
| 1568 | 
            +
                        #     `projects/{project_id_or_number}`. Only the entries from
         | 
| 1569 | 
            +
                        #     the specified projects are exported.
         | 
| 1570 | 
            +
                        #
         | 
| 1571 | 
            +
                        #     The projects must be in the same organization and VPC Service Controls
         | 
| 1572 | 
            +
                        #     perimeter as the job.
         | 
| 1573 | 
            +
                        #
         | 
| 1574 | 
            +
                        #     If you set the job scope to be a list of projects, then set the
         | 
| 1575 | 
            +
                        #     organization-level export flag to false and don't provide a list of
         | 
| 1576 | 
            +
                        #     entry groups.
         | 
| 1566 1577 | 
             
                        # @!attribute [rw] entry_groups
         | 
| 1567 1578 | 
             
                        #   @return [::Array<::String>]
         | 
| 1568 | 
            -
                        #     The entry groups  | 
| 1569 | 
            -
                        #      | 
| 1570 | 
            -
                        #      | 
| 1571 | 
            -
                        # | 
| 1572 | 
            -
                        #      | 
| 1573 | 
            -
                        #      | 
| 1574 | 
            -
                        # | 
| 1579 | 
            +
                        #     The entry groups whose metadata you want to export, in the format
         | 
| 1580 | 
            +
                        #     `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}`.
         | 
| 1581 | 
            +
                        #     Only the entries in the specified entry groups are exported.
         | 
| 1582 | 
            +
                        #
         | 
| 1583 | 
            +
                        #     The entry groups must be in the same location and the same VPC Service
         | 
| 1584 | 
            +
                        #     Controls perimeter as the job.
         | 
| 1585 | 
            +
                        #
         | 
| 1586 | 
            +
                        #     If you set the job scope to be a list of entry groups, then set the
         | 
| 1587 | 
            +
                        #     organization-level export flag to false and don't provide a list of
         | 
| 1588 | 
            +
                        #     projects.
         | 
| 1575 1589 | 
             
                        # @!attribute [rw] entry_types
         | 
| 1576 1590 | 
             
                        #   @return [::Array<::String>]
         | 
| 1577 | 
            -
                        #      | 
| 1578 | 
            -
                        #      | 
| 1579 | 
            -
                        #      | 
| 1580 | 
            -
                        #      | 
| 1591 | 
            +
                        #     The entry types that are in scope for the export job, specified as
         | 
| 1592 | 
            +
                        #     relative resource names in the format
         | 
| 1593 | 
            +
                        #     `projects/{project_id_or_number}/locations/{location}/entryTypes/{entry_type_id}`.
         | 
| 1594 | 
            +
                        #     Only entries that belong to the specified entry types are affected by
         | 
| 1595 | 
            +
                        #     the job.
         | 
| 1581 1596 | 
             
                        # @!attribute [rw] aspect_types
         | 
| 1582 1597 | 
             
                        #   @return [::Array<::String>]
         | 
| 1583 | 
            -
                        #     The aspect types that are in scope for the export job | 
| 1584 | 
            -
                        #      | 
| 1585 | 
            -
                        #      | 
| 1586 | 
            -
                        #      | 
| 1587 | 
            -
                        #      | 
| 1598 | 
            +
                        #     The aspect types that are in scope for the export job, specified as
         | 
| 1599 | 
            +
                        #     relative resource names in the format
         | 
| 1600 | 
            +
                        #     `projects/{project_id_or_number}/locations/{location}/aspectTypes/{aspect_type_id}`.
         | 
| 1601 | 
            +
                        #     Only aspects that belong to the specified aspect types are affected by
         | 
| 1602 | 
            +
                        #     the job.
         | 
| 1588 1603 | 
             
                        class ExportJobScope
         | 
| 1589 1604 | 
             
                          include ::Google::Protobuf::MessageExts
         | 
| 1590 1605 | 
             
                          extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| @@ -1653,7 +1668,7 @@ module Google | |
| 1653 1668 | 
             
                        # Import job.
         | 
| 1654 1669 | 
             
                        IMPORT = 1
         | 
| 1655 1670 |  | 
| 1656 | 
            -
                        # Export job | 
| 1671 | 
            +
                        # Export job.
         | 
| 1657 1672 | 
             
                        EXPORT = 2
         | 
| 1658 1673 | 
             
                      end
         | 
| 1659 1674 | 
             
                    end
         | 
| @@ -70,7 +70,7 @@ module Google | |
| 70 70 | 
             
                          # The error code is not specified
         | 
| 71 71 | 
             
                          UNKNOWN = 0
         | 
| 72 72 |  | 
| 73 | 
            -
                          # Error because of internal server error, will be retried automatically | 
| 73 | 
            +
                          # Error because of internal server error, will be retried automatically.
         | 
| 74 74 | 
             
                          INTERNAL_ERROR = 1
         | 
| 75 75 |  | 
| 76 76 | 
             
                          # User action is required to resolve the error.
         | 
| @@ -105,12 +105,9 @@ module Google | |
| 105 105 | 
             
                    #     Required. The location at which the EncryptionConfig is to be created.
         | 
| 106 106 | 
             
                    # @!attribute [rw] encryption_config_id
         | 
| 107 107 | 
             
                    #   @return [::String]
         | 
| 108 | 
            -
                    #     Required. The ID of the | 
| 109 | 
            -
                    #      | 
| 110 | 
            -
                    #      | 
| 111 | 
            -
                    #     The maximum size is 63 characters.
         | 
| 112 | 
            -
                    #     The first character must be a letter.
         | 
| 113 | 
            -
                    #     The last character must be a letter or a number.
         | 
| 108 | 
            +
                    #     Required. The ID of the
         | 
| 109 | 
            +
                    #     {::Google::Cloud::Dataplex::V1::EncryptionConfig EncryptionConfig} to create.
         | 
| 110 | 
            +
                    #     Currently, only a value of "default" is supported.
         | 
| 114 111 | 
             
                    # @!attribute [rw] encryption_config
         | 
| 115 112 | 
             
                    #   @return [::Google::Cloud::Dataplex::V1::EncryptionConfig]
         | 
| 116 113 | 
             
                    #     Required. The EncryptionConfig to create.
         | 
| @@ -160,7 +160,7 @@ module Google | |
| 160 160 | 
             
                    #     Output only. Configuration for metadata publishing.
         | 
| 161 161 | 
             
                    # @!attribute [r] scan_statistics
         | 
| 162 162 | 
             
                    #   @return [::Google::Cloud::Dataplex::V1::DataDiscoveryResult::ScanStatistics]
         | 
| 163 | 
            -
                    #     Output only.  | 
| 163 | 
            +
                    #     Output only. Describes result statistics of a data scan discovery job.
         | 
| 164 164 | 
             
                    class DataDiscoveryResult
         | 
| 165 165 | 
             
                      include ::Google::Protobuf::MessageExts
         | 
| 166 166 | 
             
                      extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| @@ -177,7 +177,7 @@ module Google | |
| 177 177 | 
             
                        extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 178 178 | 
             
                      end
         | 
| 179 179 |  | 
| 180 | 
            -
                      #  | 
| 180 | 
            +
                      # Describes result statistics of a data scan discovery job.
         | 
| 181 181 | 
             
                      # @!attribute [rw] scanned_file_count
         | 
| 182 182 | 
             
                      #   @return [::Integer]
         | 
| 183 183 | 
             
                      #     The number of files scanned.
         |