google-apis-chromepolicy_v1 0.28.0 → 0.30.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.
@@ -56,7 +56,7 @@ module Google
56
56
  # @param [String] customer
57
57
  # ID of the G Suite account or literal "my_customer" for the customer associated
58
58
  # to the request.
59
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ResolveRequest] google_chrome_policy_v1_resolve_request_object
59
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ResolveRequest] google_chrome_policy_versions_v1_resolve_request_object
60
60
  # @param [String] fields
61
61
  # Selector specifying which fields to include in a partial response.
62
62
  # @param [String] quota_user
@@ -66,20 +66,20 @@ module Google
66
66
  # Request-specific options
67
67
  #
68
68
  # @yield [result, err] Result & error if block supplied
69
- # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ResolveResponse] parsed result object
69
+ # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ResolveResponse] parsed result object
70
70
  # @yieldparam err [StandardError] error object if request failed
71
71
  #
72
- # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ResolveResponse]
72
+ # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ResolveResponse]
73
73
  #
74
74
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
75
75
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
76
76
  # @raise [Google::Apis::AuthorizationError] Authorization is required
77
- def resolve_customer_policy(customer, google_chrome_policy_v1_resolve_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
77
+ def resolve_customer_policy(customer, google_chrome_policy_versions_v1_resolve_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
78
78
  command = make_simple_command(:post, 'v1/{+customer}/policies:resolve', options)
79
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ResolveRequest::Representation
80
- command.request_object = google_chrome_policy_v1_resolve_request_object
81
- command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ResolveResponse::Representation
82
- command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ResolveResponse
79
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ResolveRequest::Representation
80
+ command.request_object = google_chrome_policy_versions_v1_resolve_request_object
81
+ command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ResolveResponse::Representation
82
+ command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ResolveResponse
83
83
  command.params['customer'] = customer unless customer.nil?
84
84
  command.query['fields'] = fields unless fields.nil?
85
85
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -95,7 +95,7 @@ module Google
95
95
  # @param [String] customer
96
96
  # ID of the Google Workspace account or literal "my_customer" for the customer
97
97
  # associated to the request.
98
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1BatchDeleteGroupPoliciesRequest] google_chrome_policy_v1_batch_delete_group_policies_request_object
98
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1BatchDeleteGroupPoliciesRequest] google_chrome_policy_versions_v1_batch_delete_group_policies_request_object
99
99
  # @param [String] fields
100
100
  # Selector specifying which fields to include in a partial response.
101
101
  # @param [String] quota_user
@@ -113,10 +113,10 @@ module Google
113
113
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
114
114
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
115
115
  # @raise [Google::Apis::AuthorizationError] Authorization is required
116
- def batch_customer_policy_group_delete(customer, google_chrome_policy_v1_batch_delete_group_policies_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
116
+ def batch_customer_policy_group_delete(customer, google_chrome_policy_versions_v1_batch_delete_group_policies_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
117
117
  command = make_simple_command(:post, 'v1/{+customer}/policies/groups:batchDelete', options)
118
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1BatchDeleteGroupPoliciesRequest::Representation
119
- command.request_object = google_chrome_policy_v1_batch_delete_group_policies_request_object
118
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1BatchDeleteGroupPoliciesRequest::Representation
119
+ command.request_object = google_chrome_policy_versions_v1_batch_delete_group_policies_request_object
120
120
  command.response_representation = Google::Apis::ChromepolicyV1::GoogleProtobufEmpty::Representation
121
121
  command.response_class = Google::Apis::ChromepolicyV1::GoogleProtobufEmpty
122
122
  command.params['customer'] = customer unless customer.nil?
@@ -134,7 +134,7 @@ module Google
134
134
  # @param [String] customer
135
135
  # ID of the Google Workspace account or literal "my_customer" for the customer
136
136
  # associated to the request.
137
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1BatchModifyGroupPoliciesRequest] google_chrome_policy_v1_batch_modify_group_policies_request_object
137
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest] google_chrome_policy_versions_v1_batch_modify_group_policies_request_object
138
138
  # @param [String] fields
139
139
  # Selector specifying which fields to include in a partial response.
140
140
  # @param [String] quota_user
@@ -152,10 +152,10 @@ module Google
152
152
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
153
153
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
154
154
  # @raise [Google::Apis::AuthorizationError] Authorization is required
155
- def batch_customer_policy_group_modify(customer, google_chrome_policy_v1_batch_modify_group_policies_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
155
+ def batch_customer_policy_group_modify(customer, google_chrome_policy_versions_v1_batch_modify_group_policies_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
156
156
  command = make_simple_command(:post, 'v1/{+customer}/policies/groups:batchModify', options)
157
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1BatchModifyGroupPoliciesRequest::Representation
158
- command.request_object = google_chrome_policy_v1_batch_modify_group_policies_request_object
157
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest::Representation
158
+ command.request_object = google_chrome_policy_versions_v1_batch_modify_group_policies_request_object
159
159
  command.response_representation = Google::Apis::ChromepolicyV1::GoogleProtobufEmpty::Representation
160
160
  command.response_class = Google::Apis::ChromepolicyV1::GoogleProtobufEmpty
161
161
  command.params['customer'] = customer unless customer.nil?
@@ -170,7 +170,7 @@ module Google
170
170
  # @param [String] customer
171
171
  # Required. ID of the Google Workspace account or literal "my_customer" for the
172
172
  # customer associated to the request.
173
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ListGroupPriorityOrderingRequest] google_chrome_policy_v1_list_group_priority_ordering_request_object
173
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest] google_chrome_policy_versions_v1_list_group_priority_ordering_request_object
174
174
  # @param [String] fields
175
175
  # Selector specifying which fields to include in a partial response.
176
176
  # @param [String] quota_user
@@ -180,20 +180,20 @@ module Google
180
180
  # Request-specific options
181
181
  #
182
182
  # @yield [result, err] Result & error if block supplied
183
- # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ListGroupPriorityOrderingResponse] parsed result object
183
+ # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse] parsed result object
184
184
  # @yieldparam err [StandardError] error object if request failed
185
185
  #
186
- # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ListGroupPriorityOrderingResponse]
186
+ # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse]
187
187
  #
188
188
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
189
189
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
190
190
  # @raise [Google::Apis::AuthorizationError] Authorization is required
191
- def list_customer_policy_group_group_priority_ordering(customer, google_chrome_policy_v1_list_group_priority_ordering_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
191
+ def list_customer_policy_group_group_priority_ordering(customer, google_chrome_policy_versions_v1_list_group_priority_ordering_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
192
192
  command = make_simple_command(:post, 'v1/{+customer}/policies/groups:listGroupPriorityOrdering', options)
193
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ListGroupPriorityOrderingRequest::Representation
194
- command.request_object = google_chrome_policy_v1_list_group_priority_ordering_request_object
195
- command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ListGroupPriorityOrderingResponse::Representation
196
- command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1ListGroupPriorityOrderingResponse
193
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest::Representation
194
+ command.request_object = google_chrome_policy_versions_v1_list_group_priority_ordering_request_object
195
+ command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse::Representation
196
+ command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse
197
197
  command.params['customer'] = customer unless customer.nil?
198
198
  command.query['fields'] = fields unless fields.nil?
199
199
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -206,7 +206,7 @@ module Google
206
206
  # @param [String] customer
207
207
  # Required. ID of the Google Workspace account or literal "my_customer" for the
208
208
  # customer associated to the request.
209
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1UpdateGroupPriorityOrderingRequest] google_chrome_policy_v1_update_group_priority_ordering_request_object
209
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest] google_chrome_policy_versions_v1_update_group_priority_ordering_request_object
210
210
  # @param [String] fields
211
211
  # Selector specifying which fields to include in a partial response.
212
212
  # @param [String] quota_user
@@ -224,10 +224,10 @@ module Google
224
224
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
225
225
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
226
226
  # @raise [Google::Apis::AuthorizationError] Authorization is required
227
- def update_customer_policy_group_group_priority_ordering(customer, google_chrome_policy_v1_update_group_priority_ordering_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
227
+ def update_customer_policy_group_group_priority_ordering(customer, google_chrome_policy_versions_v1_update_group_priority_ordering_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
228
228
  command = make_simple_command(:post, 'v1/{+customer}/policies/groups:updateGroupPriorityOrdering', options)
229
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1UpdateGroupPriorityOrderingRequest::Representation
230
- command.request_object = google_chrome_policy_v1_update_group_priority_ordering_request_object
229
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest::Representation
230
+ command.request_object = google_chrome_policy_versions_v1_update_group_priority_ordering_request_object
231
231
  command.response_representation = Google::Apis::ChromepolicyV1::GoogleProtobufEmpty::Representation
232
232
  command.response_class = Google::Apis::ChromepolicyV1::GoogleProtobufEmpty
233
233
  command.params['customer'] = customer unless customer.nil?
@@ -239,7 +239,7 @@ module Google
239
239
  # Creates a certificate at a specified OU for a customer.
240
240
  # @param [String] customer
241
241
  # Required. The customer for which the certificate will apply.
242
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineCertificateRequest] google_chrome_policy_v1_define_certificate_request_object
242
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineCertificateRequest] google_chrome_policy_versions_v1_define_certificate_request_object
243
243
  # @param [String] fields
244
244
  # Selector specifying which fields to include in a partial response.
245
245
  # @param [String] quota_user
@@ -249,20 +249,20 @@ module Google
249
249
  # Request-specific options
250
250
  #
251
251
  # @yield [result, err] Result & error if block supplied
252
- # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineCertificateResponse] parsed result object
252
+ # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineCertificateResponse] parsed result object
253
253
  # @yieldparam err [StandardError] error object if request failed
254
254
  #
255
- # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineCertificateResponse]
255
+ # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineCertificateResponse]
256
256
  #
257
257
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
258
258
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
259
259
  # @raise [Google::Apis::AuthorizationError] Authorization is required
260
- def define_customer_policy_network_certificate(customer, google_chrome_policy_v1_define_certificate_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
260
+ def define_customer_policy_network_certificate(customer, google_chrome_policy_versions_v1_define_certificate_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
261
261
  command = make_simple_command(:post, 'v1/{+customer}/policies/networks:defineCertificate', options)
262
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineCertificateRequest::Representation
263
- command.request_object = google_chrome_policy_v1_define_certificate_request_object
264
- command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineCertificateResponse::Representation
265
- command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineCertificateResponse
262
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineCertificateRequest::Representation
263
+ command.request_object = google_chrome_policy_versions_v1_define_certificate_request_object
264
+ command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineCertificateResponse::Representation
265
+ command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineCertificateResponse
266
266
  command.params['customer'] = customer unless customer.nil?
267
267
  command.query['fields'] = fields unless fields.nil?
268
268
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -272,7 +272,7 @@ module Google
272
272
  # Define a new network.
273
273
  # @param [String] customer
274
274
  # Required. The customer who will own this new network.
275
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineNetworkRequest] google_chrome_policy_v1_define_network_request_object
275
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineNetworkRequest] google_chrome_policy_versions_v1_define_network_request_object
276
276
  # @param [String] fields
277
277
  # Selector specifying which fields to include in a partial response.
278
278
  # @param [String] quota_user
@@ -282,20 +282,20 @@ module Google
282
282
  # Request-specific options
283
283
  #
284
284
  # @yield [result, err] Result & error if block supplied
285
- # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineNetworkResponse] parsed result object
285
+ # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineNetworkResponse] parsed result object
286
286
  # @yieldparam err [StandardError] error object if request failed
287
287
  #
288
- # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineNetworkResponse]
288
+ # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineNetworkResponse]
289
289
  #
290
290
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
291
291
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
292
292
  # @raise [Google::Apis::AuthorizationError] Authorization is required
293
- def define_customer_policy_network_network(customer, google_chrome_policy_v1_define_network_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
293
+ def define_customer_policy_network_network(customer, google_chrome_policy_versions_v1_define_network_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
294
294
  command = make_simple_command(:post, 'v1/{+customer}/policies/networks:defineNetwork', options)
295
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineNetworkRequest::Representation
296
- command.request_object = google_chrome_policy_v1_define_network_request_object
297
- command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineNetworkResponse::Representation
298
- command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1DefineNetworkResponse
295
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineNetworkRequest::Representation
296
+ command.request_object = google_chrome_policy_versions_v1_define_network_request_object
297
+ command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineNetworkResponse::Representation
298
+ command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DefineNetworkResponse
299
299
  command.params['customer'] = customer unless customer.nil?
300
300
  command.query['fields'] = fields unless fields.nil?
301
301
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -305,7 +305,7 @@ module Google
305
305
  # Remove an existing certificate by guid.
306
306
  # @param [String] customer
307
307
  # Required. The customer whose certificate will be removed.
308
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveCertificateRequest] google_chrome_policy_v1_remove_certificate_request_object
308
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveCertificateRequest] google_chrome_policy_versions_v1_remove_certificate_request_object
309
309
  # @param [String] fields
310
310
  # Selector specifying which fields to include in a partial response.
311
311
  # @param [String] quota_user
@@ -315,20 +315,20 @@ module Google
315
315
  # Request-specific options
316
316
  #
317
317
  # @yield [result, err] Result & error if block supplied
318
- # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveCertificateResponse] parsed result object
318
+ # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveCertificateResponse] parsed result object
319
319
  # @yieldparam err [StandardError] error object if request failed
320
320
  #
321
- # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveCertificateResponse]
321
+ # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveCertificateResponse]
322
322
  #
323
323
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
324
324
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
325
325
  # @raise [Google::Apis::AuthorizationError] Authorization is required
326
- def remove_customer_policy_network_certificate(customer, google_chrome_policy_v1_remove_certificate_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
326
+ def remove_customer_policy_network_certificate(customer, google_chrome_policy_versions_v1_remove_certificate_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
327
327
  command = make_simple_command(:post, 'v1/{+customer}/policies/networks:removeCertificate', options)
328
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveCertificateRequest::Representation
329
- command.request_object = google_chrome_policy_v1_remove_certificate_request_object
330
- command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveCertificateResponse::Representation
331
- command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveCertificateResponse
328
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveCertificateRequest::Representation
329
+ command.request_object = google_chrome_policy_versions_v1_remove_certificate_request_object
330
+ command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveCertificateResponse::Representation
331
+ command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveCertificateResponse
332
332
  command.params['customer'] = customer unless customer.nil?
333
333
  command.query['fields'] = fields unless fields.nil?
334
334
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -338,7 +338,7 @@ module Google
338
338
  # Remove an existing network by guid.
339
339
  # @param [String] customer
340
340
  # Required. The customer whose network will be removed.
341
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveNetworkRequest] google_chrome_policy_v1_remove_network_request_object
341
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveNetworkRequest] google_chrome_policy_versions_v1_remove_network_request_object
342
342
  # @param [String] fields
343
343
  # Selector specifying which fields to include in a partial response.
344
344
  # @param [String] quota_user
@@ -348,20 +348,20 @@ module Google
348
348
  # Request-specific options
349
349
  #
350
350
  # @yield [result, err] Result & error if block supplied
351
- # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveNetworkResponse] parsed result object
351
+ # @yieldparam result [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveNetworkResponse] parsed result object
352
352
  # @yieldparam err [StandardError] error object if request failed
353
353
  #
354
- # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveNetworkResponse]
354
+ # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveNetworkResponse]
355
355
  #
356
356
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
357
357
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
358
358
  # @raise [Google::Apis::AuthorizationError] Authorization is required
359
- def remove_customer_policy_network_network(customer, google_chrome_policy_v1_remove_network_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
359
+ def remove_customer_policy_network_network(customer, google_chrome_policy_versions_v1_remove_network_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
360
360
  command = make_simple_command(:post, 'v1/{+customer}/policies/networks:removeNetwork', options)
361
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveNetworkRequest::Representation
362
- command.request_object = google_chrome_policy_v1_remove_network_request_object
363
- command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveNetworkResponse::Representation
364
- command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1RemoveNetworkResponse
361
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveNetworkRequest::Representation
362
+ command.request_object = google_chrome_policy_versions_v1_remove_network_request_object
363
+ command.response_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveNetworkResponse::Representation
364
+ command.response_class = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1RemoveNetworkResponse
365
365
  command.params['customer'] = customer unless customer.nil?
366
366
  command.query['fields'] = fields unless fields.nil?
367
367
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -378,7 +378,7 @@ module Google
378
378
  # @param [String] customer
379
379
  # ID of the G Suite account or literal "my_customer" for the customer associated
380
380
  # to the request.
381
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest] google_chrome_policy_v1_batch_inherit_org_unit_policies_request_object
381
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest] google_chrome_policy_versions_v1_batch_inherit_org_unit_policies_request_object
382
382
  # @param [String] fields
383
383
  # Selector specifying which fields to include in a partial response.
384
384
  # @param [String] quota_user
@@ -396,10 +396,10 @@ module Google
396
396
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
397
397
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
398
398
  # @raise [Google::Apis::AuthorizationError] Authorization is required
399
- def batch_customer_policy_orgunit_inherit(customer, google_chrome_policy_v1_batch_inherit_org_unit_policies_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
399
+ def batch_customer_policy_orgunit_inherit(customer, google_chrome_policy_versions_v1_batch_inherit_org_unit_policies_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
400
400
  command = make_simple_command(:post, 'v1/{+customer}/policies/orgunits:batchInherit', options)
401
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest::Representation
402
- command.request_object = google_chrome_policy_v1_batch_inherit_org_unit_policies_request_object
401
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest::Representation
402
+ command.request_object = google_chrome_policy_versions_v1_batch_inherit_org_unit_policies_request_object
403
403
  command.response_representation = Google::Apis::ChromepolicyV1::GoogleProtobufEmpty::Representation
404
404
  command.response_class = Google::Apis::ChromepolicyV1::GoogleProtobufEmpty
405
405
  command.params['customer'] = customer unless customer.nil?
@@ -417,7 +417,7 @@ module Google
417
417
  # @param [String] customer
418
418
  # ID of the G Suite account or literal "my_customer" for the customer associated
419
419
  # to the request.
420
- # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest] google_chrome_policy_v1_batch_modify_org_unit_policies_request_object
420
+ # @param [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1BatchModifyOrgUnitPoliciesRequest] google_chrome_policy_versions_v1_batch_modify_org_unit_policies_request_object
421
421
  # @param [String] fields
422
422
  # Selector specifying which fields to include in a partial response.
423
423
  # @param [String] quota_user
@@ -435,10 +435,10 @@ module Google
435
435
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
436
436
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
437
437
  # @raise [Google::Apis::AuthorizationError] Authorization is required
438
- def batch_customer_policy_orgunit_modify(customer, google_chrome_policy_v1_batch_modify_org_unit_policies_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
438
+ def batch_customer_policy_orgunit_modify(customer, google_chrome_policy_versions_v1_batch_modify_org_unit_policies_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
439
439
  command = make_simple_command(:post, 'v1/{+customer}/policies/orgunits:batchModify', options)
440
- command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest::Representation
441
- command.request_object = google_chrome_policy_v1_batch_modify_org_unit_policies_request_object
440
+ command.request_representation = Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1BatchModifyOrgUnitPoliciesRequest::Representation
441
+ command.request_object = google_chrome_policy_versions_v1_batch_modify_org_unit_policies_request_object
442
442
  command.response_representation = Google::Apis::ChromepolicyV1::GoogleProtobufEmpty::Representation
443
443
  command.response_class = Google::Apis::ChromepolicyV1::GoogleProtobufEmpty
444
444
  command.params['customer'] = customer unless customer.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromepolicy_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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: 2022-10-03 00:00:00.000000000 Z
11
+ date: 2022-10-21 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.0
19
+ version: 0.9.1
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.0
29
+ version: 0.9.1
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-chromepolicy_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromepolicy_v1
63
63
  post_install_message:
64
64
  rdoc_options: []