google-apis-servicecontrol_v1 0.27.0 → 0.28.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: f6849e70bc7fd8d6c1eed237ea049a1722b12ecd24530fbd965464c6607edc26
4
- data.tar.gz: 7a80c9c496bdc788bd0cf3c480fb5aa6762f74e022cf1b3d6496b4dc4c3fce1e
3
+ metadata.gz: a646942417c21ed63e9942e0f5c4a447348312c2a5c45d76b4c10ff52fb62553
4
+ data.tar.gz: ce42dbc7da8fcb74df997f5733ec138f4ce3ffc61ce76d8f78ce88f99b0a9d79
5
5
  SHA512:
6
- metadata.gz: a8fdae8353f3cbc8a051a64218d1efe86e97b2b9198f5b8472505adf74488eb3f3b76e9e1137e22ac07ee9d1088c013c9c7ad836ebfab6978ab16331098f848f
7
- data.tar.gz: a97b9bedee79071efce8bb313cef18378e8fe41fa49602ef3b9c28997812c1c7916564c7ed4117690d71461290f6107235c1e46340b0a9e3901106dfe2a5c039
6
+ metadata.gz: 1a4793e55a9e64432b3df680708b4cdcaabc12f989bb5293d81a436659f5f444e3e6b7d4681434dea7e89ad0e099753e8b8d7ca9d1165de9cea484525ea6d3ac
7
+ data.tar.gz: a08a6ef7189fb2091e82a95fc18aca8871d2ecc379af7a4840393aba7f069258a6f83873a571cefd5606782289b1d2e63350a64f1cdca7ffa85ff0bbbb273c97
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.28.0 (2023-02-15)
4
+
5
+ * Regenerated from discovery document revision 20230210
6
+ * Regenerated using generator version 0.12.0
7
+
3
8
  ### v0.27.0 (2023-02-05)
4
9
 
5
10
  * 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
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230127"
25
+ REVISION = "20230210"
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.27.0
4
+ version: 0.28.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-02-05 00:00:00.000000000 Z
11
+ date: 2023-02-19 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.9.1
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.9.1
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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.28.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: []