google-apis-servicecontrol_v2 0.2.0 → 0.3.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: acc5346e27c3ac301b087d84ec6253dc183a2c65133760c2c1b3ecdab4a820f7
4
- data.tar.gz: 1af7c4c21705c88e6fc0ae67414617987a7047a0f51a34aa7ddecbaee8e405ef
3
+ metadata.gz: 5038f1df98914e336ed73c4a56df230521f2b11caa5a380ff9f09264c55871e0
4
+ data.tar.gz: d2a107d9af7a91205bc1c9165b40f8f0ed1b7715f95bce8175eecd1e1ef16f27
5
5
  SHA512:
6
- metadata.gz: 4487c1b20f9864e855958abbb3e485d3bc9286332368fb92927e24112ab9e9cb05261fba178692f3f235386d1627106bc81bbdaaaa3c450c57a39ef3cf774194
7
- data.tar.gz: 49b12c1bd3826f3afa7e14498894049319c3a4992b04bf9d2f02c6c3b7e4e30647841942d6e7c8a7b7c0c7829bb9594cb821e1c340c95f22e368b8b322254252
6
+ metadata.gz: b4be2ed6cfd95b6c97fef674497eba068d823219507e27b001fa6a68475b87700cb91c6133b523db19de4902566a4531f05776a9a7bab0c2adf459519606079a
7
+ data.tar.gz: 87135e8b671e259b517380992e6f3f24774857c65a854bda63a0f31ef6560ef7fcc42e3f53d49d4ad82e078ea901b2cef34807193eb0b40844ba2ce218680e7a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.3.0 (2021-02-12)
4
+
5
+ * Regenerated from discovery document revision 20210205
6
+
3
7
  ### v0.2.0 (2021-02-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20210130
@@ -725,7 +725,7 @@ module Google
725
725
  # @return [Fixnum]
726
726
  attr_accessor :size
727
727
 
728
- # The timestamp when the `destination` service receives the first byte of the
728
+ # The timestamp when the `destination` service receives the last byte of the
729
729
  # request.
730
730
  # Corresponds to the JSON property `time`
731
731
  # @return [String]
@@ -1002,6 +1002,14 @@ module Google
1002
1002
  class Response
1003
1003
  include Google::Apis::Core::Hashable
1004
1004
 
1005
+ # The length of time it takes the backend service to fully respond to a request.
1006
+ # Measured from when the destination service starts to send the request to the
1007
+ # backend until when the destination service receives the complete response from
1008
+ # the backend.
1009
+ # Corresponds to the JSON property `backendLatency`
1010
+ # @return [String]
1011
+ attr_accessor :backend_latency
1012
+
1005
1013
  # The HTTP response status code, such as `200` and `404`.
1006
1014
  # Corresponds to the JSON property `code`
1007
1015
  # @return [Fixnum]
@@ -1019,7 +1027,7 @@ module Google
1019
1027
  # @return [Fixnum]
1020
1028
  attr_accessor :size
1021
1029
 
1022
- # The timestamp when the `destination` service generates the first byte of the
1030
+ # The timestamp when the `destination` service sends the last byte of the
1023
1031
  # response.
1024
1032
  # Corresponds to the JSON property `time`
1025
1033
  # @return [String]
@@ -1031,6 +1039,7 @@ module Google
1031
1039
 
1032
1040
  # Update properties of this object
1033
1041
  def update!(**args)
1042
+ @backend_latency = args[:backend_latency] if args.key?(:backend_latency)
1034
1043
  @code = args[:code] if args.key?(:code)
1035
1044
  @headers = args[:headers] if args.key?(:headers)
1036
1045
  @size = args[:size] if args.key?(:size)
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210130"
25
+ REVISION = "20210205"
26
26
  end
27
27
  end
28
28
  end
@@ -370,6 +370,7 @@ module Google
370
370
  class Response
371
371
  # @private
372
372
  class Representation < Google::Apis::Core::JsonRepresentation
373
+ property :backend_latency, as: 'backendLatency'
373
374
  property :code, :numeric_string => true, as: 'code'
374
375
  hash :headers, as: 'headers'
375
376
  property :size, :numeric_string => true, as: 'size'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v2
57
57
  post_install_message:
58
58
  rdoc_options: []