google-apis-eventarc_v1 0.66.0 → 0.68.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: 9399fc0c0fe818a001a4e973ae0e5e75b3e53566cc25de095304aebacd94e5ca
4
- data.tar.gz: efc8ca2d64ec25b71c7d1228a732cf9b543d587c8ea816c628a672f2ff4ddc98
3
+ metadata.gz: 4a7fa31344e0b9cdc2c09dbd7fc1ed6345e44911bbf878e483ad89bf3db77b18
4
+ data.tar.gz: 8e8d68cdaf5a44d9b460b103fbc931aa7b6a92ec3f95834567f2eef74727eaef
5
5
  SHA512:
6
- metadata.gz: 5685e1a44bbb638a85709477edbb1fc56a8be3036ad1c50da39145bc163c0b2951f9ecf2c058b0a34e9c33e12a9a923b0c056f994dff2827c3d44dfcb4d530b3
7
- data.tar.gz: 94e59e6cee1ef589d8893c806d04401205e989f56f09c9302f3ab3fc296dd44922ee06ed1977b9a793d11aedcf5362a875f4af44adba2566882d95e3a76bd8b5
6
+ metadata.gz: 0b8d917ce4be6dc666c25b2279ce03a333c6016d463520f2fb737dd399caa276a30ed31dbf3e55dc5ddffa0d8cd80fa96f53c668da1f13fc870ccdea214bbd92
7
+ data.tar.gz: 7e79f061b2f1e94b9b2b1cb44f4548c3fe995513a568ae5a9b7a90f331a889a4333ba22bd616288205936b19029eaba8407e4f0dc854f3c652bdd0cf4e5c8303
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.68.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250905
6
+
7
+ ### v0.67.0 (2025-08-24)
8
+
9
+ * Regenerated from discovery document revision 20250815
10
+
3
11
  ### v0.66.0 (2025-08-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20250801
@@ -973,9 +973,10 @@ module Google
973
973
  class GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig
974
974
  include Google::Apis::Core::Hashable
975
975
 
976
- # Represents a config used to authenticate with a Google OIDC token using a GCP
977
- # service account. Use this authentication method to invoke your Cloud Run and
978
- # Cloud Functions destinations or HTTP endpoints that support Google OIDC.
976
+ # Represents a config used to authenticate with a Google OIDC token using a
977
+ # Google Cloud service account. Use this authentication method to invoke your
978
+ # Cloud Run and Cloud Functions destinations or HTTP endpoints that support
979
+ # Google OIDC.
979
980
  # Corresponds to the JSON property `googleOidc`
980
981
  # @return [Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken]
981
982
  attr_accessor :google_oidc
@@ -1032,9 +1033,10 @@ module Google
1032
1033
  end
1033
1034
  end
1034
1035
 
1035
- # Represents a config used to authenticate with a Google OIDC token using a GCP
1036
- # service account. Use this authentication method to invoke your Cloud Run and
1037
- # Cloud Functions destinations or HTTP endpoints that support Google OIDC.
1036
+ # Represents a config used to authenticate with a Google OIDC token using a
1037
+ # Google Cloud service account. Use this authentication method to invoke your
1038
+ # Cloud Run and Cloud Functions destinations or HTTP endpoints that support
1039
+ # Google OIDC.
1038
1040
  class GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken
1039
1041
  include Google::Apis::Core::Hashable
1040
1042
 
@@ -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.66.0"
19
+ GEM_VERSION = "0.68.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 = "20250801"
25
+ REVISION = "20250905"
26
26
  end
27
27
  end
28
28
  end
@@ -116,8 +116,8 @@ module Google
116
116
  # @param [String] name
117
117
  # The resource that owns the locations collection, if applicable.
118
118
  # @param [Array<String>, String] extra_location_types
119
- # Optional. A list of extra location types that should be used as conditions for
120
- # controlling the visibility of the locations.
119
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
120
+ # field which is primarily intended for internal usage.
121
121
  # @param [String] filter
122
122
  # A filter to narrow down results to a preferred subset. The filtering language
123
123
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.66.0
4
+ version: 0.68.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.66.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.68.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: