google-apis-servicecontrol_v2 0.46.0 → 0.47.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e0d293844c0a0b859680a3424f4a26eda0e827a5551abcc3177b7a14a30ed49
|
|
4
|
+
data.tar.gz: cbb91ed025b103b7d866ab1ee5eb81ac6873befda3f72efc1f161c9d0d63c658
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d08d1e24dff7d7dc9b9c072342093d699c1a7e23baf32f823656387f434b623f83fd53bfa7351454a04a35ae8a85aa905cebf20d399aba988b0a55c0bcbf6e0
|
|
7
|
+
data.tar.gz: dd61ee7f0b65a96de46a6b12a1159ff41ad439a03cbd5431d84bf28251eb6b6781cf42fd30ec44587baf19a29dec86577d3c0181bcf7d4335efc1ede16eed54b
|
data/CHANGELOG.md
CHANGED
|
@@ -158,6 +158,14 @@ module Google
|
|
|
158
158
|
class AuditLog
|
|
159
159
|
include Google::Apis::Core::Hashable
|
|
160
160
|
|
|
161
|
+
# The API version identifier of the operation that uses interface based
|
|
162
|
+
# versioning (IBV). For example, `"2026-01-01-preview"`. The version identifier
|
|
163
|
+
# generally follows the format of [variant_]date[_decorator]. It should not be
|
|
164
|
+
# parsed because the exact format varies across services.
|
|
165
|
+
# Corresponds to the JSON property `apiVersionIdentifier`
|
|
166
|
+
# @return [String]
|
|
167
|
+
attr_accessor :api_version_identifier
|
|
168
|
+
|
|
161
169
|
# Authentication information for the operation.
|
|
162
170
|
# Corresponds to the JSON property `authenticationInfo`
|
|
163
171
|
# @return [Google::Apis::ServicecontrolV2::AuthenticationInfo]
|
|
@@ -267,6 +275,7 @@ module Google
|
|
|
267
275
|
|
|
268
276
|
# Update properties of this object
|
|
269
277
|
def update!(**args)
|
|
278
|
+
@api_version_identifier = args[:api_version_identifier] if args.key?(:api_version_identifier)
|
|
270
279
|
@authentication_info = args[:authentication_info] if args.key?(:authentication_info)
|
|
271
280
|
@authorization_info = args[:authorization_info] if args.key?(:authorization_info)
|
|
272
281
|
@metadata = args[:metadata] if args.key?(:metadata)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServicecontrolV2
|
|
18
18
|
# Version of the google-apis-servicecontrol_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.47.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 = "
|
|
25
|
+
REVISION = "20260428"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -260,6 +260,7 @@ module Google
|
|
|
260
260
|
class AuditLog
|
|
261
261
|
# @private
|
|
262
262
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
263
|
+
property :api_version_identifier, as: 'apiVersionIdentifier'
|
|
263
264
|
property :authentication_info, as: 'authenticationInfo', class: Google::Apis::ServicecontrolV2::AuthenticationInfo, decorator: Google::Apis::ServicecontrolV2::AuthenticationInfo::Representation
|
|
264
265
|
|
|
265
266
|
collection :authorization_info, as: 'authorizationInfo', class: Google::Apis::ServicecontrolV2::AuthorizationInfo, decorator: Google::Apis::ServicecontrolV2::AuthorizationInfo::Representation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-servicecontrol_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.47.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-servicecontrol_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.47.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|