google-apis-area120tables_v1alpha1 0.10.0 → 0.11.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: 2a428b5d2b9c64609c000c9a77918a7e086027e61208546ff99916a00f19e902
4
- data.tar.gz: 3174807f7bed106c4381860b626c08d1af1ea7e9c4a3a81932e97a12bb632d4d
3
+ metadata.gz: 2dc92f496d69846a0b2bc823865ec8f7021a3f08859f4ece129536c910470fcc
4
+ data.tar.gz: 4420d43c9377d3d6346ebe36a63356ad1e7b22e0127a6fc44d300c9e19a4b1f8
5
5
  SHA512:
6
- metadata.gz: 9251965409f31b8401ad325e5d8f2b5afee9c5d780a7513a9d62130b5996ba511fd7e2eb9f66057425a6f9c0ee11c47f5f215bbf25b01c16be23ef3f085646a5
7
- data.tar.gz: 15aa536b26bf544cd865ce7a484c0d3d4b110e5078a816dff5f316e41856e97981431e4085e8c2c100102684902eb1e08d3a44621e6469a7297cede6862b982f
6
+ metadata.gz: 8a7e8d358a9ca9b85f1e1ac7b48763ddb4bc7b830f1b255edd0eb23cf887db0db7a75ab7dc6eb43bd808a008e7b3a56662c64ad81ee15140e450f32c3f508ab1
7
+ data.tar.gz: 1ea8d02c5cd73cf93d7244bea86f526ed1142644d47f22cad3e01b066e624b1eddf6e67070c4cabc4b8e637c0a336f8940aabbba9806e5338bf7ca4b5703c9df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.10.0 (2021-07-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210629
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210629"
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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-area120tables_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.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-07-05 00:00:00.000000000 Z
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
@@ -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/master/generated/google-apis-area120tables_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-area120tables_v1alpha1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-area120tables_v1alpha1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-area120tables_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []