google-apis-datacatalog_v1 0.28.0 → 0.29.0

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: '014481930f414bb9108f626e771a593c2556677c0df2d22784832369b5eca797'
4
- data.tar.gz: d83ea2de06d6bd1dc4bbf7401677f60125300ff6965e9d4bb89347a48270b588
3
+ metadata.gz: 714c2e8695a6d4f1070deb8b2c369b9946722d36be8d646d56d97840f8af0450
4
+ data.tar.gz: a0053d03ac5735377268a11b559696a75295b50d1ac256971af35228436468f7
5
5
  SHA512:
6
- metadata.gz: 3f641927d96fc5e3af649dd509b0bf21a45f200a793428a91ad5da839360a01b632750953b9bfe4c6a1773be20346c94240aeedb7581f94ca5c021da0229596c
7
- data.tar.gz: a59f36fb752626d8b9d211831cb3169a7e482fd888e34f0696479a73697a8ca90f68addf4ca708be64414997e37268cf6c1d5cd579376de79b518102c87b7226
6
+ metadata.gz: 79c20516ffa887b41ad1913b3895587df0d4cb6b8c295788718c7d1f48edbacae2e6985a54e688520bfc71da66dd80167894d387e9dd34dfdf720b5c5b0f92f3
7
+ data.tar.gz: 718ae0073590dd3487a611e3446e1c5e9582ca066ac51c8e5b610dbc85e4c859203b851367e74545342eba7fc84e6571297f2a2bae6ada088d16a716273b5736
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.29.0 (2023-01-22)
4
+
5
+ * Regenerated from discovery document revision 20230117
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.28.0 (2022-12-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20221203
@@ -2831,6 +2831,11 @@ module Google
2831
2831
  # @return [Fixnum]
2832
2832
  attr_accessor :policy_tag_count
2833
2833
 
2834
+ # The source system of the Taxonomy.
2835
+ # Corresponds to the JSON property `service`
2836
+ # @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TaxonomyService]
2837
+ attr_accessor :service
2838
+
2834
2839
  # Timestamps associated with this resource in a particular system.
2835
2840
  # Corresponds to the JSON property `taxonomyTimestamps`
2836
2841
  # @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps]
@@ -2847,10 +2852,36 @@ module Google
2847
2852
  @display_name = args[:display_name] if args.key?(:display_name)
2848
2853
  @name = args[:name] if args.key?(:name)
2849
2854
  @policy_tag_count = args[:policy_tag_count] if args.key?(:policy_tag_count)
2855
+ @service = args[:service] if args.key?(:service)
2850
2856
  @taxonomy_timestamps = args[:taxonomy_timestamps] if args.key?(:taxonomy_timestamps)
2851
2857
  end
2852
2858
  end
2853
2859
 
2860
+ # The source system of the Taxonomy.
2861
+ class GoogleCloudDatacatalogV1TaxonomyService
2862
+ include Google::Apis::Core::Hashable
2863
+
2864
+ # P4SA Identity of the service.
2865
+ # Corresponds to the JSON property `identity`
2866
+ # @return [String]
2867
+ attr_accessor :identity
2868
+
2869
+ # The GCP service name.
2870
+ # Corresponds to the JSON property `name`
2871
+ # @return [String]
2872
+ attr_accessor :name
2873
+
2874
+ def initialize(**args)
2875
+ update!(**args)
2876
+ end
2877
+
2878
+ # Update properties of this object
2879
+ def update!(**args)
2880
+ @identity = args[:identity] if args.key?(:identity)
2881
+ @name = args[:name] if args.key?(:name)
2882
+ end
2883
+ end
2884
+
2854
2885
  # Request message for UnstarEntry.
2855
2886
  class GoogleCloudDatacatalogV1UnstarEntryRequest
2856
2887
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1
18
18
  # Version of the google-apis-datacatalog_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221203"
25
+ REVISION = "20230117"
26
26
  end
27
27
  end
28
28
  end
@@ -514,6 +514,12 @@ module Google
514
514
  include Google::Apis::Core::JsonObjectSupport
515
515
  end
516
516
 
517
+ class GoogleCloudDatacatalogV1TaxonomyService
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
517
523
  class GoogleCloudDatacatalogV1UnstarEntryRequest
518
524
  class Representation < Google::Apis::Core::JsonRepresentation; end
519
525
 
@@ -1376,11 +1382,21 @@ module Google
1376
1382
  property :display_name, as: 'displayName'
1377
1383
  property :name, as: 'name'
1378
1384
  property :policy_tag_count, as: 'policyTagCount'
1385
+ property :service, as: 'service', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TaxonomyService, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TaxonomyService::Representation
1386
+
1379
1387
  property :taxonomy_timestamps, as: 'taxonomyTimestamps', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps::Representation
1380
1388
 
1381
1389
  end
1382
1390
  end
1383
1391
 
1392
+ class GoogleCloudDatacatalogV1TaxonomyService
1393
+ # @private
1394
+ class Representation < Google::Apis::Core::JsonRepresentation
1395
+ property :identity, as: 'identity'
1396
+ property :name, as: 'name'
1397
+ end
1398
+ end
1399
+
1384
1400
  class GoogleCloudDatacatalogV1UnstarEntryRequest
1385
1401
  # @private
1386
1402
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2083,6 +2083,9 @@ module Google
2083
2083
  # permission to view.
2084
2084
  # @param [String] parent
2085
2085
  # Required. Resource name of the project to list the taxonomies of.
2086
+ # @param [String] filter
2087
+ # Supported field for filter is 'service' and value is 'dataplex'. Eg: service=
2088
+ # dataplex.
2086
2089
  # @param [Fixnum] page_size
2087
2090
  # The maximum number of items to return. Must be a value between 1 and 1000
2088
2091
  # inclusively. If not set, defaults to 50.
@@ -2106,11 +2109,12 @@ module Google
2106
2109
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2107
2110
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2108
2111
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2109
- def list_project_location_taxonomies(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2112
+ def list_project_location_taxonomies(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2110
2113
  command = make_simple_command(:get, 'v1/{+parent}/taxonomies', options)
2111
2114
  command.response_representation = Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ListTaxonomiesResponse::Representation
2112
2115
  command.response_class = Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ListTaxonomiesResponse
2113
2116
  command.params['parent'] = parent unless parent.nil?
2117
+ command.query['filter'] = filter unless filter.nil?
2114
2118
  command.query['pageSize'] = page_size unless page_size.nil?
2115
2119
  command.query['pageToken'] = page_token unless page_token.nil?
2116
2120
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2023-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Data Catalog API V1