google-apis-datafusion_v1 0.31.0 → 0.32.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: fea10f4348478388dc22548978a442a8d57d7e8dc4898910235f5bb526a7fd88
4
- data.tar.gz: 717450040bd054a492e386e39b6e4cd23112662935af2fa455f0f943aae6ddb7
3
+ metadata.gz: 9d306e3555ca9880d1e3a2554596c0f31033d668021a1fcc2ebd321f168ad914
4
+ data.tar.gz: e7abe0b6ee323db45fe2271ac240a075e51313e03d5f6c011582b91a50b2b9c5
5
5
  SHA512:
6
- metadata.gz: 713929a11f1030779515cb10a0eff626fee21501bfdd047756d3bcc1ec47ff108e982a91c2ee0fb873287819d06f2358e92c334048b7468c7336285fc04b4a4f
7
- data.tar.gz: 33f6a922135547db885bfe76b0597c5384fceea3668fb0834b7512e233a43a9eb652f6c565040e3973b85124ddcba52ba88dd6622bf209f2b21dcd6b5a22f60c
6
+ metadata.gz: d31e535737a0233c88b77db31712e8262be737454603a81c84fccb48cf3a1d8f9fde96f7767541274d9ba840cb878145aa0f5178c29159899b38d7a0cc1d23ff
7
+ data.tar.gz: fedec8dc7fa5fbfa5943655c426bc5ac950fef6188ed8e68e878a0fb0145096c1884f584b23d2a8b6977c1dfaada0ad7ba4813357eb3c2a9ce0d0d0850fdcf99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datafusion_v1
2
2
 
3
+ ### v0.32.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240618
6
+
3
7
  ### v0.31.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -26,12 +26,12 @@ module Google
26
26
  class Accelerator
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
- # The type of an accelator for a CDF instance.
29
+ # Optional. The type of an accelator for a Cloud Data Fusion instance.
30
30
  # Corresponds to the JSON property `acceleratorType`
31
31
  # @return [String]
32
32
  attr_accessor :accelerator_type
33
33
 
34
- # The state of the accelerator.
34
+ # Output only. The state of the accelerator.
35
35
  # Corresponds to the JSON property `state`
36
36
  # @return [String]
37
37
  attr_accessor :state
@@ -254,54 +254,6 @@ module Google
254
254
  end
255
255
  end
256
256
 
257
- # Next tag: 7
258
- class DataResidencyAugmentedView
259
- include Google::Apis::Core::Hashable
260
-
261
- # Cloud resource to Google owned production object mapping in the form of GURIs.
262
- # The GURIs should be available in DG KB storage/cns tables. This is the
263
- # preferred way of providing cloud resource mappings. For further details please
264
- # read go/cloud-resource-monitoring_sig
265
- # Corresponds to the JSON property `crGopoGuris`
266
- # @return [Array<String>]
267
- attr_accessor :cr_gopo_guris
268
-
269
- # Cloud resource to Google owned production object mapping in the form of
270
- # prefixes. These should be available in DG KB storage/cns tables. The entity
271
- # type, which is the part of the string before the first colon in the GURI, must
272
- # be completely specified in prefix. For details about GURI please read go/guri.
273
- # For further details about the field please read go/cloud-resource-
274
- # monitoring_sig.
275
- # Corresponds to the JSON property `crGopoPrefixes`
276
- # @return [Array<String>]
277
- attr_accessor :cr_gopo_prefixes
278
-
279
- # This message defines service-specific data that certain service teams must
280
- # provide as part of the Data Residency Augmented View for a resource. Next ID:
281
- # 2
282
- # Corresponds to the JSON property `serviceData`
283
- # @return [Google::Apis::DatafusionV1::ServiceData]
284
- attr_accessor :service_data
285
-
286
- # The list of project_id's of the tenant projects in the 'google.com' org which
287
- # serve the Cloud Resource. See go/drz-mst-sig for more details.
288
- # Corresponds to the JSON property `tpIds`
289
- # @return [Array<String>]
290
- attr_accessor :tp_ids
291
-
292
- def initialize(**args)
293
- update!(**args)
294
- end
295
-
296
- # Update properties of this object
297
- def update!(**args)
298
- @cr_gopo_guris = args[:cr_gopo_guris] if args.key?(:cr_gopo_guris)
299
- @cr_gopo_prefixes = args[:cr_gopo_prefixes] if args.key?(:cr_gopo_prefixes)
300
- @service_data = args[:service_data] if args.key?(:service_data)
301
- @tp_ids = args[:tp_ids] if args.key?(:tp_ids)
302
- end
303
- end
304
-
305
257
  # DNS peering configuration. These configurations are used to create DNS peering
306
258
  # with the customer Cloud DNS.
307
259
  class DnsPeering
@@ -546,6 +498,11 @@ module Google
546
498
  # @return [Hash<String,String>]
547
499
  attr_accessor :labels
548
500
 
501
+ # Maintenance policy of the instance.
502
+ # Corresponds to the JSON property `maintenancePolicy`
503
+ # @return [Google::Apis::DatafusionV1::MaintenancePolicy]
504
+ attr_accessor :maintenance_policy
505
+
549
506
  # Output only. The name of this instance is in the form of projects/`project`/
550
507
  # locations/`location`/instances/`instance`.
551
508
  # Corresponds to the JSON property `name`
@@ -568,7 +525,7 @@ module Google
568
525
  # @return [Hash<String,String>]
569
526
  attr_accessor :options
570
527
 
571
- # Output only. P4 service account for the customer project.
528
+ # Output only. Service agent for the customer project.
572
529
  # Corresponds to the JSON property `p4ServiceAccount`
573
530
  # @return [String]
574
531
  attr_accessor :p4_service_account
@@ -669,6 +626,7 @@ module Google
669
626
  @event_publish_config = args[:event_publish_config] if args.key?(:event_publish_config)
670
627
  @gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket)
671
628
  @labels = args[:labels] if args.key?(:labels)
629
+ @maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
672
630
  @name = args[:name] if args.key?(:name)
673
631
  @network_config = args[:network_config] if args.key?(:network_config)
674
632
  @options = args[:options] if args.key?(:options)
@@ -870,6 +828,50 @@ module Google
870
828
  end
871
829
  end
872
830
 
831
+ # Maintenance policy of the instance.
832
+ class MaintenancePolicy
833
+ include Google::Apis::Core::Hashable
834
+
835
+ # Represents an arbitrary window of time.
836
+ # Corresponds to the JSON property `maintenanceExclusionWindow`
837
+ # @return [Google::Apis::DatafusionV1::TimeWindow]
838
+ attr_accessor :maintenance_exclusion_window
839
+
840
+ # Maintenance window of the instance.
841
+ # Corresponds to the JSON property `maintenanceWindow`
842
+ # @return [Google::Apis::DatafusionV1::MaintenanceWindow]
843
+ attr_accessor :maintenance_window
844
+
845
+ def initialize(**args)
846
+ update!(**args)
847
+ end
848
+
849
+ # Update properties of this object
850
+ def update!(**args)
851
+ @maintenance_exclusion_window = args[:maintenance_exclusion_window] if args.key?(:maintenance_exclusion_window)
852
+ @maintenance_window = args[:maintenance_window] if args.key?(:maintenance_window)
853
+ end
854
+ end
855
+
856
+ # Maintenance window of the instance.
857
+ class MaintenanceWindow
858
+ include Google::Apis::Core::Hashable
859
+
860
+ # Represents an arbitrary window of time that recurs.
861
+ # Corresponds to the JSON property `recurringTimeWindow`
862
+ # @return [Google::Apis::DatafusionV1::RecurringTimeWindow]
863
+ attr_accessor :recurring_time_window
864
+
865
+ def initialize(**args)
866
+ update!(**args)
867
+ end
868
+
869
+ # Update properties of this object
870
+ def update!(**args)
871
+ @recurring_time_window = args[:recurring_time_window] if args.key?(:recurring_time_window)
872
+ end
873
+ end
874
+
873
875
  # Network configuration for a Data Fusion instance. These configurations are
874
876
  # used for peering with the customer network. Configurations are optional when a
875
877
  # public Data Fusion instance is to be created. However, providing these
@@ -1051,46 +1053,6 @@ module Google
1051
1053
  end
1052
1054
  end
1053
1055
 
1054
- # Persistent Disk service-specific Data. Contains information that may not be
1055
- # appropriate for the generic DRZ Augmented View. This currently includes LSV
1056
- # Colossus Roots and GCS Buckets.
1057
- class PersistentDiskData
1058
- include Google::Apis::Core::Hashable
1059
-
1060
- # Path to Colossus root for an LSV. NOTE: Unlike `cr_ti_guris` and `
1061
- # cr_ti_prefixes`, the field `cfs_roots` below does not need to be a GUri or
1062
- # GUri prefix. It can simply be any valid CFS or CFS2 Path. The DRZ KR8 SIG has
1063
- # more details overall, but generally the `cfs_roots` provided here should be
1064
- # scoped to an individual Persistent Disk. An example for a PD Disk with a disk
1065
- # ID 3277719120423414466, follows: * `cr_ti_guris` could be ‘/cfs2/pj/pd-cloud-
1066
- # prod’ as this is a valid GUri present in the DG KB and contains enough
1067
- # information to perform location monitoring and scope ownership of the
1068
- # Production Object. * `cfs_roots` would be: ‘/cfs2/pj/pd-cloud-staging/
1069
- # lsv000001234@/ lsv/projects~773365403387~zones~2700~disks~3277719120423414466 ~
1070
- # bank-blue-careful-3526-lsv00054DB1B7254BA3/’ as this allows us to enumerate
1071
- # the files on CFS2 that belong to an individual Disk.
1072
- # Corresponds to the JSON property `cfsRoots`
1073
- # @return [Array<String>]
1074
- attr_accessor :cfs_roots
1075
-
1076
- # The GCS Buckets that back this snapshot or image. This is required as `
1077
- # cr_ti_prefixes` and `cr_ti_guris` only accept TI resources. This should be the
1078
- # globally unique bucket name.
1079
- # Corresponds to the JSON property `gcsBucketNames`
1080
- # @return [Array<String>]
1081
- attr_accessor :gcs_bucket_names
1082
-
1083
- def initialize(**args)
1084
- update!(**args)
1085
- end
1086
-
1087
- # Update properties of this object
1088
- def update!(**args)
1089
- @cfs_roots = args[:cfs_roots] if args.key?(:cfs_roots)
1090
- @gcs_bucket_names = args[:gcs_bucket_names] if args.key?(:gcs_bucket_names)
1091
- end
1092
- end
1093
-
1094
1056
  # An Identity and Access Management (IAM) policy, which specifies access
1095
1057
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1096
1058
  # A `binding` binds one or more `members`, or principals, to a single `role`.
@@ -1229,39 +1191,48 @@ module Google
1229
1191
  end
1230
1192
  end
1231
1193
 
1232
- # Request message for restarting a Data Fusion instance.
1233
- class RestartInstanceRequest
1194
+ # Represents an arbitrary window of time that recurs.
1195
+ class RecurringTimeWindow
1234
1196
  include Google::Apis::Core::Hashable
1235
1197
 
1198
+ # Required. An RRULE with format [RFC-5545](https://tools.ietf.org/html/rfc5545#
1199
+ # section-3.8.5.3) for how this window reccurs. They go on for the span of time
1200
+ # between the start and end time. The only supported FREQ value is "WEEKLY". To
1201
+ # have something repeat every weekday, use: "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR".
1202
+ # This specifies how frequently the window starts. To have a 9 am - 5 pm UTC-4
1203
+ # window every weekday, use something like: ``` start time = 2019-01-01T09:00:00-
1204
+ # 0400 end time = 2019-01-01T17:00:00-0400 recurrence = FREQ=WEEKLY;BYDAY=MO,TU,
1205
+ # WE,TH,FR ```
1206
+ # Corresponds to the JSON property `recurrence`
1207
+ # @return [String]
1208
+ attr_accessor :recurrence
1209
+
1210
+ # Represents an arbitrary window of time.
1211
+ # Corresponds to the JSON property `window`
1212
+ # @return [Google::Apis::DatafusionV1::TimeWindow]
1213
+ attr_accessor :window
1214
+
1236
1215
  def initialize(**args)
1237
1216
  update!(**args)
1238
1217
  end
1239
1218
 
1240
1219
  # Update properties of this object
1241
1220
  def update!(**args)
1221
+ @recurrence = args[:recurrence] if args.key?(:recurrence)
1222
+ @window = args[:window] if args.key?(:window)
1242
1223
  end
1243
1224
  end
1244
1225
 
1245
- # This message defines service-specific data that certain service teams must
1246
- # provide as part of the Data Residency Augmented View for a resource. Next ID:
1247
- # 2
1248
- class ServiceData
1226
+ # Request message for restarting a Data Fusion instance.
1227
+ class RestartInstanceRequest
1249
1228
  include Google::Apis::Core::Hashable
1250
1229
 
1251
- # Persistent Disk service-specific Data. Contains information that may not be
1252
- # appropriate for the generic DRZ Augmented View. This currently includes LSV
1253
- # Colossus Roots and GCS Buckets.
1254
- # Corresponds to the JSON property `pd`
1255
- # @return [Google::Apis::DatafusionV1::PersistentDiskData]
1256
- attr_accessor :pd
1257
-
1258
1230
  def initialize(**args)
1259
1231
  update!(**args)
1260
1232
  end
1261
1233
 
1262
1234
  # Update properties of this object
1263
1235
  def update!(**args)
1264
- @pd = args[:pd] if args.key?(:pd)
1265
1236
  end
1266
1237
  end
1267
1238
 
@@ -1397,6 +1368,34 @@ module Google
1397
1368
  end
1398
1369
  end
1399
1370
 
1371
+ # Represents an arbitrary window of time.
1372
+ class TimeWindow
1373
+ include Google::Apis::Core::Hashable
1374
+
1375
+ # Required. The end time of the time window provided in [RFC 3339](https://www.
1376
+ # ietf.org/rfc/rfc3339.txt) format. The end time should take place after the
1377
+ # start time. Example: "2024-01-02T12:04:06-06:00"
1378
+ # Corresponds to the JSON property `endTime`
1379
+ # @return [String]
1380
+ attr_accessor :end_time
1381
+
1382
+ # Required. The start time of the time window provided in [RFC 3339](https://www.
1383
+ # ietf.org/rfc/rfc3339.txt) format. Example: "2024-01-01T12:04:06-04:00"
1384
+ # Corresponds to the JSON property `startTime`
1385
+ # @return [String]
1386
+ attr_accessor :start_time
1387
+
1388
+ def initialize(**args)
1389
+ update!(**args)
1390
+ end
1391
+
1392
+ # Update properties of this object
1393
+ def update!(**args)
1394
+ @end_time = args[:end_time] if args.key?(:end_time)
1395
+ @start_time = args[:start_time] if args.key?(:start_time)
1396
+ end
1397
+ end
1398
+
1400
1399
  # The Data Fusion version. This proto message stores information about certain
1401
1400
  # Data Fusion version, which is used for Data Fusion version upgrade.
1402
1401
  class Version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatafusionV1
18
18
  # Version of the google-apis-datafusion_v1 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240219"
25
+ REVISION = "20240618"
26
26
  end
27
27
  end
28
28
  end
@@ -58,12 +58,6 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
- class DataResidencyAugmentedView
62
- class Representation < Google::Apis::Core::JsonRepresentation; end
63
-
64
- include Google::Apis::Core::JsonObjectSupport
65
- end
66
-
67
61
  class DnsPeering
68
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
63
 
@@ -130,25 +124,31 @@ module Google
130
124
  include Google::Apis::Core::JsonObjectSupport
131
125
  end
132
126
 
133
- class NetworkConfig
127
+ class MaintenancePolicy
134
128
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
129
 
136
130
  include Google::Apis::Core::JsonObjectSupport
137
131
  end
138
132
 
139
- class Operation
133
+ class MaintenanceWindow
140
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
135
 
142
136
  include Google::Apis::Core::JsonObjectSupport
143
137
  end
144
138
 
145
- class OperationMetadata
139
+ class NetworkConfig
146
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
147
141
 
148
142
  include Google::Apis::Core::JsonObjectSupport
149
143
  end
150
144
 
151
- class PersistentDiskData
145
+ class Operation
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class OperationMetadata
152
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
153
 
154
154
  include Google::Apis::Core::JsonObjectSupport
@@ -166,13 +166,13 @@ module Google
166
166
  include Google::Apis::Core::JsonObjectSupport
167
167
  end
168
168
 
169
- class RestartInstanceRequest
169
+ class RecurringTimeWindow
170
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
171
 
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
- class ServiceData
175
+ class RestartInstanceRequest
176
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
177
 
178
178
  include Google::Apis::Core::JsonObjectSupport
@@ -202,6 +202,12 @@ module Google
202
202
  include Google::Apis::Core::JsonObjectSupport
203
203
  end
204
204
 
205
+ class TimeWindow
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
205
211
  class Version
206
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
213
 
@@ -256,17 +262,6 @@ module Google
256
262
  end
257
263
  end
258
264
 
259
- class DataResidencyAugmentedView
260
- # @private
261
- class Representation < Google::Apis::Core::JsonRepresentation
262
- collection :cr_gopo_guris, as: 'crGopoGuris'
263
- collection :cr_gopo_prefixes, as: 'crGopoPrefixes'
264
- property :service_data, as: 'serviceData', class: Google::Apis::DatafusionV1::ServiceData, decorator: Google::Apis::DatafusionV1::ServiceData::Representation
265
-
266
- collection :tp_ids, as: 'tpIds'
267
- end
268
- end
269
-
270
265
  class DnsPeering
271
266
  # @private
272
267
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -326,6 +321,8 @@ module Google
326
321
 
327
322
  property :gcs_bucket, as: 'gcsBucket'
328
323
  hash :labels, as: 'labels'
324
+ property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::DatafusionV1::MaintenancePolicy, decorator: Google::Apis::DatafusionV1::MaintenancePolicy::Representation
325
+
329
326
  property :name, as: 'name'
330
327
  property :network_config, as: 'networkConfig', class: Google::Apis::DatafusionV1::NetworkConfig, decorator: Google::Apis::DatafusionV1::NetworkConfig::Representation
331
328
 
@@ -404,6 +401,24 @@ module Google
404
401
  end
405
402
  end
406
403
 
404
+ class MaintenancePolicy
405
+ # @private
406
+ class Representation < Google::Apis::Core::JsonRepresentation
407
+ property :maintenance_exclusion_window, as: 'maintenanceExclusionWindow', class: Google::Apis::DatafusionV1::TimeWindow, decorator: Google::Apis::DatafusionV1::TimeWindow::Representation
408
+
409
+ property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::DatafusionV1::MaintenanceWindow, decorator: Google::Apis::DatafusionV1::MaintenanceWindow::Representation
410
+
411
+ end
412
+ end
413
+
414
+ class MaintenanceWindow
415
+ # @private
416
+ class Representation < Google::Apis::Core::JsonRepresentation
417
+ property :recurring_time_window, as: 'recurringTimeWindow', class: Google::Apis::DatafusionV1::RecurringTimeWindow, decorator: Google::Apis::DatafusionV1::RecurringTimeWindow::Representation
418
+
419
+ end
420
+ end
421
+
407
422
  class NetworkConfig
408
423
  # @private
409
424
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -441,14 +456,6 @@ module Google
441
456
  end
442
457
  end
443
458
 
444
- class PersistentDiskData
445
- # @private
446
- class Representation < Google::Apis::Core::JsonRepresentation
447
- collection :cfs_roots, as: 'cfsRoots'
448
- collection :gcs_bucket_names, as: 'gcsBucketNames'
449
- end
450
- end
451
-
452
459
  class Policy
453
460
  # @private
454
461
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -470,17 +477,18 @@ module Google
470
477
  end
471
478
  end
472
479
 
473
- class RestartInstanceRequest
480
+ class RecurringTimeWindow
474
481
  # @private
475
482
  class Representation < Google::Apis::Core::JsonRepresentation
483
+ property :recurrence, as: 'recurrence'
484
+ property :window, as: 'window', class: Google::Apis::DatafusionV1::TimeWindow, decorator: Google::Apis::DatafusionV1::TimeWindow::Representation
485
+
476
486
  end
477
487
  end
478
488
 
479
- class ServiceData
489
+ class RestartInstanceRequest
480
490
  # @private
481
491
  class Representation < Google::Apis::Core::JsonRepresentation
482
- property :pd, as: 'pd', class: Google::Apis::DatafusionV1::PersistentDiskData, decorator: Google::Apis::DatafusionV1::PersistentDiskData::Representation
483
-
484
492
  end
485
493
  end
486
494
 
@@ -516,6 +524,14 @@ module Google
516
524
  end
517
525
  end
518
526
 
527
+ class TimeWindow
528
+ # @private
529
+ class Representation < Google::Apis::Core::JsonRepresentation
530
+ property :end_time, as: 'endTime'
531
+ property :start_time, as: 'startTime'
532
+ end
533
+ end
534
+
519
535
  class Version
520
536
  # @private
521
537
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -94,8 +94,6 @@ module Google
94
94
  # A filter to narrow down results to a preferred subset. The filtering language
95
95
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
96
96
  # in [AIP-160](https://google.aip.dev/160).
97
- # @param [Boolean] include_unrevealed_locations
98
- # If true, the returned list will include locations which are not yet revealed.
99
97
  # @param [Fixnum] page_size
100
98
  # The maximum number of results to return. If not set, the service selects a
101
99
  # default.
@@ -119,13 +117,12 @@ module Google
119
117
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
120
118
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
121
119
  # @raise [Google::Apis::AuthorizationError] Authorization is required
122
- def list_project_locations(name, filter: nil, include_unrevealed_locations: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
120
+ def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
123
121
  command = make_simple_command(:get, 'v1/{+name}/locations', options)
124
122
  command.response_representation = Google::Apis::DatafusionV1::ListLocationsResponse::Representation
125
123
  command.response_class = Google::Apis::DatafusionV1::ListLocationsResponse
126
124
  command.params['name'] = name unless name.nil?
127
125
  command.query['filter'] = filter unless filter.nil?
128
- command.query['includeUnrevealedLocations'] = include_unrevealed_locations unless include_unrevealed_locations.nil?
129
126
  command.query['pageSize'] = page_size unless page_size.nil?
130
127
  command.query['pageToken'] = page_token unless page_token.nil?
131
128
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datafusion_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-23 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-datafusion_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1
63
63
  post_install_message:
64
64
  rdoc_options: []