google-apis-servicecontrol_v1 0.27.0 → 0.29.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da1c74ee2c5e9774b6fb11f1e237c44204a02646a910afdc0db195845dcdc89b
|
4
|
+
data.tar.gz: 7de723dc803cb84028de462635c185647790d383e5e5c1d6aa5f21540de07ffd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a119376ec1cea7b3f1e35feb1dc7d4370e68cf4f802809d8e66a44db0d3f7aded5711d1509f2eb93d87a65c1a3266558fc3e48ed741b403d99b11f3a43abaae6
|
7
|
+
data.tar.gz: 80adea0d0b73118b4f7f88692d0223ee955d3ec8b08108c49d102bfae73e1cd089b029b68be2bb9113c2ed03714baa76180f4c175b76c6c56847e02afa7564cf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-servicecontrol_v1
|
2
2
|
|
3
|
+
### v0.29.0 (2023-03-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230317
|
6
|
+
|
7
|
+
### v0.28.0 (2023-02-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230210
|
10
|
+
* Regenerated using generator version 0.12.0
|
11
|
+
|
3
12
|
### v0.27.0 (2023-02-05)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20230127
|
@@ -622,11 +622,6 @@ module Google
|
|
622
622
|
# @return [Google::Apis::ServicecontrolV1::CheckInfo]
|
623
623
|
attr_accessor :check_info
|
624
624
|
|
625
|
-
# Esf migration server override during chemist check v2 migration
|
626
|
-
# Corresponds to the JSON property `esfMigrationServerOverride`
|
627
|
-
# @return [Google::Apis::ServicecontrolV1::EsfMigrationServerOverride]
|
628
|
-
attr_accessor :esf_migration_server_override
|
629
|
-
|
630
625
|
# The same operation_id value used in the CheckRequest. Used for logging and
|
631
626
|
# diagnostics purposes.
|
632
627
|
# Corresponds to the JSON property `operationId`
|
@@ -656,7 +651,6 @@ module Google
|
|
656
651
|
def update!(**args)
|
657
652
|
@check_errors = args[:check_errors] if args.key?(:check_errors)
|
658
653
|
@check_info = args[:check_info] if args.key?(:check_info)
|
659
|
-
@esf_migration_server_override = args[:esf_migration_server_override] if args.key?(:esf_migration_server_override)
|
660
654
|
@operation_id = args[:operation_id] if args.key?(:operation_id)
|
661
655
|
@quota_info = args[:quota_info] if args.key?(:quota_info)
|
662
656
|
@service_config_id = args[:service_config_id] if args.key?(:service_config_id)
|
@@ -787,25 +781,6 @@ module Google
|
|
787
781
|
end
|
788
782
|
end
|
789
783
|
|
790
|
-
# Esf migration server override during chemist check v2 migration
|
791
|
-
class EsfMigrationServerOverride
|
792
|
-
include Google::Apis::Core::Hashable
|
793
|
-
|
794
|
-
# Esf migration override mode
|
795
|
-
# Corresponds to the JSON property `overrideMode`
|
796
|
-
# @return [String]
|
797
|
-
attr_accessor :override_mode
|
798
|
-
|
799
|
-
def initialize(**args)
|
800
|
-
update!(**args)
|
801
|
-
end
|
802
|
-
|
803
|
-
# Update properties of this object
|
804
|
-
def update!(**args)
|
805
|
-
@override_mode = args[:override_mode] if args.key?(:override_mode)
|
806
|
-
end
|
807
|
-
end
|
808
|
-
|
809
784
|
# Exemplars are example points that may be used to annotate aggregated
|
810
785
|
# distribution values. They are metadata that gives information about a
|
811
786
|
# particular value added to a Distribution bucket, such as a trace ID that was
|
@@ -2102,7 +2077,7 @@ module Google
|
|
2102
2077
|
# Annotations is an unstructured key-value map stored with a resource that may
|
2103
2078
|
# be set by external tools to store and retrieve arbitrary metadata. They are
|
2104
2079
|
# not queryable and should be preserved when modifying objects. More info: https:
|
2105
|
-
# //kubernetes.io/docs/
|
2080
|
+
# //kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
2106
2081
|
# Corresponds to the JSON property `annotations`
|
2107
2082
|
# @return [Hash<String,String>]
|
2108
2083
|
attr_accessor :annotations
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicecontrolV1
|
18
18
|
# Version of the google-apis-servicecontrol_v1 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
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230317"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -112,12 +112,6 @@ module Google
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
-
class EsfMigrationServerOverride
|
116
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
-
|
118
|
-
include Google::Apis::Core::JsonObjectSupport
|
119
|
-
end
|
120
|
-
|
121
115
|
class Exemplar
|
122
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
117
|
|
@@ -501,8 +495,6 @@ module Google
|
|
501
495
|
|
502
496
|
property :check_info, as: 'checkInfo', class: Google::Apis::ServicecontrolV1::CheckInfo, decorator: Google::Apis::ServicecontrolV1::CheckInfo::Representation
|
503
497
|
|
504
|
-
property :esf_migration_server_override, as: 'esfMigrationServerOverride', class: Google::Apis::ServicecontrolV1::EsfMigrationServerOverride, decorator: Google::Apis::ServicecontrolV1::EsfMigrationServerOverride::Representation
|
505
|
-
|
506
498
|
property :operation_id, as: 'operationId'
|
507
499
|
property :quota_info, as: 'quotaInfo', class: Google::Apis::ServicecontrolV1::QuotaInfo, decorator: Google::Apis::ServicecontrolV1::QuotaInfo::Representation
|
508
500
|
|
@@ -540,13 +532,6 @@ module Google
|
|
540
532
|
end
|
541
533
|
end
|
542
534
|
|
543
|
-
class EsfMigrationServerOverride
|
544
|
-
# @private
|
545
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
546
|
-
property :override_mode, as: 'overrideMode'
|
547
|
-
end
|
548
|
-
end
|
549
|
-
|
550
535
|
class Exemplar
|
551
536
|
# @private
|
552
537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicecontrol_v1
|
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
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-26 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.
|
19
|
+
version: 0.11.0
|
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.
|
29
|
+
version: 0.11.0
|
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-servicecontrol_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.29.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|