google-apis-servicenetworking_v1beta 0.33.0 → 0.34.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: d937a697747ce953430236b5a909b3f4775f52b853e3d5e15d856b41f3a1c458
4
- data.tar.gz: d74c242d5688feafe0ff78c0950f8719b02a91f00f38473a73a79ca95818e2b9
3
+ metadata.gz: d9744510e01c04bd86d20dcd9f5604266ae00cd930416c896ff8f311e0fea5d5
4
+ data.tar.gz: 403a9dd48f41d2ce5cb33660da4ed6c5037483ae214121fd71fe75d3368b40d5
5
5
  SHA512:
6
- metadata.gz: 04e15de23ae7ec6f9ceb50a3f98242f7f56148bc358330937d780ad9c3135c98e6aba821d11e1d474cfc0606fe938fbae004f41bd284cf76137ee95caa0c6e79
7
- data.tar.gz: c5457b6059e5bba33d5f3b2af0d2441975fb82c725b62f1631e9cbe2da63d2c6f763954d9debd3aa7cfb7d63249fd09e76513300ee0b625132738989cfed34b7
6
+ metadata.gz: d832d603b13ad18d7961d5eeed2ce075cd98d8c7ea13ee02baf978572ccc79e711a47b982c13a1a8143e28ea311ea0abf7b3739c43734d79f38ac677fc4a27cd
7
+ data.tar.gz: eb0d716252cbd6625521f6008d692bff1b4882aa565d71e23eba378e26517e7ea71928b7e8dc9b0d8eaded604ae576a85f6b12021471adb3489642dfc0e6a592
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.34.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
3
7
  ### v0.33.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230215
@@ -3134,6 +3134,12 @@ module Google
3134
3134
  # @return [String]
3135
3135
  attr_accessor :organization
3136
3136
 
3137
+ # Optional link to proto reference documentation. Example: https://cloud.google.
3138
+ # com/pubsub/lite/docs/reference/rpc
3139
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
3140
+ # @return [String]
3141
+ attr_accessor :proto_reference_documentation_uri
3142
+
3137
3143
  def initialize(**args)
3138
3144
  update!(**args)
3139
3145
  end
@@ -3149,6 +3155,7 @@ module Google
3149
3155
  @method_settings = args[:method_settings] if args.key?(:method_settings)
3150
3156
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3151
3157
  @organization = args[:organization] if args.key?(:organization)
3158
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
3152
3159
  end
3153
3160
  end
3154
3161
 
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.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 = "20230215"
25
+ REVISION = "20230226"
26
26
  end
27
27
  end
28
28
  end
@@ -1338,6 +1338,7 @@ module Google
1338
1338
 
1339
1339
  property :new_issue_uri, as: 'newIssueUri'
1340
1340
  property :organization, as: 'organization'
1341
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1341
1342
  end
1342
1343
  end
1343
1344
 
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.33.0
4
+ version: 0.34.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-05 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.34.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: []