google-apis-dataplex_v1 0.22.0 → 0.23.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: 5aaa00269519db3a39fec446f0cf3cc1c1fc44c19dcd5f86b9361df0f9f36c11
4
- data.tar.gz: cbe4b460006eea06fbd89267b7db0d0dbd77e68efec75bf39ca3ee66a75951e7
3
+ metadata.gz: a85c597cb23d4d41439e64cd55d8086ae21fe1e86ce555810d97f1c220b99bf1
4
+ data.tar.gz: 5a25284ef970671a8822deb6a3bd2ca2fb7dd1cacd14c9b9c73deb75e3463b62
5
5
  SHA512:
6
- metadata.gz: cbf45e876f75c8f216a7a261be0bd4b983ff9df40f6f4bf7c412be665d6531d73c3ecc5e288598c0ce24d87ac3924ce5fc6ff3d41f269bd3c8901b8c6ae1db44
7
- data.tar.gz: db04f08f756f8a1cd5a0bd423fd16108ea0f888df84d02b9dccf13b4ba0341935b3be1ac53f8332d9746fa54452ecc1a883796a66235936127464a920b35bc88
6
+ metadata.gz: 2d169de69072d52779fa7fd1868bb624b42cfea0b59c47593c95366775bff70379f162be59893b4b0fe8931e4d3acf9f1e6308181d3aee1d12b3c7e70175e087
7
+ data.tar.gz: 92497f9b44e71219f990fa4d37fd30a52e51f6ee5e1a81cd8ef93bcb8d52eb9dfef027b2dd425b9ccc5dc70e089b572f5258e11c73c47e1a928d4fba9c3624a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.23.0 (2023-02-19)
4
+
5
+ * Regenerated from discovery document revision 20230208
6
+ * Regenerated using generator version 0.12.0
7
+
3
8
  ### v0.22.0 (2023-02-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20230125
@@ -684,6 +684,11 @@ module Google
684
684
  class GoogleCloudDataplexV1AssetResourceStatus
685
685
  include Google::Apis::Core::Hashable
686
686
 
687
+ # Output only. Service account associated with the BigQuery Connection.
688
+ # Corresponds to the JSON property `managedAccessIdentity`
689
+ # @return [String]
690
+ attr_accessor :managed_access_identity
691
+
687
692
  # Additional information about the current state.
688
693
  # Corresponds to the JSON property `message`
689
694
  # @return [String]
@@ -705,6 +710,7 @@ module Google
705
710
 
706
711
  # Update properties of this object
707
712
  def update!(**args)
713
+ @managed_access_identity = args[:managed_access_identity] if args.key?(:managed_access_identity)
708
714
  @message = args[:message] if args.key?(:message)
709
715
  @state = args[:state] if args.key?(:state)
710
716
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -1083,7 +1089,7 @@ module Google
1083
1089
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAttributeBindingPath>]
1084
1090
  attr_accessor :paths
1085
1091
 
1086
- # Optional. Immutable. The resource name of the resource that is binded to
1092
+ # Optional. Immutable. The resource name of the resource that is associated to
1087
1093
  # attributes. Presently, only entity resource is supported in the form: projects/
1088
1094
  # `project`/locations/`location`/lakes/`lake`/zones/`zone`/entities/`entity_id`
1089
1095
  # Must belong in the same project and region as the attribute binding, and there
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataplexV1
18
18
  # Version of the google-apis-dataplex_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230125"
25
+ REVISION = "20230208"
26
26
  end
27
27
  end
28
28
  end
@@ -1089,6 +1089,7 @@ module Google
1089
1089
  class GoogleCloudDataplexV1AssetResourceStatus
1090
1090
  # @private
1091
1091
  class Representation < Google::Apis::Core::JsonRepresentation
1092
+ property :managed_access_identity, as: 'managedAccessIdentity'
1092
1093
  property :message, as: 'message'
1093
1094
  property :state, as: 'state'
1094
1095
  property :update_time, as: 'updateTime'
@@ -462,6 +462,9 @@ module Google
462
462
  # and hyphens. Must start with a letter. Must end with a number or a letter.
463
463
  # Must be between 1-63 characters. Must be unique within the customer project /
464
464
  # location.
465
+ # @param [Boolean] validate_only
466
+ # Optional. Only validate the request, but do not perform mutations. The default
467
+ # is false.
465
468
  # @param [String] fields
466
469
  # Selector specifying which fields to include in a partial response.
467
470
  # @param [String] quota_user
@@ -479,7 +482,7 @@ module Google
479
482
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
480
483
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
481
484
  # @raise [Google::Apis::AuthorizationError] Authorization is required
482
- def create_project_location_data_scan(parent, google_cloud_dataplex_v1_data_scan_object = nil, data_scan_id: nil, fields: nil, quota_user: nil, options: nil, &block)
485
+ def create_project_location_data_scan(parent, google_cloud_dataplex_v1_data_scan_object = nil, data_scan_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
483
486
  command = make_simple_command(:post, 'v1/{+parent}/dataScans', options)
484
487
  command.request_representation = Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScan::Representation
485
488
  command.request_object = google_cloud_dataplex_v1_data_scan_object
@@ -487,6 +490,7 @@ module Google
487
490
  command.response_class = Google::Apis::DataplexV1::GoogleLongrunningOperation
488
491
  command.params['parent'] = parent unless parent.nil?
489
492
  command.query['dataScanId'] = data_scan_id unless data_scan_id.nil?
493
+ command.query['validateOnly'] = validate_only unless validate_only.nil?
490
494
  command.query['fields'] = fields unless fields.nil?
491
495
  command.query['quotaUser'] = quota_user unless quota_user.nil?
492
496
  execute_or_queue_command(command, &block)
@@ -661,6 +665,9 @@ module Google
661
665
  # @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScan] google_cloud_dataplex_v1_data_scan_object
662
666
  # @param [String] update_mask
663
667
  # Required. Mask of fields to update.
668
+ # @param [Boolean] validate_only
669
+ # Optional. Only validate the request, but do not perform mutations. The default
670
+ # is false.
664
671
  # @param [String] fields
665
672
  # Selector specifying which fields to include in a partial response.
666
673
  # @param [String] quota_user
@@ -678,7 +685,7 @@ module Google
678
685
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
679
686
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
680
687
  # @raise [Google::Apis::AuthorizationError] Authorization is required
681
- def patch_project_location_data_scan(name, google_cloud_dataplex_v1_data_scan_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
688
+ def patch_project_location_data_scan(name, google_cloud_dataplex_v1_data_scan_object = nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
682
689
  command = make_simple_command(:patch, 'v1/{+name}', options)
683
690
  command.request_representation = Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScan::Representation
684
691
  command.request_object = google_cloud_dataplex_v1_data_scan_object
@@ -686,6 +693,7 @@ module Google
686
693
  command.response_class = Google::Apis::DataplexV1::GoogleLongrunningOperation
687
694
  command.params['name'] = name unless name.nil?
688
695
  command.query['updateMask'] = update_mask unless update_mask.nil?
696
+ command.query['validateOnly'] = validate_only unless validate_only.nil?
689
697
  command.query['fields'] = fields unless fields.nil?
690
698
  command.query['quotaUser'] = quota_user unless quota_user.nil?
691
699
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataplex_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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: 2023-02-05 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-dataplex_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
63
63
  post_install_message:
64
64
  rdoc_options: []