google-apis-servicemanagement_v1 0.40.0 → 0.41.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: 68cab609b8da240de6ad2149db3b1423745fbf005be7dfb718d504ae03969445
|
4
|
+
data.tar.gz: 1d329eb37ef54284b5d57663a64dac965c8a9da552d87a590bcfef53654d8012
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 866447b6f05fd25373efd8fa64f0d639db425d0d105d964a1f833ec52d79c8c70f81e96d76ac859d7e14d3c32446455da6b42b161c464024d203a914897154bf
|
7
|
+
data.tar.gz: 44ecdbc58fd1838b6463b8135f5895440c0977723609e406fe55e8aa98f8af9d1d650e818be359b97bb57224505a273a2ee3f12f82816cc6f664ed0be4c544ec
|
data/CHANGELOG.md
CHANGED
@@ -3316,6 +3316,12 @@ module Google
|
|
3316
3316
|
# @return [String]
|
3317
3317
|
attr_accessor :organization
|
3318
3318
|
|
3319
|
+
# Optional link to proto reference documentation. Example: https://cloud.google.
|
3320
|
+
# com/pubsub/lite/docs/reference/rpc
|
3321
|
+
# Corresponds to the JSON property `protoReferenceDocumentationUri`
|
3322
|
+
# @return [String]
|
3323
|
+
attr_accessor :proto_reference_documentation_uri
|
3324
|
+
|
3319
3325
|
def initialize(**args)
|
3320
3326
|
update!(**args)
|
3321
3327
|
end
|
@@ -3331,6 +3337,7 @@ module Google
|
|
3331
3337
|
@method_settings = args[:method_settings] if args.key?(:method_settings)
|
3332
3338
|
@new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
|
3333
3339
|
@organization = args[:organization] if args.key?(:organization)
|
3340
|
+
@proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
|
3334
3341
|
end
|
3335
3342
|
end
|
3336
3343
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicemanagementV1
|
18
18
|
# Version of the google-apis-servicemanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.41.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 = "20230224"
|
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-servicemanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.41.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-servicemanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|