google-apis-servicemanagement_v1 0.47.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: f8b08076d2517ea0167227394dafcdf6bccaab65bd5447ac045c7baed03eb768
4
- data.tar.gz: effa06db5d04bc964b488b6a7c620963aedf73d1a3d89d36da284cfff178e728
3
+ metadata.gz: 5c9a2a342f8a0a941e3b99b2576bec57fbe5606c560b9878cd237fde5a8b066d
4
+ data.tar.gz: 88aba4e4fe7f1534c6d7794eb3fb049b72980259235ba33dcaab3ccd120796ee
5
5
  SHA512:
6
- metadata.gz: 609a5fb21e485d67dc4a7ce2400e7303a3724fc51cd5097ffe901af711c181ad69643f11e56728a9e10668d141c56c901fe7d55004e77db0a5f8d227fa6de4da
7
- data.tar.gz: eb7d88605b4e39999cdf6a6d97e711cd532f43b6edbf55c958b5153a329c1a7ecdc88f184f1958137787aef1289500a0b4ebec7f260c653045093c6a37988f6f
6
+ metadata.gz: 4afdd41c754eeb472185df599f3479aa469ccdcfbafd985863f57cd1e899e14cde59bfbf1e7709fef2ab43c40fe8302fee5a1b16b6924966896f6c57b47df4fb
7
+ data.tar.gz: bfb3589c27b6d8014f2ef4f6378ebb09e72c300c0d098639afc078ec3d985fd066d5f8938a437f7baeb115030b59e4f305645912fb3c7944b8382e51a40a772e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.47.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230804
@@ -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
@@ -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.47.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 = "20230804"
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.47.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-13 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.47.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