google-apis-area120tables_v1alpha1 0.4.0 → 0.5.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: f2faf3785108cb9ad0882ab4e5dbe1991f6ce8af7e75eb46a5116fd1f9e946c3
4
- data.tar.gz: 0a95a1895aa8e70b10e69ffddb581cef5fea53ea6f6f4a99999a6af408d48848
3
+ metadata.gz: baded92c064dafd233e19b19af3f8f7d2528cebf105a72957b78c814544432cb
4
+ data.tar.gz: 211b59b65426cfdb3d95a5eb67aea15124cd9d124c30920412081374cb3b8271
5
5
  SHA512:
6
- metadata.gz: 9be33b5d38e6ecc150383fb090c2d50d6ce8f3d6af553900012d65a5d9a9ba68ef75b9a0c02dda2ce95b03560dad3b961b7cb3ad43ba3223e49b8aee537856c9
7
- data.tar.gz: e246b9763cd9bed842857300f56427e79c17f73576bcef4ba6be9cf5861a00a7404bdf69629d621a65d992faee963043ba09c3fc77eb2b95ac571f13acb26794
6
+ metadata.gz: 3588ca2bef65d7bf4aba0829250d3682d9b07b44ceaf11ad0363045b0bdb7b7ed31044f4be2fa1e132beeedc9b784c7b87e9da2db841e17654a5493763481fba
7
+ data.tar.gz: b99a9ae3bf5ef44611117db4b57712a0878ed6dbbf6de19eef2a59d23b458b060d639c09c6b83937c4a4aa588ad5f8ec97d397a94ac60f1cbd96c592e627129d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-area120tables_v1alpha1
2
2
 
3
+ ### v0.5.0 (2021-03-12)
4
+
5
+ * Regenerated from discovery document revision 20210310
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210217"
25
+ REVISION = "20210310"
26
26
  end
27
27
  end
28
28
  end
@@ -324,9 +324,9 @@ module Google
324
324
  # @param [String] parent
325
325
  # Required. The parent table. Format: tables/`table`
326
326
  # @param [String] filter
327
- # Optional. Raw text query to search for in rows of the table. Special
328
- # characters must be escaped. Logical operators and field specific filtering not
329
- # supported.
327
+ # Optional. Filter to only include resources matching the requirements. For more
328
+ # information, see [Filtering list results](https://support.google.com/area120-
329
+ # tables/answer/10503371).
330
330
  # @param [Fixnum] page_size
331
331
  # The maximum number of rows to return. The service may return fewer than this
332
332
  # value. If unspecified, at most 50 rows are returned. The maximum value is 1,
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.4.0
4
+ version: 0.5.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 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-area120tables_v1alpha1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-area120tables_v1alpha1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-area120tables_v1alpha1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-area120tables_v1alpha1
57
57
  post_install_message:
58
58
  rdoc_options: []