google-apis-servicemanagement_v1 0.46.0 → 0.48.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: 04ce2ba12f75821f5d4334c74f1e7c245b2424098671000ffc14267a631d15cc
4
- data.tar.gz: fea31c7acc3d7fb9b6af49114c3ddefee8a0161d02dc54029c73dd93f4f0838e
3
+ metadata.gz: 5c9a2a342f8a0a941e3b99b2576bec57fbe5606c560b9878cd237fde5a8b066d
4
+ data.tar.gz: 88aba4e4fe7f1534c6d7794eb3fb049b72980259235ba33dcaab3ccd120796ee
5
5
  SHA512:
6
- metadata.gz: 3c8ecd14c3b065e5e50710fbf79cfb2e98cbe7ce9120847cc0a9e3aebbc50b4489d9dc958835f1b03f170062f574399f234bbcd3487ce2e3561870e73a048227
7
- data.tar.gz: 31aacc49fe845aab487bbfa32d43f6fd8030c6df48cdb26fd6c6c6fb3f7baaacff2dd71e26052aaf8b94bada68def974953e39d5e089c5919195d9b8aaf50817
6
+ metadata.gz: 4afdd41c754eeb472185df599f3479aa469ccdcfbafd985863f57cd1e899e14cde59bfbf1e7709fef2ab43c40fe8302fee5a1b16b6924966896f6c57b47df4fb
7
+ data.tar.gz: bfb3589c27b6d8014f2ef4f6378ebb09e72c300c0d098639afc078ec3d985fd066d5f8938a437f7baeb115030b59e4f305645912fb3c7944b8382e51a40a772e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.48.0 (2023-12-03)
4
+
5
+ * Regenerated from discovery document revision 20231127
6
+
7
+ ### v0.47.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230804
10
+
3
11
  ### v0.46.0 (2023-08-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20230721
@@ -2583,6 +2583,15 @@ module Google
2583
2583
  class MethodSettings
2584
2584
  include Google::Apis::Core::Hashable
2585
2585
 
2586
+ # List of top-level fields of the request message, that should be automatically
2587
+ # populated by the client libraries based on their (google.api.field_info).
2588
+ # format. Currently supported format: UUID4. Example of a YAML configuration:
2589
+ # publishing: method_settings: - selector: google.example.v1.ExampleService.
2590
+ # CreateExample auto_populated_fields: - request_id
2591
+ # Corresponds to the JSON property `autoPopulatedFields`
2592
+ # @return [Array<String>]
2593
+ attr_accessor :auto_populated_fields
2594
+
2586
2595
  # Describes settings to use when generating API methods that use the long-
2587
2596
  # running operation pattern. All default values below are from those used in the
2588
2597
  # client library generators (e.g. [Java](https://github.com/googleapis/gapic-
@@ -2604,6 +2613,7 @@ module Google
2604
2613
 
2605
2614
  # Update properties of this object
2606
2615
  def update!(**args)
2616
+ @auto_populated_fields = args[:auto_populated_fields] if args.key?(:auto_populated_fields)
2607
2617
  @long_running = args[:long_running] if args.key?(:long_running)
2608
2618
  @selector = args[:selector] if args.key?(:selector)
2609
2619
  end
@@ -3114,13 +3124,13 @@ module Google
3114
3124
  # @return [String]
3115
3125
  attr_accessor :name
3116
3126
 
3117
- # The normal response of the operation in case of success. If the original
3118
- # method returns no data on success, such as `Delete`, the response is `google.
3119
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3120
- # the response should be the resource. For other methods, the response should
3121
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3122
- # example, if the original method name is `TakeSnapshot()`, the inferred
3123
- # response type is `TakeSnapshotResponse`.
3127
+ # The normal, successful response of the operation. If the original method
3128
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3129
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3130
+ # response should be the resource. For other methods, the response should have
3131
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3132
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3133
+ # `TakeSnapshotResponse`.
3124
3134
  # Corresponds to the JSON property `response`
3125
3135
  # @return [Hash<String,Object>]
3126
3136
  attr_accessor :response
@@ -3314,22 +3324,22 @@ module Google
3314
3324
  # evaluates to `true`. A condition can add constraints based on attributes of
3315
3325
  # the request, the resource, or both. To learn which resources support
3316
3326
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3317
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3327
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3318
3328
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3319
3329
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3320
3330
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3321
3331
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3322
3332
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3323
3333
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3324
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3325
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3326
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3327
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3328
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3329
- # access description: Does not grant access after Sep 2020 expression: request.
3330
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3331
- # a description of IAM and its features, see the [IAM documentation](https://
3332
- # cloud.google.com/iam/docs/).
3334
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3335
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3336
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3337
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3338
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3339
+ # title: expirable access description: Does not grant access after Sep 2020
3340
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3341
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3342
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3333
3343
  class Policy
3334
3344
  include Google::Apis::Core::Hashable
3335
3345
 
@@ -4129,22 +4139,22 @@ module Google
4129
4139
  # evaluates to `true`. A condition can add constraints based on attributes of
4130
4140
  # the request, the resource, or both. To learn which resources support
4131
4141
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4132
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4142
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4133
4143
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4134
4144
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4135
4145
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4136
4146
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4137
4147
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4138
4148
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4139
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4140
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
4141
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4142
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4143
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4144
- # access description: Does not grant access after Sep 2020 expression: request.
4145
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4146
- # a description of IAM and its features, see the [IAM documentation](https://
4147
- # cloud.google.com/iam/docs/).
4149
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4150
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4151
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4152
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4153
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4154
+ # title: expirable access description: Does not grant access after Sep 2020
4155
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4156
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4157
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4148
4158
  # Corresponds to the JSON property `policy`
4149
4159
  # @return [Google::Apis::ServicemanagementV1::Policy]
4150
4160
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230721"
25
+ REVISION = "20231127"
26
26
  end
27
27
  end
28
28
  end
@@ -1261,6 +1261,7 @@ module Google
1261
1261
  class MethodSettings
1262
1262
  # @private
1263
1263
  class Representation < Google::Apis::Core::JsonRepresentation
1264
+ collection :auto_populated_fields, as: 'autoPopulatedFields'
1264
1265
  property :long_running, as: 'longRunning', class: Google::Apis::ServicemanagementV1::LongRunning, decorator: Google::Apis::ServicemanagementV1::LongRunning::Representation
1265
1266
 
1266
1267
  property :selector, as: 'selector'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.48.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-12-03 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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Management API V1