google-apis-dataplex_v1 0.22.0 → 0.24.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: 7265520546c79654ef1c98c32a47d1f509d15ae1ff5fb11a506b4392d4abc911
4
+ data.tar.gz: 9f64bb9ff5de1152caeb9a9b2aec0041ef648a9951454aa40b0e7748c6138c99
5
5
  SHA512:
6
- metadata.gz: cbf45e876f75c8f216a7a261be0bd4b983ff9df40f6f4bf7c412be665d6531d73c3ecc5e288598c0ce24d87ac3924ce5fc6ff3d41f269bd3c8901b8c6ae1db44
7
- data.tar.gz: db04f08f756f8a1cd5a0bd423fd16108ea0f888df84d02b9dccf13b4ba0341935b3be1ac53f8332d9746fa54452ecc1a883796a66235936127464a920b35bc88
6
+ metadata.gz: e48a445933561979931ae956ef8eb3cf7ef87885b4444e6da0d34fb78159b538bd31d959ed5e96de01f8b0284cb1f475f43ebefca545551c46433c0043a7c7e2
7
+ data.tar.gz: d42cdd3748292abd671e1a87daa12914d019655d600e48fc58345adc03ec4631d7e80f5d28528edda80c18e0b5ed7edd38513c165a6e3849e0face336c921560
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.24.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230220
6
+
7
+ ### v0.23.0 (2023-02-19)
8
+
9
+ * Regenerated from discovery document revision 20230208
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.22.0 (2023-02-05)
4
13
 
5
14
  * 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
@@ -2792,7 +2798,7 @@ module Google
2792
2798
  # @return [String]
2793
2799
  attr_accessor :display_name
2794
2800
 
2795
- # Output only. URI Endpoints to access sessions associated with the Environment.
2801
+ # URI Endpoints to access sessions associated with the Environment.
2796
2802
  # Corresponds to the JSON property `endpoints`
2797
2803
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentEndpoints]
2798
2804
  attr_accessor :endpoints
@@ -2814,12 +2820,12 @@ module Google
2814
2820
  # @return [String]
2815
2821
  attr_accessor :name
2816
2822
 
2817
- # Optional. Configuration for sessions created for this environment.
2823
+ # Configuration for sessions created for this environment.
2818
2824
  # Corresponds to the JSON property `sessionSpec`
2819
2825
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionSpec]
2820
2826
  attr_accessor :session_spec
2821
2827
 
2822
- # Output only. Status of sessions created for this environment.
2828
+ # Status of sessions created for this environment.
2823
2829
  # Corresponds to the JSON property `sessionStatus`
2824
2830
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionStatus]
2825
2831
  attr_accessor :session_status
@@ -2862,7 +2868,7 @@ module Google
2862
2868
  end
2863
2869
  end
2864
2870
 
2865
- #
2871
+ # URI Endpoints to access sessions associated with the Environment.
2866
2872
  class GoogleCloudDataplexV1EnvironmentEndpoints
2867
2873
  include Google::Apis::Core::Hashable
2868
2874
 
@@ -2988,7 +2994,7 @@ module Google
2988
2994
  end
2989
2995
  end
2990
2996
 
2991
- #
2997
+ # Configuration for sessions created for this environment.
2992
2998
  class GoogleCloudDataplexV1EnvironmentSessionSpec
2993
2999
  include Google::Apis::Core::Hashable
2994
3000
 
@@ -3018,7 +3024,7 @@ module Google
3018
3024
  end
3019
3025
  end
3020
3026
 
3021
- #
3027
+ # Status of sessions created for this environment.
3022
3028
  class GoogleCloudDataplexV1EnvironmentSessionStatus
3023
3029
  include Google::Apis::Core::Hashable
3024
3030
 
@@ -4172,7 +4178,7 @@ module Google
4172
4178
  # @return [String]
4173
4179
  attr_accessor :name
4174
4180
 
4175
- #
4181
+ # Output only. State of Session
4176
4182
  # Corresponds to the JSON property `state`
4177
4183
  # @return [String]
4178
4184
  attr_accessor :state
@@ -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.24.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 = "20230220"
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)
@@ -806,9 +814,9 @@ module Google
806
814
  # Gets a DataScanJob resource.
807
815
  # @param [String] name
808
816
  # Required. The resource name of the DataScanJob: projects/`project`/locations/`
809
- # location_id`/dataScans/`data_scan_id`/dataScanJobs/`data_scan_job_id` where
810
- # project refers to a project_id or project_number and location_id refers to a
811
- # GCP region.
817
+ # location_id`/dataScans/`data_scan_id`/jobs/`data_scan_job_id` where project
818
+ # refers to a project_id or project_number and location_id refers to a GCP
819
+ # region.
812
820
  # @param [String] view
813
821
  # Optional. Select the DataScanJob view to return. Defaults to BASIC.
814
822
  # @param [String] fields
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.24.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-26 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.24.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: []