google-apis-serviceusage_v1 0.45.0 → 0.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afad4ae8cb3df6ad6221b52a56cdbd9e42188aa77711011e332eb0ee00cf8ad7
4
- data.tar.gz: 0bf0e65b3e551ec82f77cff3db72074e930ccc5a2891080ba140d820023c1a7c
3
+ metadata.gz: '095d80d6afa1ca1a9797e6bc61ef192eecb24e3ccd548f54777384032eb71847'
4
+ data.tar.gz: 834e06c65c838b59894bc341d28278cc82df793ab7a14d2b818eab96d849e4cd
5
5
  SHA512:
6
- metadata.gz: 45c55b68e6c5c2d2a6c6e104567733e18d1937dff41f0ac865d91374865e53f585046cbf14b7167b7c8894d62db80d1d4fa86b4d23dc46430918100489c17baf
7
- data.tar.gz: 99d01e235c0edabb5ed26f16f3e06b663f16c375c08e92774831a71e528b320226360c740c7062251ab12e04ffd2882d5c4ed715ca6217a9d468ccba36c70380
6
+ metadata.gz: 3ea920fedf0276026b1db0ad928ac0b067be5b441fd7ade29916c6ef4250ba3a83c392b27da5922bdf157c6acf05b19fde3e1efed4901c1cf7671611ba069f1e
7
+ data.tar.gz: 5ee733ed4d70da4a9e0f83e2117b13aa71da51cc35bdaf32b57c0c3cb656fed51e587f6b18aacbe1dd2695ac15e2661a8ddbb77dc4cdcea9e12e63148770ad5c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.46.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231210
6
+
3
7
  ### v0.45.0 (2023-12-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20231128
@@ -3979,6 +3979,12 @@ module Google
3979
3979
  # @return [String]
3980
3980
  attr_accessor :proto_reference_documentation_uri
3981
3981
 
3982
+ # Optional link to REST reference documentation. Example: https://cloud.google.
3983
+ # com/pubsub/lite/docs/reference/rest
3984
+ # Corresponds to the JSON property `restReferenceDocumentationUri`
3985
+ # @return [String]
3986
+ attr_accessor :rest_reference_documentation_uri
3987
+
3982
3988
  def initialize(**args)
3983
3989
  update!(**args)
3984
3990
  end
@@ -3995,6 +4001,7 @@ module Google
3995
4001
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3996
4002
  @organization = args[:organization] if args.key?(:organization)
3997
4003
  @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
4004
+ @rest_reference_documentation_uri = args[:rest_reference_documentation_uri] if args.key?(:rest_reference_documentation_uri)
3998
4005
  end
3999
4006
  end
4000
4007
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.45.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 = "20231128"
25
+ REVISION = "20231210"
26
26
  end
27
27
  end
28
28
  end
@@ -1639,6 +1639,7 @@ module Google
1639
1639
  property :new_issue_uri, as: 'newIssueUri'
1640
1640
  property :organization, as: 'organization'
1641
1641
  property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1642
+ property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
1642
1643
  end
1643
1644
  end
1644
1645
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.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-12-03 00:00:00.000000000 Z
11
+ date: 2023-12-17 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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.46.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []