google-apis-servicecontrol_v2 0.2.0 → 0.7.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: acc5346e27c3ac301b087d84ec6253dc183a2c65133760c2c1b3ecdab4a820f7
4
- data.tar.gz: 1af7c4c21705c88e6fc0ae67414617987a7047a0f51a34aa7ddecbaee8e405ef
3
+ metadata.gz: 6d1da50913b6ede999f264f2be0a9a3bbea223c68039e6d53eb8bce75040b660
4
+ data.tar.gz: 99cafecd7994dd634ff66e48d981ac52ea0792cfb441cb9f387e4fedfa52e434
5
5
  SHA512:
6
- metadata.gz: 4487c1b20f9864e855958abbb3e485d3bc9286332368fb92927e24112ab9e9cb05261fba178692f3f235386d1627106bc81bbdaaaa3c450c57a39ef3cf774194
7
- data.tar.gz: 49b12c1bd3826f3afa7e14498894049319c3a4992b04bf9d2f02c6c3b7e4e30647841942d6e7c8a7b7c0c7829bb9594cb821e1c340c95f22e368b8b322254252
6
+ metadata.gz: 458baf053def2a4eb379da1e2af45e06440a723850a8dcb6180d39f107366b8eea98adadba7aadc2c9d4ed9b0b3d5d1e122e37835fd7f30c720d2d4278ae3221
7
+ data.tar.gz: c65b4f699d67e92d75d42cfbbb6c8fb67b62af29c4ae2d95b814f5a9d3d4f3e1f596a0f131b917281abc94f579372287f4c11e2314d12a87ad91fed938efa574
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.7.0 (2021-05-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.6.0 (2021-05-01)
8
+
9
+ * Regenerated from discovery document revision 20210422
10
+
11
+ ### v0.5.0 (2021-04-02)
12
+
13
+ * Regenerated from discovery document revision 20210326
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.4.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.3.0 (2021-02-12)
21
+
22
+ * Regenerated from discovery document revision 20210205
23
+
3
24
  ### v0.2.0 (2021-02-05)
4
25
 
5
26
  * Regenerated from discovery document revision 20210130
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V2'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # Manage your Google Service Control data
@@ -690,7 +690,7 @@ module Google
690
690
  # @return [String]
691
691
  attr_accessor :method_prop
692
692
 
693
- # The HTTP URL path.
693
+ # The HTTP URL path, excluding the query parameters.
694
694
  # Corresponds to the JSON property `path`
695
695
  # @return [String]
696
696
  attr_accessor :path
@@ -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 amount 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)
@@ -1070,8 +1079,8 @@ module Google
1070
1079
  end
1071
1080
  end
1072
1081
 
1073
- # The context of a span, attached to Exemplars in Distribution values during
1074
- # aggregation. It contains the name of a span with format: projects/[
1082
+ # The context of a span. This is attached to an Exemplar in Distribution values
1083
+ # during aggregation. It contains the name of a span with format: projects/[
1075
1084
  # PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]
1076
1085
  class SpanContext
1077
1086
  include Google::Apis::Core::Hashable
@@ -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.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210130"
25
+ REVISION = "20210422"
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.7.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-05-24 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.7.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: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Service Control API V2