google-apis-toolresults_v1beta3 0.28.0 → 0.29.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: 935267e7129718d82267126f9abfc4c0278d1978efbcf07b70543afaa4194a98
|
|
4
|
+
data.tar.gz: a0ab5135188ded3434f7db227469c37818e26de5dfaa087312e5a2128f5d1214
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7475d42f37cc3cdb4a75920ca0dbdd55e7dee68506e5c87bbced7ac84ae2115cfda35e10c6174b6b3ec829e9c7c057eae7b1642ec81759a4716b68aecbaacf22
|
|
7
|
+
data.tar.gz: 7d485bc7d1297e85f037405b3a3fb56855bf439e652ca7c8939ac17cb34ab1515b769c23962ca880585d60cf78deba1a144a3333f356f4d2853f5be8ef557bf5
|
data/CHANGELOG.md
CHANGED
|
@@ -233,6 +233,19 @@ module Google
|
|
|
233
233
|
end
|
|
234
234
|
end
|
|
235
235
|
|
|
236
|
+
# Anti-tampering termination was detected.
|
|
237
|
+
class AntiTamperingTermination
|
|
238
|
+
include Google::Apis::Core::Hashable
|
|
239
|
+
|
|
240
|
+
def initialize(**args)
|
|
241
|
+
update!(**args)
|
|
242
|
+
end
|
|
243
|
+
|
|
244
|
+
# Update properties of this object
|
|
245
|
+
def update!(**args)
|
|
246
|
+
end
|
|
247
|
+
end
|
|
248
|
+
|
|
236
249
|
# `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
237
250
|
# URL that describes the type of the serialized message. Protobuf library
|
|
238
251
|
# provides support to pack/unpack Any values in the form of utility functions or
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ToolresultsV1beta3
|
|
18
18
|
# Version of the google-apis-toolresults_v1beta3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.29.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260803"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -58,6 +58,12 @@ module Google
|
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
|
59
59
|
end
|
|
60
60
|
|
|
61
|
+
class AntiTamperingTermination
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
61
67
|
class Any
|
|
62
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
69
|
|
|
@@ -761,6 +767,12 @@ module Google
|
|
|
761
767
|
end
|
|
762
768
|
end
|
|
763
769
|
|
|
770
|
+
class AntiTamperingTermination
|
|
771
|
+
# @private
|
|
772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
773
|
+
end
|
|
774
|
+
end
|
|
775
|
+
|
|
764
776
|
class Any
|
|
765
777
|
# @private
|
|
766
778
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-toolresults_v1beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.29.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-toolresults_v1beta3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-toolresults_v1beta3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-toolresults_v1beta3/v0.29.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-toolresults_v1beta3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|