google-apis-servicecontrol_v2 0.8.0 → 0.9.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: d671f6936f458e9b15dc6186d850db5a2b33a252937dbf2a2f6bce5979ee61d5
|
4
|
+
data.tar.gz: 44a164f7731f2d5aa1d6b6039f497829a49c728f4e05aa127cc13e5b25e8c91c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b83bee335b9ec08e8c13ec6b5cc6bd55d7d0a50d83e21df7fe84dca6ec0c8112d1203ad29b8b6f6b1826fd708df145d09472fd050015e36cd1f5c1542d1fcd3e
|
7
|
+
data.tar.gz: 5d6e635e6310ce0d8d12e1caa69830425a582247d1f0d6c588105f28a6d84d20e76cd146176a1dfd0d4da9cdb045bf9a95877e13f22385a4b8fb8d12ecd5f6c2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-servicecontrol_v2
|
2
2
|
|
3
|
+
### v0.9.0 (2021-06-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210603
|
6
|
+
* Regenerated using generator version 0.3.0
|
7
|
+
|
3
8
|
### v0.8.0 (2021-05-27)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20210513
|
@@ -1073,8 +1073,11 @@ module Google
|
|
1073
1073
|
# @return [Google::Apis::ServicecontrolV2::FirstPartyPrincipal]
|
1074
1074
|
attr_accessor :first_party_principal
|
1075
1075
|
|
1076
|
-
# A string representing the principal_subject associated with the identity.
|
1077
|
-
#
|
1076
|
+
# A string representing the principal_subject associated with the identity. For
|
1077
|
+
# most identities, the format will be `principal://iam.googleapis.com/`identity
|
1078
|
+
# pool name`/subject/`subject)` except for some GKE identities (GKE_WORKLOAD,
|
1079
|
+
# FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy format `
|
1080
|
+
# serviceAccount:`identity pool name`[`subject`]`
|
1078
1081
|
# Corresponds to the JSON property `principalSubject`
|
1079
1082
|
# @return [String]
|
1080
1083
|
attr_accessor :principal_subject
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210603"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
4
|
+
version: 0.9.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-
|
11
|
+
date: 2021-06-14 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.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.9.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: []
|