google-apis-servicenetworking_v1beta 0.44.0 → 0.46.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: f6cace1b0296635c6bfe74bd75bee012eaef1a5175ae72e995296a644aec27e5
4
- data.tar.gz: 0672c5488f88c434abb554b64a1b6c79062f252c0f49d25e6a0e41625f03b204
3
+ metadata.gz: 90fadc409c9601ac6ce2a09845994bf317bfa353253d252d312ae2c06f71ab35
4
+ data.tar.gz: 41a6a57ee15594be44924af0d9aab8eca6463ddc2f913bac72ef8d852be8cd85
5
5
  SHA512:
6
- metadata.gz: 31cd60a9b094add20873193b4a2079030775471334bcc0442c9e17e905cc5a345fef68d03c6d759843ffd5a10bd1b39f59cf1d8869b477a632496506673ffcc3
7
- data.tar.gz: 70ea944015c1f805ce82898d8c0425f28285908fb63ace08876f90753c72e93898b9f42126c8e5862b8d770abd3f498f11c4ba6f3937c135e67cf7434856593e
6
+ metadata.gz: 8170d78de7b33d430a2f45c06aa298bd886f66cd82fe4f3bced1bddf3194f62f2053e84c9af83249455b4bdcc68f72e007531cb9ee8c0c2dcce51ff31db7a397
7
+ data.tar.gz: fb8b53e45e4323775919c09700b8f864daa6fd236ba8a2388d2ce7f979a969547ca4e1b2d87b14a1804770d580bba40a2c87de08ad4b1042eb52765f1ef8d4c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.46.0 (2024-01-07)
4
+
5
+ * Regenerated from discovery document revision 20231220
6
+
7
+ ### v0.45.0 (2023-12-10)
8
+
9
+ * Regenerated from discovery document revision 20231205
10
+
3
11
  ### v0.44.0 (2023-11-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20231119
@@ -2828,7 +2828,7 @@ module Google
2828
2828
 
2829
2829
  # Required. The monitored resource type. For example, the type `"
2830
2830
  # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2831
- # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2831
+ # types, see [Monitored resource types](https://cloud.google.com/monitoring/api/
2832
2832
  # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2833
2833
  # api/v2/resource-list).
2834
2834
  # Corresponds to the JSON property `type`
@@ -3297,6 +3297,12 @@ module Google
3297
3297
  # @return [String]
3298
3298
  attr_accessor :proto_reference_documentation_uri
3299
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
+
3300
3306
  def initialize(**args)
3301
3307
  update!(**args)
3302
3308
  end
@@ -3313,6 +3319,7 @@ module Google
3313
3319
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3314
3320
  @organization = args[:organization] if args.key?(:organization)
3315
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)
3316
3323
  end
3317
3324
  end
3318
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.44.0"
19
+ GEM_VERSION = "0.46.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 = "20231119"
25
+ REVISION = "20231220"
26
26
  end
27
27
  end
28
28
  end
@@ -1387,6 +1387,7 @@ module Google
1387
1387
  property :new_issue_uri, as: 'newIssueUri'
1388
1388
  property :organization, as: 'organization'
1389
1389
  property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1390
+ property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
1390
1391
  end
1391
1392
  end
1392
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.44.0
4
+ version: 0.46.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-26 00:00:00.000000000 Z
11
+ date: 2024-01-07 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.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.46.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: []
@@ -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.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Networking API V1beta