google-apis-servicecontrol_v1 0.6.0 → 0.11.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: 4c6f4ec1dd93dce9431cde352af38df1ba7f6dfa0e066ea7d6c334ded749ef1f
4
- data.tar.gz: ca3e424e0ece1461458c4aa7d77d9b0c80c6eec1c58a6595b64d521cb64f6424
3
+ metadata.gz: 627b42d85dcb36c8dccb56673902a12c56bf544174a8b731654d121219988574
4
+ data.tar.gz: d5fe757ce03fa9f1e6e185753f77f4f512d54ac48b2b50de275245c1fb0cf7c0
5
5
  SHA512:
6
- metadata.gz: 25473d0fcd4b43f4c2a66b1b70f25e26932a2507a1ba901afec4627454cf922bfa57af5024efbb3c6456f31d93d99402eebe6d261c88411609da04d5bff6b2db
7
- data.tar.gz: 5f433ef245ecd99719b4f19b918ff7927ca60e9ca7dbcf25b796f817c253cc76ff501c1e39f82c784b084af2a0c229b95eae6a8433198b32551b99b62c2b36a1
6
+ metadata.gz: 9537fe7a1e8e4cbd77561c0f8e7a1db49d0445ac62453aa377d116f83bd8ab55e0a7294b80fce3c70d3900c6d5ee9697384fd6f31077136b28eb83b1258efe32
7
+ data.tar.gz: 7954235bb149722b318936213b2fbb40b3ad4bb098c067f8ec4eac4d1d8123d30b9129e1f3c4ab84d70c0ea391b1e6870bab7c93820f3eb7b41245f2d9916c9c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.11.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.10.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.9.0 (2021-06-10)
12
+
13
+ * Regenerated from discovery document revision 20210603
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.8.0 (2021-05-20)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.7.0 (2021-05-08)
21
+
22
+ * Regenerated from discovery document revision 20210430
23
+
3
24
  ### v0.6.0 (2021-04-03)
4
25
 
5
26
  * Regenerated from discovery document revision 20210326
@@ -1876,7 +1876,7 @@ module Google
1876
1876
  # @return [String]
1877
1877
  attr_accessor :method_prop
1878
1878
 
1879
- # The HTTP URL path.
1879
+ # The HTTP URL path, excluding the query parameters.
1880
1880
  # Corresponds to the JSON property `path`
1881
1881
  # @return [String]
1882
1882
  attr_accessor :path
@@ -2194,8 +2194,11 @@ module Google
2194
2194
  # @return [Google::Apis::ServicecontrolV1::FirstPartyPrincipal]
2195
2195
  attr_accessor :first_party_principal
2196
2196
 
2197
- # A string representing the principal_subject associated with the identity. See
2198
- # go/3pical for more info on how principal_subject is formatted.
2197
+ # A string representing the principal_subject associated with the identity. For
2198
+ # most identities, the format will be `principal://iam.googleapis.com/`identity
2199
+ # pool name`/subject/`subject)` except for some GKE identities (GKE_WORKLOAD,
2200
+ # FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy format `
2201
+ # serviceAccount:`identity pool name`[`subject`]`
2199
2202
  # Corresponds to the JSON property `principalSubject`
2200
2203
  # @return [String]
2201
2204
  attr_accessor :principal_subject
@@ -2217,8 +2220,8 @@ module Google
2217
2220
  end
2218
2221
  end
2219
2222
 
2220
- # The context of a span, attached to Exemplars in Distribution values during
2221
- # aggregation. It contains the name of a span with format: projects/[
2223
+ # The context of a span. This is attached to an Exemplar in Distribution values
2224
+ # during aggregation. It contains the name of a span with format: projects/[
2222
2225
  # PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]
2223
2226
  class SpanContext
2224
2227
  include Google::Apis::Core::Hashable
@@ -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.6.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
25
+ REVISION = "20210603"
26
26
  end
27
27
  end
28
28
  end
@@ -98,10 +98,10 @@ module Google
98
98
  # client should rely on the cached results for much longer time to avoid outage.
99
99
  # WARNING: There is general 60s delay for the configuration and policy
100
100
  # propagation, therefore callers MUST NOT depend on the `Check` method having
101
- # the latest policy information. NOTE: the CheckRequest has the size limit of
102
- # 64KB. This method requires the `servicemanagement.services.check` permission
103
- # on the specified service. For more information, see [Cloud IAM](https://cloud.
104
- # google.com/iam).
101
+ # the latest policy information. NOTE: the CheckRequest has the size limit (wire-
102
+ # format byte size) of 1MB. This method requires the `servicemanagement.services.
103
+ # check` permission on the specified service. For more information, see [Cloud
104
+ # IAM](https://cloud.google.com/iam).
105
105
  # @param [String] service_name
106
106
  # The service name as specified in its service configuration. For example, `"
107
107
  # pubsub.googleapis.com"`. See [google.api.Service](https://cloud.google.com/
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.11.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Service Control API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Service Control API V1