google-apis-discovery_v1 0.2.0 → 0.3.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: ba937c20b4d2e4b76f18bb44b63093561ef2eea7f6c3a40ff24e40656b87f90d
|
|
4
|
+
data.tar.gz: 2cef97456af379151faa547cfb8a93341b2a37a931d3769f86ec88afad5d1a8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '008c53791c07bd91456fe67afe63d4948d5d6c6e389b9c1a5029065fbaa5629fffc8939393acaf14f9ae24cf2ec739f3005d25190dfdb7864332a8439f001fd8'
|
|
7
|
+
data.tar.gz: 835f03ed023e73f3d5afecbf5df598101330f6629c4023850f61f535d1b670a78e68502ed38afab71a8e11e7359b3a26cf3f1b685140c1f1d0835942932a7303
|
data/CHANGELOG.md
CHANGED
|
@@ -680,6 +680,12 @@ module Google
|
|
|
680
680
|
attr_accessor :etag_required
|
|
681
681
|
alias_method :etag_required?, :etag_required
|
|
682
682
|
|
|
683
|
+
# The URI path of this REST method in (RFC 6570) format without level 2 features
|
|
684
|
+
# (`+var`). Supplementary to the path property.
|
|
685
|
+
# Corresponds to the JSON property `flatPath`
|
|
686
|
+
# @return [String]
|
|
687
|
+
attr_accessor :flat_path
|
|
688
|
+
|
|
683
689
|
# HTTP method used by this method.
|
|
684
690
|
# Corresponds to the JSON property `httpMethod`
|
|
685
691
|
# @return [String]
|
|
@@ -762,6 +768,7 @@ module Google
|
|
|
762
768
|
def update!(**args)
|
|
763
769
|
@description = args[:description] if args.key?(:description)
|
|
764
770
|
@etag_required = args[:etag_required] if args.key?(:etag_required)
|
|
771
|
+
@flat_path = args[:flat_path] if args.key?(:flat_path)
|
|
765
772
|
@http_method = args[:http_method] if args.key?(:http_method)
|
|
766
773
|
@id = args[:id] if args.key?(:id)
|
|
767
774
|
@media_upload = args[:media_upload] if args.key?(:media_upload)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryV1
|
|
18
18
|
# Version of the google-apis-discovery_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20200806"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -312,6 +312,7 @@ module Google
|
|
|
312
312
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
313
313
|
property :description, as: 'description'
|
|
314
314
|
property :etag_required, as: 'etagRequired'
|
|
315
|
+
property :flat_path, as: 'flatPath'
|
|
315
316
|
property :http_method, as: 'httpMethod'
|
|
316
317
|
property :id, as: 'id'
|
|
317
318
|
property :media_upload, as: 'mediaUpload', class: Google::Apis::DiscoveryV1::RestMethod::MediaUpload, decorator: Google::Apis::DiscoveryV1::RestMethod::MediaUpload::Representation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discovery_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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: 2021-
|
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-discovery_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discovery_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discovery_v1/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-discovery_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.17
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for API Discovery Service V1
|