google-apis-dataplex_v1 0.23.0 → 0.25.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: a85c597cb23d4d41439e64cd55d8086ae21fe1e86ce555810d97f1c220b99bf1
4
- data.tar.gz: 5a25284ef970671a8822deb6a3bd2ca2fb7dd1cacd14c9b9c73deb75e3463b62
3
+ metadata.gz: 9d1c1bb8949d3db35d1479a24f70c2003a7d1c77fe01d5b3922a42f13260d682
4
+ data.tar.gz: e9f81faa27767de1ed533b0703909324883b376ee800b41bed53aa6455f4037e
5
5
  SHA512:
6
- metadata.gz: 2d169de69072d52779fa7fd1868bb624b42cfea0b59c47593c95366775bff70379f162be59893b4b0fe8931e4d3acf9f1e6308181d3aee1d12b3c7e70175e087
7
- data.tar.gz: 92497f9b44e71219f990fa4d37fd30a52e51f6ee5e1a81cd8ef93bcb8d52eb9dfef027b2dd425b9ccc5dc70e089b572f5258e11c73c47e1a928d4fba9c3624a7
6
+ metadata.gz: 25654254eedebd793c00cfbba97557e8c0149c7b7dd64531b95ff209c668afcbecfc697cf5989160febec894d15ae100ce6e21e17115aaad3ad2d9b54fde79f5
7
+ data.tar.gz: 18a1f96eb068ed971f90208d9bfd91aedd171807b6b40ce2034a5bcab60a772c8f6f993a3ed01f314525d749406205c842ea6fa9980a63b1babff3051ea3112d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.25.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230313
6
+
7
+ ### v0.24.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230220
10
+
3
11
  ### v0.23.0 (2023-02-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230208
@@ -1084,7 +1084,7 @@ module Google
1084
1084
  attr_accessor :name
1085
1085
 
1086
1086
  # Optional. The list of paths for items within the associated resource (eg.
1087
- # columns within a table) along with attribute bindings.
1087
+ # columns and partitions within a table) along with attribute bindings.
1088
1088
  # Corresponds to the JSON property `paths`
1089
1089
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAttributeBindingPath>]
1090
1090
  attr_accessor :paths
@@ -1130,7 +1130,9 @@ module Google
1130
1130
  end
1131
1131
  end
1132
1132
 
1133
- # Represents a subresource of a given resource, and associated bindings with it.
1133
+ # Represents a subresource of the given resource, and associated bindings with
1134
+ # it. Currently supported subresources are column and partition schema fields
1135
+ # within a table.
1134
1136
  class GoogleCloudDataplexV1DataAttributeBindingPath
1135
1137
  include Google::Apis::Core::Hashable
1136
1138
 
@@ -1142,7 +1144,7 @@ module Google
1142
1144
  attr_accessor :attributes
1143
1145
 
1144
1146
  # Required. The name identifier of the path. Nested columns should be of the
1145
- # form: 'country.state.city'.
1147
+ # form: 'address.city'.
1146
1148
  # Corresponds to the JSON property `name`
1147
1149
  # @return [String]
1148
1150
  attr_accessor :name
@@ -2326,6 +2328,14 @@ module Google
2326
2328
  # @return [String]
2327
2329
  attr_accessor :entity
2328
2330
 
2331
+ # Immutable. The service-qualified full resource name of the cloud resource for
2332
+ # a DataScan job to scan against. The field could be: BigQuery table of type "
2333
+ # TABLE" for DataProfileScan/DataQualityScan Format: //bigquery.googleapis.com/
2334
+ # projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
2335
+ # Corresponds to the JSON property `resource`
2336
+ # @return [String]
2337
+ attr_accessor :resource
2338
+
2329
2339
  def initialize(**args)
2330
2340
  update!(**args)
2331
2341
  end
@@ -2333,6 +2343,7 @@ module Google
2333
2343
  # Update properties of this object
2334
2344
  def update!(**args)
2335
2345
  @entity = args[:entity] if args.key?(:entity)
2346
+ @resource = args[:resource] if args.key?(:resource)
2336
2347
  end
2337
2348
  end
2338
2349
 
@@ -2798,7 +2809,7 @@ module Google
2798
2809
  # @return [String]
2799
2810
  attr_accessor :display_name
2800
2811
 
2801
- # Output only. URI Endpoints to access sessions associated with the Environment.
2812
+ # URI Endpoints to access sessions associated with the Environment.
2802
2813
  # Corresponds to the JSON property `endpoints`
2803
2814
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentEndpoints]
2804
2815
  attr_accessor :endpoints
@@ -2820,12 +2831,12 @@ module Google
2820
2831
  # @return [String]
2821
2832
  attr_accessor :name
2822
2833
 
2823
- # Optional. Configuration for sessions created for this environment.
2834
+ # Configuration for sessions created for this environment.
2824
2835
  # Corresponds to the JSON property `sessionSpec`
2825
2836
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionSpec]
2826
2837
  attr_accessor :session_spec
2827
2838
 
2828
- # Output only. Status of sessions created for this environment.
2839
+ # Status of sessions created for this environment.
2829
2840
  # Corresponds to the JSON property `sessionStatus`
2830
2841
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionStatus]
2831
2842
  attr_accessor :session_status
@@ -2868,7 +2879,7 @@ module Google
2868
2879
  end
2869
2880
  end
2870
2881
 
2871
- #
2882
+ # URI Endpoints to access sessions associated with the Environment.
2872
2883
  class GoogleCloudDataplexV1EnvironmentEndpoints
2873
2884
  include Google::Apis::Core::Hashable
2874
2885
 
@@ -2994,7 +3005,7 @@ module Google
2994
3005
  end
2995
3006
  end
2996
3007
 
2997
- #
3008
+ # Configuration for sessions created for this environment.
2998
3009
  class GoogleCloudDataplexV1EnvironmentSessionSpec
2999
3010
  include Google::Apis::Core::Hashable
3000
3011
 
@@ -3024,7 +3035,7 @@ module Google
3024
3035
  end
3025
3036
  end
3026
3037
 
3027
- #
3038
+ # Status of sessions created for this environment.
3028
3039
  class GoogleCloudDataplexV1EnvironmentSessionStatus
3029
3040
  include Google::Apis::Core::Hashable
3030
3041
 
@@ -4178,7 +4189,7 @@ module Google
4178
4189
  # @return [String]
4179
4190
  attr_accessor :name
4180
4191
 
4181
- #
4192
+ # Output only. State of Session
4182
4193
  # Corresponds to the JSON property `state`
4183
4194
  # @return [String]
4184
4195
  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.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230208"
25
+ REVISION = "20230313"
26
26
  end
27
27
  end
28
28
  end
@@ -1533,6 +1533,7 @@ module Google
1533
1533
  # @private
1534
1534
  class Representation < Google::Apis::Core::JsonRepresentation
1535
1535
  property :entity, as: 'entity'
1536
+ property :resource, as: 'resource'
1536
1537
  end
1537
1538
  end
1538
1539
 
@@ -814,9 +814,9 @@ module Google
814
814
  # Gets a DataScanJob resource.
815
815
  # @param [String] name
816
816
  # Required. The resource name of the DataScanJob: projects/`project`/locations/`
817
- # location_id`/dataScans/`data_scan_id`/dataScanJobs/`data_scan_job_id` where
818
- # project refers to a project_id or project_number and location_id refers to a
819
- # 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.
820
820
  # @param [String] view
821
821
  # Optional. Select the DataScanJob view to return. Defaults to BASIC.
822
822
  # @param [String] fields
@@ -4527,13 +4527,7 @@ module Google
4527
4527
  end
4528
4528
 
4529
4529
  # Lists operations that match the specified filter in the request. If the server
4530
- # doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding
4531
- # allows API services to override the binding to use different resource name
4532
- # schemes, such as users/*/operations. To override the binding, API services can
4533
- # add a binding such as "/v1/`name=users/*`/operations" to their service
4534
- # configuration. For backwards compatibility, the default name includes the
4535
- # operations collection id, however overriding users must ensure the name
4536
- # binding is the parent resource, without the operations collection id.
4530
+ # doesn't support this method, it returns UNIMPLEMENTED.
4537
4531
  # @param [String] name
4538
4532
  # The name of the operation's parent resource.
4539
4533
  # @param [String] filter
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.23.0
4
+ version: 0.25.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-19 00:00:00.000000000 Z
11
+ date: 2023-03-26 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-dataplex_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.25.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: []