google-apis-serviceconsumermanagement_v1 0.50.0 → 0.51.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: 7cb9f69cf5bbbfd4b77d5123b16f0ff12efaba37d8e3142a4abfe129e2c07004
|
4
|
+
data.tar.gz: 8f06c9a8e7d206fc4e1b8dc13f3490748ceccceda95cc1e4928b2bd36c98eecf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27331653c7ae35509f4ae2b0ed320e55ae1a315ed5a4160b2ffe552db0ffaf009427670232b478db6158496c7da18aa9072af2d4f88d624d706ab2fa3ee48b55
|
7
|
+
data.tar.gz: 42ab3ba1ac087d416eaafc246f8c825c68915d37af163c3a65d888ae2354bbb40446c4268a77abbca5e6f98f622dd3232cdc1f884c356fd455dc9ad5e612c456
|
data/CHANGELOG.md
CHANGED
@@ -4349,7 +4349,9 @@ module Google
|
|
4349
4349
|
class V1DefaultIdentity
|
4350
4350
|
include Google::Apis::Core::Hashable
|
4351
4351
|
|
4352
|
-
# The email address of the default identity.
|
4352
|
+
# The email address of the default identity. Calling GenerateDefaultIdentity
|
4353
|
+
# with a deleted or purged default identity should expect does_not_exist@invalid-
|
4354
|
+
# project.iam.gserviceaccount.com placeholder email.
|
4353
4355
|
# Corresponds to the JSON property `email`
|
4354
4356
|
# @return [String]
|
4355
4357
|
attr_accessor :email
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServiceconsumermanagementV1
|
18
18
|
# Version of the google-apis-serviceconsumermanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.51.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240912"
|
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-serviceconsumermanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.51.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: 2024-09-
|
11
|
+
date: 2024-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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-serviceconsumermanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.51.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|