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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45c435219f1d81f291b32090d42c0f2e5f42b37f164086f63760466b083b003e
4
- data.tar.gz: 18b35dffa0d4e7a7ca0e83d451b88579372ea97c6684d5d3d8612a487020711e
3
+ metadata.gz: 7c4aec70affca5168949b1c18d269e4dc7db335a266149505b7135fbee2390e3
4
+ data.tar.gz: ddaeb0edcd388049025d27d398b1f671c0a1adc169c42cc16f584c51d647d66e
5
5
  SHA512:
6
- metadata.gz: cf59152daae642e0b053107cc3b2cfd18cc4a03986b3928670a0b8c352b6e16fe3bff70cfce7260e9be1d4a4d3163a747fb389610940814f136dec8651996065
7
- data.tar.gz: 4e9030896dda4624cc7cf550a007dabbeedc7fdd4faf7c76280862abdba7d56ed16f0403b13537b9a499118069055e7d766e748ee203ac2435205f20b215bd19
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 EncryptionConfig to create.
254
- # The ID must contain only letters (a-z, A-Z), numbers (0-9),
255
- # and hyphens (-).
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 EncryptionConfig to create.
249
- # The ID must contain only letters (a-z, A-Z), numbers (0-9),
250
- # and hyphens (-).
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataplex
23
23
  module V1
24
- VERSION = "2.4.0"
24
+ VERSION = "2.4.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1357,14 +1357,15 @@ module Google
1357
1357
  extend ::Google::Protobuf::MessageExts::ClassMethods
1358
1358
  end
1359
1359
 
1360
- # Export Job Results. The result is based on the snapshot at the time when
1361
- # the job is created.
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 have been exported.
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 create a
1391
- # metadata import file and the file requirements, see [Metadata import
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 updated. For
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
- # Export job specification.
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. Selects the entries to be exported by this job.
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 exported metadata.
1537
- # Must be in the format: "gs://<bucket_id>"
1538
- # Or specify a customized prefix after the bucket:
1539
- # "gs://<bucket_id>/<folder1>/<folder2>/.../".
1540
- # The length limit of the customized prefix is 128 characters.
1541
- # The bucket must be in the same VPC-SC perimeter with the job.
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
- # Scope of the export job.
1551
+ # The scope of the export job.
1547
1552
  # @!attribute [rw] organization_level
1548
1553
  # @return [::Boolean]
1549
- # Indicating if it is an organization level export job.
1550
- # - When set to true, exports all entries from entry groups and projects
1551
- # sharing the same organization id of the Metadata Job. Only projects and
1552
- # entry groups in the VPC-SC perimeter will be exported. The projects and
1553
- # entry groups are ignored.
1554
- # - When set to false, one of the projects or entry groups must be
1555
- # specified.
1556
- # - Default to false.
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 that are in the scope of the export job. Can either be
1560
- # project numbers or project IDs. If specified, only the entries from the
1561
- # specified projects will be exported. The projects must be in the same
1562
- # organization and in the VPC-SC perimeter. Either projects or
1563
- # entry_groups can be specified when organization_level_export is set to
1564
- # false.
1565
- # Must follow the format: "projects/<project_id_or_number>"
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 that are in scope for the export job. Optional. If
1569
- # specified, only entries in the specified entry groups will be exported
1570
- # by the job. Must be in the VPC-SC perimeter of the job. The location of
1571
- # the entry groups must be the same as the job. Either projects or
1572
- # entry_groups can be specified when organization_level_export is set to
1573
- # false. Must follow the format:
1574
- # "projects/<project_id_or_number>/locations/<location>/entryGroups/<entry_group_id>"
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
- # If specified, only entries of the specified types will be
1578
- # affected by the job.
1579
- # Must follow the format:
1580
- # "projects/<project_id_or_number>/locations/<location>/entryTypes/<entry_type_id>"
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
- # Optional. If specified, only aspects of the specified types will be
1585
- # affected by the job.
1586
- # Must follow the format:
1587
- # "projects/<project_id_or_number>/locations/<location>/aspectTypes/<aspect_type_id>"
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 type.
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 EncryptionConfig to create.
109
- # The ID must contain only letters (a-z, A-Z), numbers (0-9),
110
- # and hyphens (-).
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. Statistics of the DataDiscoveryScan.
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
- # Statistics of the DataDiscoveryScan.
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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataplex-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC