google-apis-dataplex_v1 0.82.0 → 0.84.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: 1b7be031996c2d0ff0c6d10343e432f1c3d1090d6d41aca475ce4f89d1f1fbc2
4
- data.tar.gz: dcb7bec11e4a7b34ffea88b3fe3ef75d9c1acd9cfbf71ecf76fe412cdb02cc5f
3
+ metadata.gz: b3aead9bc94f3d408ed88c2aa9e1ad6bb35bc7cc8bf1b8796b2e000f842ced24
4
+ data.tar.gz: d16244bc3f3a05a0e521c367cc3650b937e117d673c67fa0adfbec2182c90b6b
5
5
  SHA512:
6
- metadata.gz: 39e11583839fcd19831e513952e337178ae7fd96eba96feb2b593a47c39dc2a05f16ec506a7bb72adceeb96d85c3d999fd876449217e8a20d0f7dafe9f385c8f
7
- data.tar.gz: f33fddcae217ba9cc1226877b65f0e3cacd96d4633c2f5c4003f7e3f2ea8734dfc2f667e92d0f1ada56b75735597f18909bb05e39c85a92a143a43cb4b4864e0
6
+ metadata.gz: b1bd0f17953e469f80a7cec655eed541621c9e2866f83ab335f3978c6c7b32b0c03cd3bb887079f37a8d25e34b8d6a397852bfb64871f895c6f0be14b89e9947
7
+ data.tar.gz: da14bc4612de74fdd45a47ddd57de2ad0fe28450d4645d0af9ef3d392a975a40e4652885a2758a34129f9f79796f209f7c8af361fb84fb4389886a3d6b6206d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.84.0 (2025-08-31)
4
+
5
+ * Regenerated from discovery document revision 20250825
6
+
7
+ ### v0.83.0 (2025-08-17)
8
+
9
+ * Regenerated from discovery document revision 20250808
10
+
3
11
  ### v0.82.0 (2025-08-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20250805
@@ -1928,7 +1928,7 @@ module Google
1928
1928
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResultProfile]
1929
1929
  attr_accessor :profile
1930
1930
 
1931
- # The count of rows scanned.
1931
+ # Output only. The count of rows scanned.
1932
1932
  # Corresponds to the JSON property `rowCount`
1933
1933
  # @return [Fixnum]
1934
1934
  attr_accessor :row_count
@@ -1999,7 +1999,8 @@ module Google
1999
1999
  class GoogleCloudDataplexV1DataProfileResultProfile
2000
2000
  include Google::Apis::Core::Hashable
2001
2001
 
2002
- # List of fields with structural and profile information for each field.
2002
+ # Output only. List of fields with structural and profile information for each
2003
+ # field.
2003
2004
  # Corresponds to the JSON property `fields`
2004
2005
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResultProfileField>]
2005
2006
  attr_accessor :fields
@@ -2018,14 +2019,14 @@ module Google
2018
2019
  class GoogleCloudDataplexV1DataProfileResultProfileField
2019
2020
  include Google::Apis::Core::Hashable
2020
2021
 
2021
- # The mode of the field. Possible values include: REQUIRED, if it is a required
2022
- # field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated
2023
- # field.
2022
+ # Output only. The mode of the field. Possible values include: REQUIRED, if it
2023
+ # is a required field. NULLABLE, if it is an optional field. REPEATED, if it is
2024
+ # a repeated field.
2024
2025
  # Corresponds to the JSON property `mode`
2025
2026
  # @return [String]
2026
2027
  attr_accessor :mode
2027
2028
 
2028
- # The name of the field.
2029
+ # Output only. The name of the field.
2029
2030
  # Corresponds to the JSON property `name`
2030
2031
  # @return [String]
2031
2032
  attr_accessor :name
@@ -2035,11 +2036,11 @@ module Google
2035
2036
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo]
2036
2037
  attr_accessor :profile
2037
2038
 
2038
- # The data type retrieved from the schema of the data source. For instance, for
2039
- # a BigQuery native table, it is the BigQuery Table Schema (https://cloud.google.
2040
- # com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a Dataplex
2041
- # Universal Catalog Entity, it is the Entity Schema (https://cloud.google.com/
2042
- # dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3).
2039
+ # Output only. The data type retrieved from the schema of the data source. For
2040
+ # instance, for a BigQuery native table, it is the BigQuery Table Schema (https:/
2041
+ # /cloud.google.com/bigquery/docs/reference/rest/v2/tables#tablefieldschema).
2042
+ # For a Dataplex Universal Catalog Entity, it is the Entity Schema (https://
2043
+ # cloud.google.com/dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3).
2043
2044
  # Corresponds to the JSON property `type`
2044
2045
  # @return [String]
2045
2046
  attr_accessor :type
@@ -2061,9 +2062,9 @@ module Google
2061
2062
  class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo
2062
2063
  include Google::Apis::Core::Hashable
2063
2064
 
2064
- # Ratio of rows with distinct values against total scanned rows. Not available
2065
- # for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and
2066
- # JSON, as well as fields with REPEATABLE mode.
2065
+ # Output only. Ratio of rows with distinct values against total scanned rows.
2066
+ # Not available for complex non-groupable field type, including RECORD, ARRAY,
2067
+ # GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
2067
2068
  # Corresponds to the JSON property `distinctRatio`
2068
2069
  # @return [Float]
2069
2070
  attr_accessor :distinct_ratio
@@ -2078,7 +2079,7 @@ module Google
2078
2079
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo]
2079
2080
  attr_accessor :integer_profile
2080
2081
 
2081
- # Ratio of rows with null value against total scanned rows.
2082
+ # Output only. Ratio of rows with null value against total scanned rows.
2082
2083
  # Corresponds to the JSON property `nullRatio`
2083
2084
  # @return [Float]
2084
2085
  attr_accessor :null_ratio
@@ -2088,11 +2089,11 @@ module Google
2088
2089
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo]
2089
2090
  attr_accessor :string_profile
2090
2091
 
2091
- # The list of top N non-null values, frequency and ratio with which they occur
2092
- # in the scanned data. N is 10 or equal to the number of distinct values in the
2093
- # field, whichever is smaller. Not available for complex non-groupable field
2094
- # type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with
2095
- # REPEATABLE mode.
2092
+ # Output only. The list of top N non-null values, frequency and ratio with which
2093
+ # they occur in the scanned data. N is 10 or equal to the number of distinct
2094
+ # values in the field, whichever is smaller. Not available for complex non-
2095
+ # groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as
2096
+ # fields with REPEATABLE mode.
2096
2097
  # Corresponds to the JSON property `topNValues`
2097
2098
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue>]
2098
2099
  attr_accessor :top_n_values
@@ -2116,37 +2117,40 @@ module Google
2116
2117
  class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo
2117
2118
  include Google::Apis::Core::Hashable
2118
2119
 
2119
- # Average of non-null values in the scanned data. NaN, if the field has a NaN.
2120
+ # Output only. Average of non-null values in the scanned data. NaN, if the field
2121
+ # has a NaN.
2120
2122
  # Corresponds to the JSON property `average`
2121
2123
  # @return [Float]
2122
2124
  attr_accessor :average
2123
2125
 
2124
- # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
2126
+ # Output only. Maximum of non-null values in the scanned data. NaN, if the field
2127
+ # has a NaN.
2125
2128
  # Corresponds to the JSON property `max`
2126
2129
  # @return [Float]
2127
2130
  attr_accessor :max
2128
2131
 
2129
- # Minimum of non-null values in the scanned data. NaN, if the field has a NaN.
2132
+ # Output only. Minimum of non-null values in the scanned data. NaN, if the field
2133
+ # has a NaN.
2130
2134
  # Corresponds to the JSON property `min`
2131
2135
  # @return [Float]
2132
2136
  attr_accessor :min
2133
2137
 
2134
- # A quartile divides the number of data points into four parts, or quarters, of
2135
- # more-or-less equal size. Three main quartiles used are: The first quartile (Q1)
2136
- # splits off the lowest 25% of data from the highest 75%. It is also known as
2137
- # the lower or 25th empirical quartile, as 25% of the data is below this point.
2138
- # The second quartile (Q2) is the median of a data set. So, 50% of the data lies
2139
- # below this point. The third quartile (Q3) splits off the highest 25% of data
2140
- # from the lowest 75%. It is known as the upper or 75th empirical quartile, as
2141
- # 75% of the data lies below this point. Here, the quartiles is provided as an
2142
- # ordered list of quartile values for the scanned data, occurring in order Q1,
2143
- # median, Q3.
2138
+ # Output only. A quartile divides the number of data points into four parts, or
2139
+ # quarters, of more-or-less equal size. Three main quartiles used are: The first
2140
+ # quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is
2141
+ # also known as the lower or 25th empirical quartile, as 25% of the data is
2142
+ # below this point. The second quartile (Q2) is the median of a data set. So, 50%
2143
+ # of the data lies below this point. The third quartile (Q3) splits off the
2144
+ # highest 25% of data from the lowest 75%. It is known as the upper or 75th
2145
+ # empirical quartile, as 75% of the data lies below this point. Here, the
2146
+ # quartiles is provided as an ordered list of quartile values for the scanned
2147
+ # data, occurring in order Q1, median, Q3.
2144
2148
  # Corresponds to the JSON property `quartiles`
2145
2149
  # @return [Array<Float>]
2146
2150
  attr_accessor :quartiles
2147
2151
 
2148
- # Standard deviation of non-null values in the scanned data. NaN, if the field
2149
- # has a NaN.
2152
+ # Output only. Standard deviation of non-null values in the scanned data. NaN,
2153
+ # if the field has a NaN.
2150
2154
  # Corresponds to the JSON property `standardDeviation`
2151
2155
  # @return [Float]
2152
2156
  attr_accessor :standard_deviation
@@ -2169,37 +2173,40 @@ module Google
2169
2173
  class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo
2170
2174
  include Google::Apis::Core::Hashable
2171
2175
 
2172
- # Average of non-null values in the scanned data. NaN, if the field has a NaN.
2176
+ # Output only. Average of non-null values in the scanned data. NaN, if the field
2177
+ # has a NaN.
2173
2178
  # Corresponds to the JSON property `average`
2174
2179
  # @return [Float]
2175
2180
  attr_accessor :average
2176
2181
 
2177
- # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
2182
+ # Output only. Maximum of non-null values in the scanned data. NaN, if the field
2183
+ # has a NaN.
2178
2184
  # Corresponds to the JSON property `max`
2179
2185
  # @return [Fixnum]
2180
2186
  attr_accessor :max
2181
2187
 
2182
- # Minimum of non-null values in the scanned data. NaN, if the field has a NaN.
2188
+ # Output only. Minimum of non-null values in the scanned data. NaN, if the field
2189
+ # has a NaN.
2183
2190
  # Corresponds to the JSON property `min`
2184
2191
  # @return [Fixnum]
2185
2192
  attr_accessor :min
2186
2193
 
2187
- # A quartile divides the number of data points into four parts, or quarters, of
2188
- # more-or-less equal size. Three main quartiles used are: The first quartile (Q1)
2189
- # splits off the lowest 25% of data from the highest 75%. It is also known as
2190
- # the lower or 25th empirical quartile, as 25% of the data is below this point.
2191
- # The second quartile (Q2) is the median of a data set. So, 50% of the data lies
2192
- # below this point. The third quartile (Q3) splits off the highest 25% of data
2193
- # from the lowest 75%. It is known as the upper or 75th empirical quartile, as
2194
- # 75% of the data lies below this point. Here, the quartiles is provided as an
2195
- # ordered list of approximate quartile values for the scanned data, occurring in
2196
- # order Q1, median, Q3.
2194
+ # Output only. A quartile divides the number of data points into four parts, or
2195
+ # quarters, of more-or-less equal size. Three main quartiles used are: The first
2196
+ # quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is
2197
+ # also known as the lower or 25th empirical quartile, as 25% of the data is
2198
+ # below this point. The second quartile (Q2) is the median of a data set. So, 50%
2199
+ # of the data lies below this point. The third quartile (Q3) splits off the
2200
+ # highest 25% of data from the lowest 75%. It is known as the upper or 75th
2201
+ # empirical quartile, as 75% of the data lies below this point. Here, the
2202
+ # quartiles is provided as an ordered list of approximate quartile values for
2203
+ # the scanned data, occurring in order Q1, median, Q3.
2197
2204
  # Corresponds to the JSON property `quartiles`
2198
2205
  # @return [Array<Fixnum>]
2199
2206
  attr_accessor :quartiles
2200
2207
 
2201
- # Standard deviation of non-null values in the scanned data. NaN, if the field
2202
- # has a NaN.
2208
+ # Output only. Standard deviation of non-null values in the scanned data. NaN,
2209
+ # if the field has a NaN.
2203
2210
  # Corresponds to the JSON property `standardDeviation`
2204
2211
  # @return [Float]
2205
2212
  attr_accessor :standard_deviation
@@ -2222,17 +2229,17 @@ module Google
2222
2229
  class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo
2223
2230
  include Google::Apis::Core::Hashable
2224
2231
 
2225
- # Average length of non-null values in the scanned data.
2232
+ # Output only. Average length of non-null values in the scanned data.
2226
2233
  # Corresponds to the JSON property `averageLength`
2227
2234
  # @return [Float]
2228
2235
  attr_accessor :average_length
2229
2236
 
2230
- # Maximum length of non-null values in the scanned data.
2237
+ # Output only. Maximum length of non-null values in the scanned data.
2231
2238
  # Corresponds to the JSON property `maxLength`
2232
2239
  # @return [Fixnum]
2233
2240
  attr_accessor :max_length
2234
2241
 
2235
- # Minimum length of non-null values in the scanned data.
2242
+ # Output only. Minimum length of non-null values in the scanned data.
2236
2243
  # Corresponds to the JSON property `minLength`
2237
2244
  # @return [Fixnum]
2238
2245
  attr_accessor :min_length
@@ -2253,18 +2260,18 @@ module Google
2253
2260
  class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue
2254
2261
  include Google::Apis::Core::Hashable
2255
2262
 
2256
- # Count of the corresponding value in the scanned data.
2263
+ # Output only. Count of the corresponding value in the scanned data.
2257
2264
  # Corresponds to the JSON property `count`
2258
2265
  # @return [Fixnum]
2259
2266
  attr_accessor :count
2260
2267
 
2261
- # Ratio of the corresponding value in the field against the total number of rows
2262
- # in the scanned data.
2268
+ # Output only. Ratio of the corresponding value in the field against the total
2269
+ # number of rows in the scanned data.
2263
2270
  # Corresponds to the JSON property `ratio`
2264
2271
  # @return [Float]
2265
2272
  attr_accessor :ratio
2266
2273
 
2267
- # String value of a top N non-null value.
2274
+ # Output only. String value of a top N non-null value.
2268
2275
  # Corresponds to the JSON property `value`
2269
2276
  # @return [String]
2270
2277
  attr_accessor :value
@@ -2301,9 +2308,8 @@ module Google
2301
2308
  attr_accessor :post_scan_actions
2302
2309
 
2303
2310
  # Optional. A filter applied to all rows in a single DataScan job. The filter
2304
- # needs to be a valid SQL expression for a WHERE clause in GoogleSQL syntax (
2305
- # https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#
2306
- # where_clause).Example: col1 >= 0 AND col2 < 10
2311
+ # needs to be a valid SQL expression for a WHERE clause in BigQuery standard SQL
2312
+ # syntax. Example: col1 >= 0 AND col2 < 10
2307
2313
  # Corresponds to the JSON property `rowFilter`
2308
2314
  # @return [String]
2309
2315
  attr_accessor :row_filter
@@ -2355,7 +2361,7 @@ module Google
2355
2361
 
2356
2362
  # Optional. The BigQuery table to export DataProfileScan results to. Format: //
2357
2363
  # bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/
2358
- # TABLE_ID or projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
2364
+ # TABLE_ID
2359
2365
  # Corresponds to the JSON property `resultsTable`
2360
2366
  # @return [String]
2361
2367
  attr_accessor :results_table
@@ -2438,7 +2444,7 @@ module Google
2438
2444
  class GoogleCloudDataplexV1DataQualityDimension
2439
2445
  include Google::Apis::Core::Hashable
2440
2446
 
2441
- # Optional. The dimension name a rule belongs to. Custom dimension name is
2447
+ # Output only. The dimension name a rule belongs to. Custom dimension name is
2442
2448
  # supported with all uppercase letters and maximum length of 30 characters.
2443
2449
  # Corresponds to the JSON property `name`
2444
2450
  # @return [String]
@@ -7504,18 +7510,18 @@ module Google
7504
7510
  class GoogleCloudDataplexV1ScannedDataIncrementalField
7505
7511
  include Google::Apis::Core::Hashable
7506
7512
 
7507
- # Value that marks the end of the range.
7513
+ # Output only. Value that marks the end of the range.
7508
7514
  # Corresponds to the JSON property `end`
7509
7515
  # @return [String]
7510
7516
  attr_accessor :end
7511
7517
 
7512
- # The field that contains values which monotonically increases over time (e.g. a
7513
- # timestamp column).
7518
+ # Output only. The field that contains values which monotonically increases over
7519
+ # time (e.g. a timestamp column).
7514
7520
  # Corresponds to the JSON property `field`
7515
7521
  # @return [String]
7516
7522
  attr_accessor :field
7517
7523
 
7518
- # Value that marks the start of the range.
7524
+ # Output only. Value that marks the start of the range.
7519
7525
  # Corresponds to the JSON property `start`
7520
7526
  # @return [String]
7521
7527
  attr_accessor :start
@@ -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.82.0"
19
+ GEM_VERSION = "0.84.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250805"
25
+ REVISION = "20250825"
26
26
  end
27
27
  end
28
28
  end
@@ -546,8 +546,8 @@ module Google
546
546
  # @param [String] name
547
547
  # The resource that owns the locations collection, if applicable.
548
548
  # @param [Array<String>, String] extra_location_types
549
- # Optional. A list of extra location types that should be used as conditions for
550
- # controlling the visibility of the locations.
549
+ # Optional. Do not use this field. It is unsupported and is ignored unless
550
+ # explicitly documented otherwise. This is primarily for internal usage.
551
551
  # @param [String] filter
552
552
  # A filter to narrow down results to a preferred subset. The filtering language
553
553
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -640,8 +640,8 @@ module Google
640
640
  # Required. The project to which the request should be attributed in the
641
641
  # following form: projects/`project`/locations/global.
642
642
  # @param [String] order_by
643
- # Optional. Specifies the ordering of results. Supported values are: relevance (
644
- # default) last_modified_timestamp last_modified_timestamp asc
643
+ # Optional. Specifies the ordering of results. Supported values are: relevance
644
+ # last_modified_timestamp last_modified_timestamp asc
645
645
  # @param [Fixnum] page_size
646
646
  # Optional. Number of results in the search page. If <=0, then defaults to 10.
647
647
  # Max limit for page_size is 1000. Throws an invalid argument for page_size >
@@ -1345,51 +1345,6 @@ module Google
1345
1345
  execute_or_queue_command(command, &block)
1346
1346
  end
1347
1347
 
1348
- # Gets the access control policy for a resource. Returns an empty policy if the
1349
- # resource exists and does not have a policy set.
1350
- # @param [String] resource
1351
- # REQUIRED: The resource for which the policy is being requested. See Resource
1352
- # names (https://cloud.google.com/apis/design/resource_names) for the
1353
- # appropriate value for this field.
1354
- # @param [Fixnum] options_requested_policy_version
1355
- # Optional. The maximum policy version that will be used to format the policy.
1356
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1357
- # rejected.Requests for policies with any conditional role bindings must specify
1358
- # version 3. Policies with no conditional role bindings may specify any valid
1359
- # value or leave the field unset.The policy in the response might use the policy
1360
- # version that you specified, or it might use a lower policy version. For
1361
- # example, if you specify version 3, but the policy has no conditional role
1362
- # bindings, the response uses version 1.To learn which resources support
1363
- # conditions in their IAM policies, see the IAM documentation (https://cloud.
1364
- # google.com/iam/help/conditions/resource-policies).
1365
- # @param [String] fields
1366
- # Selector specifying which fields to include in a partial response.
1367
- # @param [String] quota_user
1368
- # Available to use for quota purposes for server-side applications. Can be any
1369
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1370
- # @param [Google::Apis::RequestOptions] options
1371
- # Request-specific options
1372
- #
1373
- # @yield [result, err] Result & error if block supplied
1374
- # @yieldparam result [Google::Apis::DataplexV1::GoogleIamV1Policy] parsed result object
1375
- # @yieldparam err [StandardError] error object if request failed
1376
- #
1377
- # @return [Google::Apis::DataplexV1::GoogleIamV1Policy]
1378
- #
1379
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1380
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1381
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1382
- def get_project_location_data_product_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
1383
- command = make_simple_command(:get, 'v1/{+resource}:getIamPolicy', options)
1384
- command.response_representation = Google::Apis::DataplexV1::GoogleIamV1Policy::Representation
1385
- command.response_class = Google::Apis::DataplexV1::GoogleIamV1Policy
1386
- command.params['resource'] = resource unless resource.nil?
1387
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
1388
- command.query['fields'] = fields unless fields.nil?
1389
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1390
- execute_or_queue_command(command, &block)
1391
- end
1392
-
1393
1348
  # Sets the access control policy on the specified resource. Replaces any
1394
1349
  # existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
1395
1350
  # errors.
@@ -1466,51 +1421,6 @@ module Google
1466
1421
  execute_or_queue_command(command, &block)
1467
1422
  end
1468
1423
 
1469
- # Gets the access control policy for a resource. Returns an empty policy if the
1470
- # resource exists and does not have a policy set.
1471
- # @param [String] resource
1472
- # REQUIRED: The resource for which the policy is being requested. See Resource
1473
- # names (https://cloud.google.com/apis/design/resource_names) for the
1474
- # appropriate value for this field.
1475
- # @param [Fixnum] options_requested_policy_version
1476
- # Optional. The maximum policy version that will be used to format the policy.
1477
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1478
- # rejected.Requests for policies with any conditional role bindings must specify
1479
- # version 3. Policies with no conditional role bindings may specify any valid
1480
- # value or leave the field unset.The policy in the response might use the policy
1481
- # version that you specified, or it might use a lower policy version. For
1482
- # example, if you specify version 3, but the policy has no conditional role
1483
- # bindings, the response uses version 1.To learn which resources support
1484
- # conditions in their IAM policies, see the IAM documentation (https://cloud.
1485
- # google.com/iam/help/conditions/resource-policies).
1486
- # @param [String] fields
1487
- # Selector specifying which fields to include in a partial response.
1488
- # @param [String] quota_user
1489
- # Available to use for quota purposes for server-side applications. Can be any
1490
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1491
- # @param [Google::Apis::RequestOptions] options
1492
- # Request-specific options
1493
- #
1494
- # @yield [result, err] Result & error if block supplied
1495
- # @yieldparam result [Google::Apis::DataplexV1::GoogleIamV1Policy] parsed result object
1496
- # @yieldparam err [StandardError] error object if request failed
1497
- #
1498
- # @return [Google::Apis::DataplexV1::GoogleIamV1Policy]
1499
- #
1500
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1501
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1502
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1503
- def get_project_location_data_product_data_asset_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
1504
- command = make_simple_command(:get, 'v1/{+resource}:getIamPolicy', options)
1505
- command.response_representation = Google::Apis::DataplexV1::GoogleIamV1Policy::Representation
1506
- command.response_class = Google::Apis::DataplexV1::GoogleIamV1Policy
1507
- command.params['resource'] = resource unless resource.nil?
1508
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
1509
- command.query['fields'] = fields unless fields.nil?
1510
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1511
- execute_or_queue_command(command, &block)
1512
- end
1513
-
1514
1424
  # Sets the access control policy on the specified resource. Replaces any
1515
1425
  # existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
1516
1426
  # errors.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataplex_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.82.0
4
+ version: 0.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.82.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.84.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
62
62
  rdoc_options: []
63
63
  require_paths: