google-apis-servicenetworking_v1 0.50.0 → 0.52.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: 37fb160ce224fe4b95360e060730b3c0332a78f9c330644855d7062eada0451b
4
- data.tar.gz: ad826b0450e5f4e6ca9576e0e884e1dd2217a4297ba2353f2ec9de2f3239eafc
3
+ metadata.gz: 64356469cf9771e17721140a4b66360fa0f71ad232e9640c02c4bd679bb7581b
4
+ data.tar.gz: cd20cf8f0d967aff159cc567329bd73355ae955179d723f29a29509ef8f4e9c7
5
5
  SHA512:
6
- metadata.gz: 5cd9d37e0c6ec614581a8285b953be80383465e4825c3f5927a96518a372f0806ed8dea6c245e4f9bf78736fa1cc5f0b4abf875e43ce85e44629a694c8da8d1e
7
- data.tar.gz: e6993fabe7aacea071c38a2e7cd59b117be6131f20f30232b0b5faf076c632c8b656651164442a1a90c6bb18a3dd636f32c0e2d71c09736ff48c060dbb6f4a08
6
+ metadata.gz: 1a5916a9210abc346328f35254b4b871e04ecf9914988cfce1340e9c52514870a16aa25a053954e2a350210d7a17af2ab9b3d7e7069a9154ab341df64744bba5
7
+ data.tar.gz: 151db7425f44af9d9177a7d6f9b559d2ed7d0c43729a371d7c9229ca08028cc6d9cecea47dbfcc3d5ba1661fc2b90e7df3bd409006ec776c999ada9d6ec7b8ff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.52.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231205
6
+
7
+ ### v0.51.0 (2023-11-26)
8
+
9
+ * Regenerated from discovery document revision 20231119
10
+
3
11
  ### v0.50.0 (2023-11-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20231029
@@ -2937,6 +2937,15 @@ module Google
2937
2937
  class MethodSettings
2938
2938
  include Google::Apis::Core::Hashable
2939
2939
 
2940
+ # List of top-level fields of the request message, that should be automatically
2941
+ # populated by the client libraries based on their (google.api.field_info).
2942
+ # format. Currently supported format: UUID4. Example of a YAML configuration:
2943
+ # publishing: method_settings: - selector: google.example.v1.ExampleService.
2944
+ # CreateExample auto_populated_fields: - request_id
2945
+ # Corresponds to the JSON property `autoPopulatedFields`
2946
+ # @return [Array<String>]
2947
+ attr_accessor :auto_populated_fields
2948
+
2940
2949
  # Describes settings to use when generating API methods that use the long-
2941
2950
  # running operation pattern. All default values below are from those used in the
2942
2951
  # client library generators (e.g. [Java](https://github.com/googleapis/gapic-
@@ -2958,6 +2967,7 @@ module Google
2958
2967
 
2959
2968
  # Update properties of this object
2960
2969
  def update!(**args)
2970
+ @auto_populated_fields = args[:auto_populated_fields] if args.key?(:auto_populated_fields)
2961
2971
  @long_running = args[:long_running] if args.key?(:long_running)
2962
2972
  @selector = args[:selector] if args.key?(:selector)
2963
2973
  end
@@ -3741,6 +3751,12 @@ module Google
3741
3751
  # @return [String]
3742
3752
  attr_accessor :proto_reference_documentation_uri
3743
3753
 
3754
+ # Optional link to REST reference documentation. Example: https://cloud.google.
3755
+ # com/pubsub/lite/docs/reference/rest
3756
+ # Corresponds to the JSON property `restReferenceDocumentationUri`
3757
+ # @return [String]
3758
+ attr_accessor :rest_reference_documentation_uri
3759
+
3744
3760
  def initialize(**args)
3745
3761
  update!(**args)
3746
3762
  end
@@ -3757,6 +3773,7 @@ module Google
3757
3773
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3758
3774
  @organization = args[:organization] if args.key?(:organization)
3759
3775
  @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
3776
+ @rest_reference_documentation_uri = args[:rest_reference_documentation_uri] if args.key?(:rest_reference_documentation_uri)
3760
3777
  end
3761
3778
  end
3762
3779
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.50.0"
19
+ GEM_VERSION = "0.52.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 = "20231029"
25
+ REVISION = "20231205"
26
26
  end
27
27
  end
28
28
  end
@@ -1480,6 +1480,7 @@ module Google
1480
1480
  class MethodSettings
1481
1481
  # @private
1482
1482
  class Representation < Google::Apis::Core::JsonRepresentation
1483
+ collection :auto_populated_fields, as: 'autoPopulatedFields'
1483
1484
  property :long_running, as: 'longRunning', class: Google::Apis::ServicenetworkingV1::LongRunning, decorator: Google::Apis::ServicenetworkingV1::LongRunning::Representation
1484
1485
 
1485
1486
  property :selector, as: 'selector'
@@ -1657,6 +1658,7 @@ module Google
1657
1658
  property :new_issue_uri, as: 'newIssueUri'
1658
1659
  property :organization, as: 'organization'
1659
1660
  property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1661
+ property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
1660
1662
  end
1661
1663
  end
1662
1664
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.52.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []