google-apis-servicenetworking_v1beta 0.43.0 → 0.45.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: 8d79c68084c834da84a357e8d4a57c6270428b5f445210c860f8d8281f7fb7f0
4
+ data.tar.gz: 321f3bc8f517dd1b8d14bc8db9061fc4dd5f4a43de06da5e69dcafa9ea956d55
5
5
  SHA512:
6
- metadata.gz: 0532bd0b1052b0fa37b09add362f3d67bf647935737ec9e624b39998e49cac356b40fc83fef52d08eeb488a3bb7c21efd8197cb9848e081f1481a8dfcde95b75
7
- data.tar.gz: 0f7864b263b6f074b75c832369b42fcb95a1828b1e68034a244159f29771609db262b7c250b544941839f9d6402992b37584bee6a52043bcdc1dd31af276aa32
6
+ metadata.gz: 898017d5c540f82a469ab5426c1cc18f1a2b21b6a2c8b9b8d05f480afa7561f05147d2751ddc1efd5d77df68c0e2319b91281b876b7fc5b540f9729273637b58
7
+ data.tar.gz: 423661734231ca915e40ed9a39315255e98cefc35ae0605a26bf63a73dce12eedae07aa23debdbbaf9829c05f5513c4c1730875127a5e01cc3f50fb27f4cc6a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.45.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231205
6
+
7
+ ### v0.44.0 (2023-11-26)
8
+
9
+ * Regenerated from discovery document revision 20231119
10
+
3
11
  ### v0.43.0 (2023-11-05)
4
12
 
5
13
  * 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
@@ -3287,6 +3297,12 @@ module Google
3287
3297
  # @return [String]
3288
3298
  attr_accessor :proto_reference_documentation_uri
3289
3299
 
3300
+ # Optional link to REST reference documentation. Example: https://cloud.google.
3301
+ # com/pubsub/lite/docs/reference/rest
3302
+ # Corresponds to the JSON property `restReferenceDocumentationUri`
3303
+ # @return [String]
3304
+ attr_accessor :rest_reference_documentation_uri
3305
+
3290
3306
  def initialize(**args)
3291
3307
  update!(**args)
3292
3308
  end
@@ -3303,6 +3319,7 @@ module Google
3303
3319
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3304
3320
  @organization = args[:organization] if args.key?(:organization)
3305
3321
  @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
3322
+ @rest_reference_documentation_uri = args[:rest_reference_documentation_uri] if args.key?(:rest_reference_documentation_uri)
3306
3323
  end
3307
3324
  end
3308
3325
 
@@ -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.45.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 = "20231205"
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'
@@ -1386,6 +1387,7 @@ module Google
1386
1387
  property :new_issue_uri, as: 'newIssueUri'
1387
1388
  property :organization, as: 'organization'
1388
1389
  property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1390
+ property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
1389
1391
  end
1390
1392
  end
1391
1393
 
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.45.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-12-10 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.45.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: []