google-apis-dataplex_v1 0.21.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c346b0428b7068e15a0448581b1d22b697419fb482a8e83e7792f817d58bdea8
4
- data.tar.gz: 10f74226ed2c1fd33d60dac5c09a8530ed8fd18794001da47ea0186790912949
3
+ metadata.gz: a85c597cb23d4d41439e64cd55d8086ae21fe1e86ce555810d97f1c220b99bf1
4
+ data.tar.gz: 5a25284ef970671a8822deb6a3bd2ca2fb7dd1cacd14c9b9c73deb75e3463b62
5
5
  SHA512:
6
- metadata.gz: 209792fe96287bb169a679e1adb3ab9c3d46915dbf36350878c2987c9358a8b58a406fedae07af843ebae84533e0caee9a80c935d9d7ea7d834362af591bbf0d
7
- data.tar.gz: 6941dbb9d9410bb4b2d974309e132ab73539c32c71ffb7a9fc1b3954c6beb30fd341a12314bd1e8818cf05cc9645be4713763c51c8b1260a07b77ef01b5b6321
6
+ metadata.gz: 2d169de69072d52779fa7fd1868bb624b42cfea0b59c47593c95366775bff70379f162be59893b4b0fe8931e4d3acf9f1e6308181d3aee1d12b3c7e70175e087
7
+ data.tar.gz: 92497f9b44e71219f990fa4d37fd30a52e51f6ee5e1a81cd8ef93bcb8d52eb9dfef027b2dd425b9ccc5dc70e089b572f5258e11c73c47e1a928d4fba9c3624a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.22.0 (2023-02-05)
9
+
10
+ * Regenerated from discovery document revision 20230125
11
+
3
12
  ### v0.21.0 (2023-01-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20230120
@@ -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)
@@ -905,8 +911,8 @@ module Google
905
911
 
906
912
  # DataAccessSpec holds the access control configuration to be enforced on data
907
913
  # stored within resources (eg: rows, columns in BigQuery Tables). When
908
- # associated with data,the data is only accessible to principals explicitly
909
- # granted access through the DataAttribute. Principals with access to the
914
+ # associated with data, the data is only accessible to principals explicitly
915
+ # granted access through the DataAccessSpec. Principals with access to the
910
916
  # containing resource are not implicitly granted access.
911
917
  class GoogleCloudDataplexV1DataAccessSpec
912
918
  include Google::Apis::Core::Hashable
@@ -947,8 +953,8 @@ module Google
947
953
 
948
954
  # DataAccessSpec holds the access control configuration to be enforced on data
949
955
  # stored within resources (eg: rows, columns in BigQuery Tables). When
950
- # associated with data,the data is only accessible to principals explicitly
951
- # granted access through the DataAttribute. Principals with access to the
956
+ # associated with data, the data is only accessible to principals explicitly
957
+ # granted access through the DataAccessSpec. Principals with access to the
952
958
  # containing resource are not implicitly granted access.
953
959
  # Corresponds to the JSON property `dataAccessSpec`
954
960
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAccessSpec]
@@ -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
@@ -5428,22 +5434,22 @@ module Google
5428
5434
  # cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts).
5429
5435
  # For example, my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. group:`
5430
5436
  # emailid`: An email address that represents a Google group. For example, admins@
5431
- # example.com. deleted:user:`emailid`?uid=`uniqueid`: An email address (plus
5432
- # unique identifier) representing a user that has been recently deleted. For
5433
- # example, alice@example.com?uid=123456789012345678901. If the user is recovered,
5434
- # this value reverts to user:`emailid` and the recovered user retains the role
5435
- # in the binding. deleted:serviceAccount:`emailid`?uid=`uniqueid`: An email
5436
- # address (plus unique identifier) representing a service account that has been
5437
- # recently deleted. For example, my-other-app@appspot.gserviceaccount.com?uid=
5438
- # 123456789012345678901. If the service account is undeleted, this value reverts
5439
- # to serviceAccount:`emailid` and the undeleted service account retains the role
5440
- # in the binding. deleted:group:`emailid`?uid=`uniqueid`: An email address (plus
5441
- # unique identifier) representing a Google group that has been recently deleted.
5442
- # For example, admins@example.com?uid=123456789012345678901. If the group is
5437
+ # example.com. domain:`domain`: The G Suite domain (primary) that represents all
5438
+ # the users of that domain. For example, google.com or example.com. deleted:user:
5439
+ # `emailid`?uid=`uniqueid`: An email address (plus unique identifier)
5440
+ # representing a user that has been recently deleted. For example, alice@example.
5441
+ # com?uid=123456789012345678901. If the user is recovered, this value reverts to
5442
+ # user:`emailid` and the recovered user retains the role in the binding. deleted:
5443
+ # serviceAccount:`emailid`?uid=`uniqueid`: An email address (plus unique
5444
+ # identifier) representing a service account that has been recently deleted. For
5445
+ # example, my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901.
5446
+ # If the service account is undeleted, this value reverts to serviceAccount:`
5447
+ # emailid` and the undeleted service account retains the role in the binding.
5448
+ # deleted:group:`emailid`?uid=`uniqueid`: An email address (plus unique
5449
+ # identifier) representing a Google group that has been recently deleted. For
5450
+ # example, admins@example.com?uid=123456789012345678901. If the group is
5443
5451
  # recovered, this value reverts to group:`emailid` and the recovered group
5444
- # retains the role in the binding. domain:`domain`: The G Suite domain (primary)
5445
- # that represents all the users of that domain. For example, google.com or
5446
- # example.com.
5452
+ # retains the role in the binding.
5447
5453
  # Corresponds to the JSON property `members`
5448
5454
  # @return [Array<String>]
5449
5455
  attr_accessor :members
@@ -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.21.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 = "20230120"
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.21.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-01-22 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.21.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: []