google-apis-discovery_v1 0.1.0 → 0.6.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: db2a88582ea93dde96b8994bdbc2e0a78bfddcc2fbeabe974149135b5fb13105
4
- data.tar.gz: a77c28665007ef5fa3515f05c4ce261ec773bf5e8aa5e7de6e93b87e13d88594
3
+ metadata.gz: 7a74c2a4949eb2ce65b6857ddfd3d57e245f5740be72a7f3800693b2d64f2357
4
+ data.tar.gz: 88ec7adfe9541926233d8349b453aa8cffa8dba1bbf4f398cb0b3a87c5984919
5
5
  SHA512:
6
- metadata.gz: b58553d12ed16bdd9efc70f540cab2efd2130ee1ef886cc99491b6e99ced6aad6a066a726d46b64faef135c99ee2dade16f21ea10fe68c6a25e0426d90fa78b0
7
- data.tar.gz: 95ad7c89e264436be9e3c74ef4f5925f03046a60e802535cc37772161301bdbf9a08e4de69007e02d6844a75e238689d50d5792ed0bab756b29fd1098cf8b16a
6
+ metadata.gz: 4a7cfe70f07aa71098f756bda360bf9f8b5c538c3e9e5610cf22c75cfa9fe9d2c2de821769ecd26ab9dbea06400708bd0b74c57e5d2d62245c7ab28c50360574
7
+ data.tar.gz: 3758bec065b35d8e0f5e3fcb26ab06a67a1ea7e7664eef7d8111cb64b04a0d3fd71796330717f9f7b0c6084c6bc613bb09d8e42a4e073c5b43558f1a74f0b164
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-discovery_v1
2
2
 
3
+ ### v0.6.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.5.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.4.0 (2021-05-19)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.3.0 (2021-04-08)
16
+
17
+ * Regenerated from discovery document revision 20200806
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.2.0 (2021-03-04)
21
+
22
+ * Regenerated using generator version 0.1.2
23
+
3
24
  ### v0.1.0 (2021-01-07)
4
25
 
5
26
  * Regenerated using generator version 0.1.1
@@ -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.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20190129"
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discovery_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for API Discovery Service V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discovery_v1/v0.6.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-discovery_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.1.4
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for API Discovery Service V1