google-apis-serviceconsumermanagement_v1 0.40.0 → 0.41.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0287a051642060edc5060f687d995705989ba14e1ecddc403c3c1754b9f6f557'
|
4
|
+
data.tar.gz: 8edf78c7ba7d8c393ecd81ee4d46ca615a189e3e8a5815deb8f34aace04c55ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52292e98f7d316ff16ac329b824b54db902d11f5d22c521ed7adde542e752f957cadb80dff21129828863425d4a2c40c0e9dd57e7235c52c99f2480423b54a68
|
7
|
+
data.tar.gz: 64347cbd78c96cbb7c323016a79deb8c46205dd8e296fbd4208ab6e6d4aae68236888554dc42ea009db6f9e732911564018459fbcfce63e7263bde140d0843fe
|
data/CHANGELOG.md
CHANGED
@@ -2860,6 +2860,12 @@ module Google
|
|
2860
2860
|
# @return [String]
|
2861
2861
|
attr_accessor :proto_reference_documentation_uri
|
2862
2862
|
|
2863
|
+
# Optional link to REST reference documentation. Example: https://cloud.google.
|
2864
|
+
# com/pubsub/lite/docs/reference/rest
|
2865
|
+
# Corresponds to the JSON property `restReferenceDocumentationUri`
|
2866
|
+
# @return [String]
|
2867
|
+
attr_accessor :rest_reference_documentation_uri
|
2868
|
+
|
2863
2869
|
def initialize(**args)
|
2864
2870
|
update!(**args)
|
2865
2871
|
end
|
@@ -2876,6 +2882,7 @@ module Google
|
|
2876
2882
|
@new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
|
2877
2883
|
@organization = args[:organization] if args.key?(:organization)
|
2878
2884
|
@proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
|
2885
|
+
@rest_reference_documentation_uri = args[:rest_reference_documentation_uri] if args.key?(:rest_reference_documentation_uri)
|
2879
2886
|
end
|
2880
2887
|
end
|
2881
2888
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServiceconsumermanagementV1
|
18
18
|
# Version of the google-apis-serviceconsumermanagement_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 = "20231210"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1312,6 +1312,7 @@ module Google
|
|
1312
1312
|
property :new_issue_uri, as: 'newIssueUri'
|
1313
1313
|
property :organization, as: 'organization'
|
1314
1314
|
property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
|
1315
|
+
property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
|
1315
1316
|
end
|
1316
1317
|
end
|
1317
1318
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-serviceconsumermanagement_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-12-
|
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-serviceconsumermanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|