google-apis-area120tables_v1alpha1 0.7.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/lib/google/apis/area120tables_v1alpha1/classes.rb +7 -0
- data/lib/google/apis/area120tables_v1alpha1/gem_version.rb +3 -3
- data/lib/google/apis/area120tables_v1alpha1/representations.rb +1 -0
- data/lib/google/apis/area120tables_v1alpha1.rb +2 -2
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dc92f496d69846a0b2bc823865ec8f7021a3f08859f4ece129536c910470fcc
|
4
|
+
data.tar.gz: 4420d43c9377d3d6346ebe36a63356ad1e7b22e0127a6fc44d300c9e19a4b1f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a7e8d358a9ca9b85f1e1ac7b48763ddb4bc7b830f1b255edd0eb23cf887db0db7a75ab7dc6eb43bd808a008e7b3a56662c64ad81ee15140e450f32c3f508ab1
|
7
|
+
data.tar.gz: 1ea8d02c5cd73cf93d7244bea86f526ed1142644d47f22cad3e01b066e624b1eddf6e67070c4cabc4b8e637c0a336f8940aabbba9806e5338bf7ca4b5703c9df
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-area120tables_v1alpha1
|
2
2
|
|
3
|
+
### v0.11.0 (2021-09-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210923
|
6
|
+
|
7
|
+
### v0.10.0 (2021-07-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210629
|
10
|
+
* Regenerated using generator version 0.4.0
|
11
|
+
|
12
|
+
### v0.9.0 (2021-06-24)
|
13
|
+
|
14
|
+
* Regenerated using generator version 0.3.0
|
15
|
+
|
16
|
+
### v0.8.0 (2021-05-19)
|
17
|
+
|
18
|
+
* Unspecified changes
|
19
|
+
|
3
20
|
### v0.7.0 (2021-04-18)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210414
|
@@ -164,6 +164,12 @@ module Google
|
|
164
164
|
# @return [String]
|
165
165
|
attr_accessor :name
|
166
166
|
|
167
|
+
# Optional. Indicates that values for the column cannot be set by the user.
|
168
|
+
# Corresponds to the JSON property `readonly`
|
169
|
+
# @return [Boolean]
|
170
|
+
attr_accessor :readonly
|
171
|
+
alias_method :readonly?, :readonly
|
172
|
+
|
167
173
|
# Details about a relationship column.
|
168
174
|
# Corresponds to the JSON property `relationshipDetails`
|
169
175
|
# @return [Google::Apis::Area120tablesV1alpha1::RelationshipDetails]
|
@@ -181,6 +187,7 @@ module Google
|
|
181
187
|
@lookup_details = args[:lookup_details] if args.key?(:lookup_details)
|
182
188
|
@multiple_values_disallowed = args[:multiple_values_disallowed] if args.key?(:multiple_values_disallowed)
|
183
189
|
@name = args[:name] if args.key?(:name)
|
190
|
+
@readonly = args[:readonly] if args.key?(:readonly)
|
184
191
|
@relationship_details = args[:relationship_details] if args.key?(:relationship_details)
|
185
192
|
end
|
186
193
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module Area120tablesV1alpha1
|
18
18
|
# Version of the google-apis-area120tables_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210923"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -186,6 +186,7 @@ module Google
|
|
186
186
|
|
187
187
|
property :multiple_values_disallowed, as: 'multipleValuesDisallowed'
|
188
188
|
property :name, as: 'name'
|
189
|
+
property :readonly, as: 'readonly'
|
189
190
|
property :relationship_details, as: 'relationshipDetails', class: Google::Apis::Area120tablesV1alpha1::RelationshipDetails, decorator: Google::Apis::Area120tablesV1alpha1::RelationshipDetails::Representation
|
190
191
|
|
191
192
|
end
|
@@ -38,10 +38,10 @@ module Google
|
|
38
38
|
# See and download all your Google Drive files
|
39
39
|
AUTH_DRIVE_READONLY = 'https://www.googleapis.com/auth/drive.readonly'
|
40
40
|
|
41
|
-
# See, edit, create, and delete your
|
41
|
+
# See, edit, create, and delete all your Google Sheets spreadsheets
|
42
42
|
AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets'
|
43
43
|
|
44
|
-
#
|
44
|
+
# See all your Google Sheets spreadsheets
|
45
45
|
AUTH_SPREADSHEETS_READONLY = 'https://www.googleapis.com/auth/spreadsheets.readonly'
|
46
46
|
|
47
47
|
# See, edit, create, and delete your tables in Tables by Area 120
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-area120tables_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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-09-27 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.
|
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:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Area120 Tables API V1alpha1. Simple
|
28
34
|
REST clients are Ruby client libraries that provide access to Google services via
|
29
35
|
their 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-area120tables_v1alpha1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-area120tables_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-area120tables_v1alpha1/v0.11.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-area120tables_v1alpha1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|