google-apis-servicenetworking_v1beta 0.43.0 → 0.44.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: 4be69b42989ce639e0e7ab447fc0da1710715fc10511821496680f28db8b3725
4
- data.tar.gz: 7174a23b2c66d54143eb1c61914ce3689416fe58e9ea02582bb28ad20c1a3cf8
3
+ metadata.gz: f6cace1b0296635c6bfe74bd75bee012eaef1a5175ae72e995296a644aec27e5
4
+ data.tar.gz: 0672c5488f88c434abb554b64a1b6c79062f252c0f49d25e6a0e41625f03b204
5
5
  SHA512:
6
- metadata.gz: 0532bd0b1052b0fa37b09add362f3d67bf647935737ec9e624b39998e49cac356b40fc83fef52d08eeb488a3bb7c21efd8197cb9848e081f1481a8dfcde95b75
7
- data.tar.gz: 0f7864b263b6f074b75c832369b42fcb95a1828b1e68034a244159f29771609db262b7c250b544941839f9d6402992b37584bee6a52043bcdc1dd31af276aa32
6
+ metadata.gz: 31cd60a9b094add20873193b4a2079030775471334bcc0442c9e17e905cc5a345fef68d03c6d759843ffd5a10bd1b39f59cf1d8869b477a632496506673ffcc3
7
+ data.tar.gz: 70ea944015c1f805ce82898d8c0425f28285908fb63ace08876f90753c72e93898b9f42126c8e5862b8d770abd3f498f11c4ba6f3937c135e67cf7434856593e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.44.0 (2023-11-26)
4
+
5
+ * Regenerated from discovery document revision 20231119
6
+
3
7
  ### v0.43.0 (2023-11-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20231015
@@ -2483,6 +2483,15 @@ module Google
2483
2483
  class MethodSettings
2484
2484
  include Google::Apis::Core::Hashable
2485
2485
 
2486
+ # List of top-level fields of the request message, that should be automatically
2487
+ # populated by the client libraries based on their (google.api.field_info).
2488
+ # format. Currently supported format: UUID4. Example of a YAML configuration:
2489
+ # publishing: method_settings: - selector: google.example.v1.ExampleService.
2490
+ # CreateExample auto_populated_fields: - request_id
2491
+ # Corresponds to the JSON property `autoPopulatedFields`
2492
+ # @return [Array<String>]
2493
+ attr_accessor :auto_populated_fields
2494
+
2486
2495
  # Describes settings to use when generating API methods that use the long-
2487
2496
  # running operation pattern. All default values below are from those used in the
2488
2497
  # client library generators (e.g. [Java](https://github.com/googleapis/gapic-
@@ -2504,6 +2513,7 @@ module Google
2504
2513
 
2505
2514
  # Update properties of this object
2506
2515
  def update!(**args)
2516
+ @auto_populated_fields = args[:auto_populated_fields] if args.key?(:auto_populated_fields)
2507
2517
  @long_running = args[:long_running] if args.key?(:long_running)
2508
2518
  @selector = args[:selector] if args.key?(:selector)
2509
2519
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1beta
18
18
  # Version of the google-apis-servicenetworking_v1beta gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.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 = "20231015"
25
+ REVISION = "20231119"
26
26
  end
27
27
  end
28
28
  end
@@ -1209,6 +1209,7 @@ module Google
1209
1209
  class MethodSettings
1210
1210
  # @private
1211
1211
  class Representation < Google::Apis::Core::JsonRepresentation
1212
+ collection :auto_populated_fields, as: 'autoPopulatedFields'
1212
1213
  property :long_running, as: 'longRunning', class: Google::Apis::ServicenetworkingV1beta::LongRunning, decorator: Google::Apis::ServicenetworkingV1beta::LongRunning::Representation
1213
1214
 
1214
1215
  property :selector, as: 'selector'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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-11-05 00:00:00.000000000 Z
11
+ date: 2023-11-26 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-servicenetworking_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []