google-apis-eventarc_v1 0.72.0 → 0.73.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: '0091395d05875d21e930092e63a15d29b0464b038e754f179414970868977118'
4
- data.tar.gz: 4a50e62b0b3f914ea2b57af2599c3d41e5f85e7b07b4846ba49307d34c6629b7
3
+ metadata.gz: 79f988ac20ac30de5c12983c02ac91b3704f4c70cbf0877f29a73f67d3da2b99
4
+ data.tar.gz: 1929a6c3c2fb001f6b2fc0739d866c9a68dd077966008d8ded52dce19ad81008
5
5
  SHA512:
6
- metadata.gz: d7def6407965c718f8d69198165cb3e8c24a56e26673acbca7f005388a954c606f86cb3733789400bffea61e15d3f21c1b4bf6304ff1d81403767c618bad083d
7
- data.tar.gz: ec185ede13b163cb89b5eff1ef4aa17f0685e5876f3f307b6245a19e22301d06e586c247820852d418dc2f21a453ca7d29cb8fed8fd326c5eedd1b0fac86fc8d
6
+ metadata.gz: f555f2fb858d5dd3d01d3c789ddb955961c716a627b8414a18b1338293833cb101cc8f54d47cf1254e9223f7c138cf2799710d564a9273be6e268a430536d2e0
7
+ data.tar.gz: 8ef7d31d7076670ce4579eed1cf9a17250a5ca1c9819ad3d1e301316957380620ac2e2b98953f3767c448051fa6320ce01ddeddcc185bac21b0eb4ea4e34d1d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.73.0 (2025-12-21)
4
+
5
+ * Regenerated from discovery document revision 20251219
6
+
3
7
  ### v0.72.0 (2025-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20251202
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module EventarcV1
18
18
  # Version of the google-apis-eventarc_v1 gem
19
- GEM_VERSION = "0.72.0"
19
+ GEM_VERSION = "0.73.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 = "20251202"
25
+ REVISION = "20251219"
26
26
  end
27
27
  end
28
28
  end
@@ -1432,127 +1432,6 @@ module Google
1432
1432
  execute_or_queue_command(command, &block)
1433
1433
  end
1434
1434
 
1435
- # Gets the access control policy for a resource. Returns an empty policy if the
1436
- # resource exists and does not have a policy set.
1437
- # @param [String] resource
1438
- # REQUIRED: The resource for which the policy is being requested. See [Resource
1439
- # names](https://cloud.google.com/apis/design/resource_names) for the
1440
- # appropriate value for this field.
1441
- # @param [Fixnum] options_requested_policy_version
1442
- # Optional. The maximum policy version that will be used to format the policy.
1443
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1444
- # rejected. Requests for policies with any conditional role bindings must
1445
- # specify version 3. Policies with no conditional role bindings may specify any
1446
- # valid value or leave the field unset. The policy in the response might use the
1447
- # policy version that you specified, or it might use a lower policy version. For
1448
- # example, if you specify version 3, but the policy has no conditional role
1449
- # bindings, the response uses version 1. To learn which resources support
1450
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1451
- # google.com/iam/help/conditions/resource-policies).
1452
- # @param [String] fields
1453
- # Selector specifying which fields to include in a partial response.
1454
- # @param [String] quota_user
1455
- # Available to use for quota purposes for server-side applications. Can be any
1456
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1457
- # @param [Google::Apis::RequestOptions] options
1458
- # Request-specific options
1459
- #
1460
- # @yield [result, err] Result & error if block supplied
1461
- # @yieldparam result [Google::Apis::EventarcV1::Policy] parsed result object
1462
- # @yieldparam err [StandardError] error object if request failed
1463
- #
1464
- # @return [Google::Apis::EventarcV1::Policy]
1465
- #
1466
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1467
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1468
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1469
- def get_project_location_kafka_source_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
1470
- command = make_simple_command(:get, 'v1/{+resource}:getIamPolicy', options)
1471
- command.response_representation = Google::Apis::EventarcV1::Policy::Representation
1472
- command.response_class = Google::Apis::EventarcV1::Policy
1473
- command.params['resource'] = resource unless resource.nil?
1474
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
1475
- command.query['fields'] = fields unless fields.nil?
1476
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1477
- execute_or_queue_command(command, &block)
1478
- end
1479
-
1480
- # Sets the access control policy on the specified resource. Replaces any
1481
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1482
- # PERMISSION_DENIED` errors.
1483
- # @param [String] resource
1484
- # REQUIRED: The resource for which the policy is being specified. See [Resource
1485
- # names](https://cloud.google.com/apis/design/resource_names) for the
1486
- # appropriate value for this field.
1487
- # @param [Google::Apis::EventarcV1::SetIamPolicyRequest] set_iam_policy_request_object
1488
- # @param [String] fields
1489
- # Selector specifying which fields to include in a partial response.
1490
- # @param [String] quota_user
1491
- # Available to use for quota purposes for server-side applications. Can be any
1492
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1493
- # @param [Google::Apis::RequestOptions] options
1494
- # Request-specific options
1495
- #
1496
- # @yield [result, err] Result & error if block supplied
1497
- # @yieldparam result [Google::Apis::EventarcV1::Policy] parsed result object
1498
- # @yieldparam err [StandardError] error object if request failed
1499
- #
1500
- # @return [Google::Apis::EventarcV1::Policy]
1501
- #
1502
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1503
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1504
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1505
- def set_kafka_source_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1506
- command = make_simple_command(:post, 'v1/{+resource}:setIamPolicy', options)
1507
- command.request_representation = Google::Apis::EventarcV1::SetIamPolicyRequest::Representation
1508
- command.request_object = set_iam_policy_request_object
1509
- command.response_representation = Google::Apis::EventarcV1::Policy::Representation
1510
- command.response_class = Google::Apis::EventarcV1::Policy
1511
- command.params['resource'] = resource unless resource.nil?
1512
- command.query['fields'] = fields unless fields.nil?
1513
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1514
- execute_or_queue_command(command, &block)
1515
- end
1516
-
1517
- # Returns permissions that a caller has on the specified resource. If the
1518
- # resource does not exist, this will return an empty set of permissions, not a `
1519
- # NOT_FOUND` error. Note: This operation is designed to be used for building
1520
- # permission-aware UIs and command-line tools, not for authorization checking.
1521
- # This operation may "fail open" without warning.
1522
- # @param [String] resource
1523
- # REQUIRED: The resource for which the policy detail is being requested. See [
1524
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1525
- # appropriate value for this field.
1526
- # @param [Google::Apis::EventarcV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1527
- # @param [String] fields
1528
- # Selector specifying which fields to include in a partial response.
1529
- # @param [String] quota_user
1530
- # Available to use for quota purposes for server-side applications. Can be any
1531
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1532
- # @param [Google::Apis::RequestOptions] options
1533
- # Request-specific options
1534
- #
1535
- # @yield [result, err] Result & error if block supplied
1536
- # @yieldparam result [Google::Apis::EventarcV1::TestIamPermissionsResponse] parsed result object
1537
- # @yieldparam err [StandardError] error object if request failed
1538
- #
1539
- # @return [Google::Apis::EventarcV1::TestIamPermissionsResponse]
1540
- #
1541
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1542
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1543
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1544
- def test_kafka_source_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1545
- command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
1546
- command.request_representation = Google::Apis::EventarcV1::TestIamPermissionsRequest::Representation
1547
- command.request_object = test_iam_permissions_request_object
1548
- command.response_representation = Google::Apis::EventarcV1::TestIamPermissionsResponse::Representation
1549
- command.response_class = Google::Apis::EventarcV1::TestIamPermissionsResponse
1550
- command.params['resource'] = resource unless resource.nil?
1551
- command.query['fields'] = fields unless fields.nil?
1552
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1553
- execute_or_queue_command(command, &block)
1554
- end
1555
-
1556
1435
  # Create a new MessageBus in a particular project and location.
1557
1436
  # @param [String] parent
1558
1437
  # Required. The parent collection in which to add this message bus.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-eventarc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.72.0
4
+ version: 0.73.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-eventarc_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.72.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.73.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1
62
62
  rdoc_options: []
63
63
  require_paths: