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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4986632f43426a17235f4cf5939f89df4493b61cf5b2572187a9711fb7cf26b
|
|
4
|
+
data.tar.gz: 2e85ee60eeccc22105a12487ce072b7b50a670ae2f18481d107a1a88d9859fdc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 802aad8f27540aafb12249a1b3d3ab802475fb4719c0a47f2975bbc62a65f5a43e1239afbca41a927f9fc26fcb2a5029c7a96a2489051aecb9d02ddbcd25fceb
|
|
7
|
+
data.tar.gz: 96ae6cec998f9ca02f32094e58e248fe5f17b22c365ff18cb691d9ee34128c928f4b99a2bb7599736c5bd3b0578d3b790631671d49ea0d2b1da9bdd6e7374742
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20230226"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
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-
|
|
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.
|
|
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: []
|