google-apis-serviceconsumermanagement_v1 0.54.0 → 0.55.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: a03e3c90b47e13d4e95dc2fe36020c43fb41254fd6ed85e1f58273ccbf58e5d2
4
- data.tar.gz: 541304a6355de8804ce979c2ffbb6042591e82097f0cd98e6be0e6f6cfb9b765
3
+ metadata.gz: a02b0ad84f0de33059e1acdd293e70fd71b00a088935a963d56945548d5213d2
4
+ data.tar.gz: e9007dcb9e9d8de4d7b6a6a0d7d90687c3d8ccb979509518cda97dd9c85cdc05
5
5
  SHA512:
6
- metadata.gz: fed0665df1781e190fee31ea8e1a46402d92c76d8d38752093ad8468fcd50c100514bbf8494c5d465db51ce7d96f76ad405f23356fbafb94ee285a6c05a7073b
7
- data.tar.gz: 3cb628c03bce846860e35144ee7b0947544f81eb6e2899dade7e66833204c7d5544d0b860f045f2e3010baba767f2472060e3742349b63d72a7f70260884ec34
6
+ metadata.gz: b182653451266344bea3566a862ea143163269b2c776a3f435928610ff5423e10853448eaa4a55068ba38bf4130f38d67c951ed1990b4253189ca7d673cd2b90
7
+ data.tar.gz: a00a9c9874c5cac9886c35dea9c0732e33004ed76db651039d608d35ba406e68b9d94043ed272c2d103cc8b6457efd41c3048c872a0ddb3e7f4bf832379b3ac5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.55.0 (2024-12-22)
4
+
5
+ * Regenerated from discovery document revision 20241210
6
+
3
7
  ### v0.54.0 (2024-11-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20241115
@@ -1001,6 +1001,12 @@ module Google
1001
1001
  class Documentation
1002
1002
  include Google::Apis::Core::Hashable
1003
1003
 
1004
+ # Optional information about the IAM configuration. This is typically used to
1005
+ # link to documentation about a product's IAM roles and permissions.
1006
+ # Corresponds to the JSON property `additionalIamInfo`
1007
+ # @return [String]
1008
+ attr_accessor :additional_iam_info
1009
+
1004
1010
  # The URL to the root of documentation.
1005
1011
  # Corresponds to the JSON property `documentationRootUrl`
1006
1012
  # @return [String]
@@ -1053,6 +1059,7 @@ module Google
1053
1059
 
1054
1060
  # Update properties of this object
1055
1061
  def update!(**args)
1062
+ @additional_iam_info = args[:additional_iam_info] if args.key?(:additional_iam_info)
1056
1063
  @documentation_root_url = args[:documentation_root_url] if args.key?(:documentation_root_url)
1057
1064
  @overview = args[:overview] if args.key?(:overview)
1058
1065
  @pages = args[:pages] if args.key?(:pages)
@@ -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.54.0"
19
+ GEM_VERSION = "0.55.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 = "20241115"
25
+ REVISION = "20241210"
26
26
  end
27
27
  end
28
28
  end
@@ -918,6 +918,7 @@ module Google
918
918
  class Documentation
919
919
  # @private
920
920
  class Representation < Google::Apis::Core::JsonRepresentation
921
+ property :additional_iam_info, as: 'additionalIamInfo'
921
922
  property :documentation_root_url, as: 'documentationRootUrl'
922
923
  property :overview, as: 'overview'
923
924
  collection :pages, as: 'pages', class: Google::Apis::ServiceconsumermanagementV1::Page, decorator: Google::Apis::ServiceconsumermanagementV1::Page::Representation
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.54.0
4
+ version: 0.55.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-12-04 00:00:00.000000000 Z
11
+ date: 2025-01-05 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.55.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Consumer Management API V1