google-apis-serviceconsumermanagement_v1 0.39.0 → 0.40.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: d4432ccdf5476108aa2cf2852b6654a01bb59459e96e0e7a9c680bb871fa765b
4
- data.tar.gz: 4fb7b2dba2c79bdc01eb5bc09d4be735bbf67925831ed05c834e4ef222443f33
3
+ metadata.gz: f35a9ac665725b596aee0685e9faacf22ef159fbbb5ccb6376c3fe690c03aa15
4
+ data.tar.gz: 56b075458970781a55392fa6a5dd35b9ad37cd3d275554035d3e62c7e9e76f5d
5
5
  SHA512:
6
- metadata.gz: d30f99e38d21ae8f5b0ded4ded77697cc2d45f1706ccf9ec39645be94b66db821f31071266fd78773a1ec7917b3a3b0ef37373cf255304d662e4415d0bc1ac09
7
- data.tar.gz: 80b03f8d73f48ac392e4f583870456f9501a19879c97725f02cc80ed6a8b1a669b17a055fc28a03570b5efe9e1f7e656bd82c3c72afbcfc62acdedab94229350
6
+ metadata.gz: c17697cd1ab97b6ec41e92b046fdfeee658c059aa0c1270617a3cb70f0769b81fb798a799393a74b57eca6fdf4466b75baf82e4623978f117c6eeb38c7c9d833
7
+ data.tar.gz: 54cfb9f839a347154cb1e353bb3c54832ff9ad40bf251692c10d7a45bd0392233ba0930a41b8f1874154dd81ad208b68e3a5e2c21f60d6bea308f062698714f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.40.0 (2023-12-03)
4
+
5
+ * Regenerated from discovery document revision 20231128
6
+
3
7
  ### v0.39.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230806
@@ -2108,6 +2108,15 @@ module Google
2108
2108
  class MethodSettings
2109
2109
  include Google::Apis::Core::Hashable
2110
2110
 
2111
+ # List of top-level fields of the request message, that should be automatically
2112
+ # populated by the client libraries based on their (google.api.field_info).
2113
+ # format. Currently supported format: UUID4. Example of a YAML configuration:
2114
+ # publishing: method_settings: - selector: google.example.v1.ExampleService.
2115
+ # CreateExample auto_populated_fields: - request_id
2116
+ # Corresponds to the JSON property `autoPopulatedFields`
2117
+ # @return [Array<String>]
2118
+ attr_accessor :auto_populated_fields
2119
+
2111
2120
  # Describes settings to use when generating API methods that use the long-
2112
2121
  # running operation pattern. All default values below are from those used in the
2113
2122
  # client library generators (e.g. [Java](https://github.com/googleapis/gapic-
@@ -2129,6 +2138,7 @@ module Google
2129
2138
 
2130
2139
  # Update properties of this object
2131
2140
  def update!(**args)
2141
+ @auto_populated_fields = args[:auto_populated_fields] if args.key?(:auto_populated_fields)
2132
2142
  @long_running = args[:long_running] if args.key?(:long_running)
2133
2143
  @selector = args[:selector] if args.key?(:selector)
2134
2144
  end
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.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 = "20230806"
25
+ REVISION = "20231128"
26
26
  end
27
27
  end
28
28
  end
@@ -1154,6 +1154,7 @@ module Google
1154
1154
  class MethodSettings
1155
1155
  # @private
1156
1156
  class Representation < Google::Apis::Core::JsonRepresentation
1157
+ collection :auto_populated_fields, as: 'autoPopulatedFields'
1157
1158
  property :long_running, as: 'longRunning', class: Google::Apis::ServiceconsumermanagementV1::LongRunning, decorator: Google::Apis::ServiceconsumermanagementV1::LongRunning::Representation
1158
1159
 
1159
1160
  property :selector, as: 'selector'
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.39.0
4
+ version: 0.40.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-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.40.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.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 Consumer Management API V1