google-apis-serviceconsumermanagement_v1beta1 0.62.0 → 0.63.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e58c9dc5ef108083316dec276bffc73580c59129c0a4754cdd36da0a3d187efa
|
|
4
|
+
data.tar.gz: 5d7c9d5c8796a8bb294a89b5d81be9d2a8a9d2b2796b11b46d04ec936f045f93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0e6cfac55fc2d6dc4249b8b4e1f88b3ffd53cda8587fa2bc5c2babdf124a072b801699416f7051e93ced6e2c06475595ddaa644b555370865c05a7449baf55a
|
|
7
|
+
data.tar.gz: 2808d1e560b9af83a0ee78660c4d1f3647007e52439b95154796d53fb5aa749a367a187aa74c2389d97322b97346725ef790f5b378c58f5f889c06d91caa3894
|
data/CHANGELOG.md
CHANGED
|
@@ -4525,6 +4525,15 @@ module Google
|
|
|
4525
4525
|
# @return [String]
|
|
4526
4526
|
attr_accessor :name
|
|
4527
4527
|
|
|
4528
|
+
# The project-level IAM role defined in the service agent's grant configuration.
|
|
4529
|
+
# This is the standard role intended for this service agent. This field is
|
|
4530
|
+
# populated regardless of the `skip_role_attach` option in the request. If `
|
|
4531
|
+
# skip_role_attach` is true, the caller can use this value to know which role
|
|
4532
|
+
# they are responsible for granting.
|
|
4533
|
+
# Corresponds to the JSON property `projectRole`
|
|
4534
|
+
# @return [String]
|
|
4535
|
+
attr_accessor :project_role
|
|
4536
|
+
|
|
4528
4537
|
# The P4 service identity configuration tag. This must be defined in
|
|
4529
4538
|
# activation_grants. If not specified when creating the account, the tag is set
|
|
4530
4539
|
# to "default".
|
|
@@ -4545,6 +4554,7 @@ module Google
|
|
|
4545
4554
|
def update!(**args)
|
|
4546
4555
|
@email = args[:email] if args.key?(:email)
|
|
4547
4556
|
@name = args[:name] if args.key?(:name)
|
|
4557
|
+
@project_role = args[:project_role] if args.key?(:project_role)
|
|
4548
4558
|
@tag = args[:tag] if args.key?(:tag)
|
|
4549
4559
|
@unique_id = args[:unique_id] if args.key?(:unique_id)
|
|
4550
4560
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServiceconsumermanagementV1beta1
|
|
18
18
|
# Version of the google-apis-serviceconsumermanagement_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.63.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251023"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1684,6 +1684,7 @@ module Google
|
|
|
1684
1684
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1685
1685
|
property :email, as: 'email'
|
|
1686
1686
|
property :name, as: 'name'
|
|
1687
|
+
property :project_role, as: 'projectRole'
|
|
1687
1688
|
property :tag, as: 'tag'
|
|
1688
1689
|
property :unique_id, as: 'uniqueId'
|
|
1689
1690
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-serviceconsumermanagement_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.63.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|