google-apis-serviceusage_v1beta1 0.31.0 → 0.32.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: 8a75f9534bfc1fb72f5db8d27600a00ea65a96fa31286d164f4b5f02d7b444b0
4
- data.tar.gz: fc5c1a5bc749ab3d0da69ef35b8312c5f773258fa66cce25962818631a2090dd
3
+ metadata.gz: d4986632f43426a17235f4cf5939f89df4493b61cf5b2572187a9711fb7cf26b
4
+ data.tar.gz: 2e85ee60eeccc22105a12487ce072b7b50a670ae2f18481d107a1a88d9859fdc
5
5
  SHA512:
6
- metadata.gz: 8ef2d20e72a339006b374651d0949ce83eaa1a9e804bba7b7f845a71d79b3f0c64629a62024e7549b09fe95ec2dad24b2c8803a4f8398ab988a2b25c59b2737f
7
- data.tar.gz: af48fa2e80aabb01484d765fa9dc7663710ec673e135a9f178e168e109fd29a3615d078ec8e3270fcc5747b778e2d33dc0c31b488ad0cb0198d734026edf190f
6
+ metadata.gz: 802aad8f27540aafb12249a1b3d3ab802475fb4719c0a47f2975bbc62a65f5a43e1239afbca41a927f9fc26fcb2a5029c7a96a2489051aecb9d02ddbcd25fceb
7
+ data.tar.gz: 96ae6cec998f9ca02f32094e58e248fe5f17b22c365ff18cb691d9ee34128c928f4b99a2bb7599736c5bd3b0578d3b790631671d49ea0d2b1da9bdd6e7374742
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.32.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
3
7
  ### v0.31.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230215
@@ -3830,6 +3830,12 @@ module Google
3830
3830
  # @return [String]
3831
3831
  attr_accessor :organization
3832
3832
 
3833
+ # Optional link to proto reference documentation. Example: https://cloud.google.
3834
+ # com/pubsub/lite/docs/reference/rpc
3835
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
3836
+ # @return [String]
3837
+ attr_accessor :proto_reference_documentation_uri
3838
+
3833
3839
  def initialize(**args)
3834
3840
  update!(**args)
3835
3841
  end
@@ -3845,6 +3851,7 @@ module Google
3845
3851
  @method_settings = args[:method_settings] if args.key?(:method_settings)
3846
3852
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3847
3853
  @organization = args[:organization] if args.key?(:organization)
3854
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
3848
3855
  end
3849
3856
  end
3850
3857
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_v1beta1 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.32.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
@@ -1593,6 +1593,7 @@ module Google
1593
1593
 
1594
1594
  property :new_issue_uri, as: 'newIssueUri'
1595
1595
  property :organization, as: 'organization'
1596
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1596
1597
  end
1597
1598
  end
1598
1599
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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-serviceusage_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []