2021-01-01 03:01:13 +00:00
|
|
|
# Copyright 2020 Google LLC
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
require 'date'
|
|
|
|
require 'google/apis/core/base_service'
|
|
|
|
require 'google/apis/core/json_representation'
|
|
|
|
require 'google/apis/core/hashable'
|
|
|
|
require 'google/apis/errors'
|
|
|
|
|
|
|
|
module Google
|
|
|
|
module Apis
|
|
|
|
module Area120tablesV1alpha1
|
|
|
|
|
|
|
|
# Request message for TablesService.BatchCreateRows.
|
|
|
|
class BatchCreateRowsRequest
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# Required. The request message specifying the rows to create. A maximum of 500
|
|
|
|
# rows can be created in a single batch.
|
|
|
|
# Corresponds to the JSON property `requests`
|
|
|
|
# @return [Array<Google::Apis::Area120tablesV1alpha1::CreateRowRequest>]
|
|
|
|
attr_accessor :requests
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@requests = args[:requests] if args.key?(:requests)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Response message for TablesService.BatchCreateRows.
|
|
|
|
class BatchCreateRowsResponse
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# The created rows.
|
|
|
|
# Corresponds to the JSON property `rows`
|
|
|
|
# @return [Array<Google::Apis::Area120tablesV1alpha1::Row>]
|
|
|
|
attr_accessor :rows
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@rows = args[:rows] if args.key?(:rows)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
feat: Automated regeneration of area120tables v1alpha1 client (#2386)
This PR was generated using Autosynth. :rainbow:
<details><summary>Log from Synthtool</summary>
```
2021-01-14 01:42:24,136 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-ruby-client/synth.py.
On branch autosynth-area120tables-v1alpha1
nothing to commit, working tree clean
2021-01-14 01:42:24,205 synthtool [DEBUG] > Running: docker run --rm -v/home/kbuilder/.cache/synthtool/google-api-ruby-client:/workspace -v/var/run/docker.sock:/var/run/docker.sock -w /workspace --entrypoint script/synth.rb gcr.io/cloud-devrel-kokoro-resources/yoshi-ruby/autosynth area120tables v1alpha1
DEBUG:synthtool:Running: docker run --rm -v/home/kbuilder/.cache/synthtool/google-api-ruby-client:/workspace -v/var/run/docker.sock:/var/run/docker.sock -w /workspace --entrypoint script/synth.rb gcr.io/cloud-devrel-kokoro-resources/yoshi-ruby/autosynth area120tables v1alpha1
git clean -df
bundle install
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
The dependency jruby-openssl (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`.
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Fetching rake 11.3.0
Installing rake 11.3.0
Fetching concurrent-ruby 1.1.7
Installing concurrent-ruby 1.1.7
Fetching i18n 1.8.7
Installing i18n 1.8.7
Fetching minitest 5.14.3
Installing minitest 5.14.3
Fetching tzinfo 2.0.4
Installing tzinfo 2.0.4
Fetching zeitwerk 2.4.2
Installing zeitwerk 2.4.2
Fetching activesupport 6.1.1
Installing activesupport 6.1.1
Fetching public_suffix 4.0.6
Installing public_suffix 4.0.6
Fetching addressable 2.7.0
Installing addressable 2.7.0
Fetching ast 2.4.1
Installing ast 2.4.1
Using bundler 2.1.4
Fetching byebug 11.1.3
Installing byebug 11.1.3 with native extensions
Fetching coderay 1.1.3
Installing coderay 1.1.3
Fetching json 2.5.1
Installing json 2.5.1 with native extensions
Fetching docile 1.3.5
Installing docile 1.3.5
Fetching simplecov-html 0.10.2
Installing simplecov-html 0.10.2
Fetching simplecov 0.16.1
Installing simplecov 0.16.1
Using sync 0.5.0
Fetching tins 1.28.0
Installing tins 1.28.0
Fetching term-ansicolor 1.7.1
Installing term-ansicolor 1.7.1
Fetching thor 0.20.3
Installing thor 0.20.3
Fetching coveralls 0.8.23
Installing coveralls 0.8.23
Fetching rexml 3.2.4
Installing rexml 3.2.4
Fetching crack 0.4.5
Installing crack 0.4.5
Fetching declarative 0.0.20
Installing declarative 0.0.20
Fetching declarative-option 0.1.0
Installing declarative-option 0.1.0
Fetching diff-lcs 1.4.4
Installing diff-lcs 1.4.4
Fetching dotenv 2.7.6
Installing dotenv 2.7.6
Fetching fakefs 0.20.1
Installing fakefs 0.20.1
Fetching faraday-net_http 1.0.1
Installing faraday-net_http 1.0.1
Fetching multipart-post 2.1.1
Installing multipart-post 2.1.1
Fetching ruby2_keywords 0.0.2
Installing ruby2_keywords 0.0.2
Fetching faraday 1.3.0
Installing faraday 1.3.0
Fetching gems 1.2.0
Installing gems 1.2.0
Fetching github-markup 1.7.0
Installing github-markup 1.7.0
Fetching jwt 2.2.2
Installing jwt 2.2.2
Fetching memoist 0.16.2
Installing memoist 0.16.2
Fetching multi_json 1.15.0
Installing multi_json 1.15.0
Fetching os 0.9.6
Installing os 0.9.6
Fetching signet 0.14.0
Installing signet 0.14.0
Fetching googleauth 0.14.0
Installing googleauth 0.14.0
Fetching httpclient 2.8.3
Installing httpclient 2.8.3
Fetching mini_mime 1.0.2
Installing mini_mime 1.0.2
Fetching uber 0.1.0
Installing uber 0.1.0
Fetching representable 3.0.4
Installing representable 3.0.4
Fetching retriable 3.1.2
Installing retriable 3.1.2
Fetching google-apis-core 0.2.0
Installing google-apis-core 0.2.0
Fetching google-apis-discovery_v1 0.1.0
Installing google-apis-discovery_v1 0.1.0
Using google-apis-generator 0.1.1 from source at `.`
Fetching google-id-token 1.4.2
Installing google-id-token 1.4.2
Fetching hashdiff 1.0.1
Installing hashdiff 1.0.1
Fetching mime-types-data 3.2020.1104
Installing mime-types-data 3.2020.1104
Fetching mime-types 3.3.1
Installing mime-types 3.3.1
Fetching multi_xml 0.6.0
Installing multi_xml 0.6.0
Fetching httparty 0.18.1
Installing httparty 0.18.1
Fetching rspec-support 3.10.1
Installing rspec-support 3.10.1
Fetching rspec-core 3.10.1
Installing rspec-core 3.10.1
Fetching rspec-expectations 3.10.1
Installing rspec-expectations 3.10.1
Fetching rspec-mocks 3.10.1
Installing rspec-mocks 3.10.1
Fetching rspec 3.10.0
Installing rspec 3.10.0
Fetching json_spec 1.1.5
Installing json_spec 1.1.5
Fetching launchy 2.5.0
Installing launchy 2.5.0
Fetching little-plugger 1.1.4
Installing little-plugger 1.1.4
Fetching logging 2.3.0
Installing logging 2.3.0
Fetching method_source 1.0.0
Installing method_source 1.0.0
Fetching opencensus 0.5.0
Installing opencensus 0.5.0
Fetching parallel 1.20.1
Installing parallel 1.20.1
Fetching parser 2.7.2.0
Installing parser 2.7.2.0
Fetching powerpack 0.1.3
Installing powerpack 0.1.3
Fetching pry 0.13.1
Installing pry 0.13.1
Fetching pry-byebug 3.9.0
Installing pry-byebug 3.9.0
Fetching yard 0.9.26
Installing yard 0.9.26
Fetching pry-doc 0.13.5
Installing pry-doc 0.13.5
Fetching rainbow 2.2.2
Installing rainbow 2.2.2 with native extensions
Fetching redcarpet 3.5.1
Installing redcarpet 3.5.1 with native extensions
Fetching redis 3.3.5
Installing redis 3.3.5
Fetching rmail 1.1.4
Installing rmail 1.1.4
Fetching ruby-progressbar 1.11.0
Installing ruby-progressbar 1.11.0
Fetching unicode-display_width 1.7.0
Installing unicode-display_width 1.7.0
Fetching rubocop 0.49.1
Installing rubocop 0.49.1
Fetching webmock 2.3.2
Installing webmock 2.3.2
Bundle complete! 25 Gemfile dependencies, 81 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from i18n:
HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
But that may break your application.
If you are upgrading your Rails application from an older version of Rails:
Please check your Rails app for 'config.i18n.fallbacks = true'.
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
'config.i18n.fallbacks = [I18n.default_locale]'.
If not, fallbacks will be broken in your app by I18n 1.1.x.
If you are starting a NEW Rails application, you can ignore this notice.
For more info see:
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
Post-install message from httparty:
When you HTTParty, you must party hard!
echo a | bundle exec bin/generate-api gen /workspace/generated --api=area120tables.v1alpha1 --names=/workspace/api_names.yaml --names-out=/workspace/api_names_out.yaml --spot-check
Loading area120tables, version v1alpha1 from https://raw.githubusercontent.com/googleapis/discovery-artifact-manager/master/discoveries/area120tables.v1alpha1.json
conflict google-apis-area120tables_v1alpha1/lib/google/apis/area120tables_v1alpha1/classes.rb
<1alpha1/classes.rb? (enter "h" for help) [Ynaqdhm] a
force google-apis-area120tables_v1alpha1/lib/google/apis/area120tables_v1alpha1/classes.rb
conflict google-apis-area120tables_v1alpha1/lib/google/apis/area120tables_v1alpha1/representations.rb
force google-apis-area120tables_v1alpha1/lib/google/apis/area120tables_v1alpha1/representations.rb
conflict google-apis-area120tables_v1alpha1/lib/google/apis/area120tables_v1alpha1/service.rb
force google-apis-area120tables_v1alpha1/lib/google/apis/area120tables_v1alpha1/service.rb
conflict google-apis-area120tables_v1alpha1/lib/google/apis/area120tables_v1alpha1/gem_version.rb
force google-apis-area120tables_v1alpha1/lib/google/apis/area120tables_v1alpha1/gem_version.rb
conflict google-apis-area120tables_v1alpha1/CHANGELOG.md
force google-apis-area120tables_v1alpha1/CHANGELOG.md
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
The dependency jruby-openssl (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`.
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Fetching rake 13.0.3
Installing rake 13.0.3
Using public_suffix 4.0.6
Using addressable 2.7.0
Using bundler 2.1.4
Using declarative 0.0.20
Using declarative-option 0.1.0
Using diff-lcs 1.4.4
Using faraday-net_http 1.0.1
Using multipart-post 2.1.1
Using ruby2_keywords 0.0.2
Using faraday 1.3.0
Using jwt 2.2.2
Using memoist 0.16.2
Using multi_json 1.15.0
Fetching os 1.1.1
Installing os 1.1.1
Using signet 0.14.0
Using googleauth 0.14.0
Using httpclient 2.8.3
Using mini_mime 1.0.2
Using uber 0.1.0
Using representable 3.0.4
Using retriable 3.1.2
Using rexml 3.2.4
Using google-apis-core 0.2.0
Using google-apis-area120tables_v1alpha1 0.2.0 from source at `.`
Using opencensus 0.5.0
Using redcarpet 3.5.1
Using rspec-support 3.10.1
Using rspec-core 3.10.1
Using rspec-expectations 3.10.1
Using rspec-mocks 3.10.1
Using rspec 3.10.0
Using yard 0.9.26
Bundle complete! 8 Gemfile dependencies, 33 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
/root/.rbenv/versions/2.6.6/bin/ruby -I/root/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/rspec-core-3.10.1/lib:/root/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/rspec-support-3.10.1/lib /root/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/rspec-core-3.10.1/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb
Google::Apis::Area120tablesV1alpha1
should load
Finished in 0.27727 seconds (files took 0.10623 seconds to load)
1 example, 0 failures
Files: 4
Modules: 3 ( 1 undocumented)
Classes: 19 ( 0 undocumented)
Constants: 10 ( 0 undocumented)
Attributes: 24 ( 0 undocumented)
Methods: 49 ( 0 undocumented)
99.05% documented
google-apis-area120tables_v1alpha1 0.2.0 built to pkg/google-apis-area120tables_v1alpha1-0.2.0.gem.
conflict /workspace/api_names_out.yaml
force /workspace/api_names_out.yaml
2021-01-14 01:42:55,241 synthtool [DEBUG] > Wrote metadata to generated/google-apis-area120tables_v1alpha1/synth.metadata.
DEBUG:synthtool:Wrote metadata to generated/google-apis-area120tables_v1alpha1/synth.metadata.
```
</details>
Full log will be available here:
https://source.cloud.google.com/results/invocations/957dffe6-e74a-4600-8ce6-6f1542963007/targets
- [ ] To automatically regenerate this PR, check this box.
2021-01-14 09:56:03 +00:00
|
|
|
# Request message for TablesService.BatchDeleteRows
|
|
|
|
class BatchDeleteRowsRequest
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# Required. The names of the rows to delete. All rows must belong to the parent
|
|
|
|
# table or else the entire batch will fail. A maximum of 500 rows can be deleted
|
|
|
|
# in a batch. Format: tables/`table`/rows/`row`
|
|
|
|
# Corresponds to the JSON property `names`
|
|
|
|
# @return [Array<String>]
|
|
|
|
attr_accessor :names
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@names = args[:names] if args.key?(:names)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
2021-01-01 03:01:13 +00:00
|
|
|
# Request message for TablesService.BatchUpdateRows.
|
|
|
|
class BatchUpdateRowsRequest
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# Required. The request messages specifying the rows to update. A maximum of 500
|
|
|
|
# rows can be modified in a single batch.
|
|
|
|
# Corresponds to the JSON property `requests`
|
|
|
|
# @return [Array<Google::Apis::Area120tablesV1alpha1::UpdateRowRequest>]
|
|
|
|
attr_accessor :requests
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@requests = args[:requests] if args.key?(:requests)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Response message for TablesService.BatchUpdateRows.
|
|
|
|
class BatchUpdateRowsResponse
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# The updated rows.
|
|
|
|
# Corresponds to the JSON property `rows`
|
|
|
|
# @return [Array<Google::Apis::Area120tablesV1alpha1::Row>]
|
|
|
|
attr_accessor :rows
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@rows = args[:rows] if args.key?(:rows)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Details on a column in the table.
|
|
|
|
class ColumnDescription
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# Data type of the column Supported types are auto_id, boolean, boolean_list,
|
|
|
|
# creator, create_timestamp, date, dropdown, location, integer, integer_list,
|
|
|
|
# number, number_list, person, person_list, tags, check_list, text, text_list,
|
|
|
|
# update_timestamp, updater, relationship, file_attachment_list. These types
|
|
|
|
# directly map to the column types supported on Tables website.
|
|
|
|
# Corresponds to the JSON property `dataType`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :data_type
|
|
|
|
|
|
|
|
# Internal id for a column.
|
|
|
|
# Corresponds to the JSON property `id`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :id
|
|
|
|
|
|
|
|
# Optional. Range of labeled values for the column. Some columns like tags and
|
|
|
|
# drop-downs limit the values to a set of possible values. We return the range
|
|
|
|
# of values in such cases to help clients implement better user data validation.
|
|
|
|
# Corresponds to the JSON property `labels`
|
|
|
|
# @return [Array<Google::Apis::Area120tablesV1alpha1::LabeledItem>]
|
|
|
|
attr_accessor :labels
|
|
|
|
|
|
|
|
# Details about a lookup column whose value comes from the associated
|
|
|
|
# relationship.
|
|
|
|
# Corresponds to the JSON property `lookupDetails`
|
|
|
|
# @return [Google::Apis::Area120tablesV1alpha1::LookupDetails]
|
|
|
|
attr_accessor :lookup_details
|
|
|
|
|
|
|
|
# column name
|
|
|
|
# Corresponds to the JSON property `name`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :name
|
|
|
|
|
|
|
|
# Details about a relationship column.
|
|
|
|
# Corresponds to the JSON property `relationshipDetails`
|
|
|
|
# @return [Google::Apis::Area120tablesV1alpha1::RelationshipDetails]
|
|
|
|
attr_accessor :relationship_details
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@data_type = args[:data_type] if args.key?(:data_type)
|
|
|
|
@id = args[:id] if args.key?(:id)
|
|
|
|
@labels = args[:labels] if args.key?(:labels)
|
|
|
|
@lookup_details = args[:lookup_details] if args.key?(:lookup_details)
|
|
|
|
@name = args[:name] if args.key?(:name)
|
|
|
|
@relationship_details = args[:relationship_details] if args.key?(:relationship_details)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Request message for TablesService.CreateRow.
|
|
|
|
class CreateRowRequest
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# Required. The parent table where this row will be created. Format: tables/`
|
|
|
|
# table`
|
|
|
|
# Corresponds to the JSON property `parent`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :parent
|
|
|
|
|
|
|
|
# A single row in a table.
|
|
|
|
# Corresponds to the JSON property `row`
|
|
|
|
# @return [Google::Apis::Area120tablesV1alpha1::Row]
|
|
|
|
attr_accessor :row
|
|
|
|
|
|
|
|
# Optional. Column key to use for values in the row. Defaults to user entered
|
|
|
|
# name.
|
|
|
|
# Corresponds to the JSON property `view`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :view
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@parent = args[:parent] if args.key?(:parent)
|
|
|
|
@row = args[:row] if args.key?(:row)
|
|
|
|
@view = args[:view] if args.key?(:view)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
|
|
|
# messages in your APIs. A typical example is to use it as the request or the
|
|
|
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
|
|
|
# protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
|
|
|
|
# `Empty` is empty JSON object ````.
|
|
|
|
class Empty
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# A single item in a labeled column.
|
|
|
|
class LabeledItem
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# Internal id associated with the item.
|
|
|
|
# Corresponds to the JSON property `id`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :id
|
|
|
|
|
|
|
|
# Display string as entered by user.
|
|
|
|
# Corresponds to the JSON property `name`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :name
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@id = args[:id] if args.key?(:id)
|
|
|
|
@name = args[:name] if args.key?(:name)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Response message for TablesService.ListRows.
|
|
|
|
class ListRowsResponse
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
|
|
|
# field is empty, there are no subsequent pages.
|
|
|
|
# Corresponds to the JSON property `nextPageToken`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :next_page_token
|
|
|
|
|
|
|
|
# The rows from the specified table.
|
|
|
|
# Corresponds to the JSON property `rows`
|
|
|
|
# @return [Array<Google::Apis::Area120tablesV1alpha1::Row>]
|
|
|
|
attr_accessor :rows
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
|
|
@rows = args[:rows] if args.key?(:rows)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Response message for TablesService.ListTables.
|
|
|
|
class ListTablesResponse
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
|
|
|
# field is empty, there are no subsequent pages.
|
|
|
|
# Corresponds to the JSON property `nextPageToken`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :next_page_token
|
|
|
|
|
|
|
|
# The list of tables.
|
|
|
|
# Corresponds to the JSON property `tables`
|
|
|
|
# @return [Array<Google::Apis::Area120tablesV1alpha1::Table>]
|
|
|
|
attr_accessor :tables
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
|
|
@tables = args[:tables] if args.key?(:tables)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Response message for TablesService.ListWorkspaces.
|
|
|
|
class ListWorkspacesResponse
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
|
|
|
# field is empty, there are no subsequent pages.
|
|
|
|
# Corresponds to the JSON property `nextPageToken`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :next_page_token
|
|
|
|
|
|
|
|
# The list of workspaces.
|
|
|
|
# Corresponds to the JSON property `workspaces`
|
|
|
|
# @return [Array<Google::Apis::Area120tablesV1alpha1::Workspace>]
|
|
|
|
attr_accessor :workspaces
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
|
|
@workspaces = args[:workspaces] if args.key?(:workspaces)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Details about a lookup column whose value comes from the associated
|
|
|
|
# relationship.
|
|
|
|
class LookupDetails
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# The name of the relationship column associated with the lookup.
|
|
|
|
# Corresponds to the JSON property `relationshipColumn`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :relationship_column
|
|
|
|
|
|
|
|
# The id of the relationship column.
|
|
|
|
# Corresponds to the JSON property `relationshipColumnId`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :relationship_column_id
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@relationship_column = args[:relationship_column] if args.key?(:relationship_column)
|
|
|
|
@relationship_column_id = args[:relationship_column_id] if args.key?(:relationship_column_id)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Details about a relationship column.
|
|
|
|
class RelationshipDetails
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# The name of the table this relationship is linked to.
|
|
|
|
# Corresponds to the JSON property `linkedTable`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :linked_table
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@linked_table = args[:linked_table] if args.key?(:linked_table)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# A single row in a table.
|
|
|
|
class Row
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# The resource name of the row. Row names have the form `tables/`table`/rows/`
|
|
|
|
# row``. The name is ignored when creating a row.
|
|
|
|
# Corresponds to the JSON property `name`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :name
|
|
|
|
|
|
|
|
# The values of the row. This is a map of column key to value. Key is user
|
|
|
|
# entered name(default) or the internal column id based on the view in the
|
|
|
|
# request.
|
|
|
|
# Corresponds to the JSON property `values`
|
|
|
|
# @return [Hash<String,Object>]
|
|
|
|
attr_accessor :values
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@name = args[:name] if args.key?(:name)
|
|
|
|
@values = args[:values] if args.key?(:values)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# A single table.
|
|
|
|
class Table
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# List of columns in this table. Order of columns matches the display order.
|
|
|
|
# Corresponds to the JSON property `columns`
|
|
|
|
# @return [Array<Google::Apis::Area120tablesV1alpha1::ColumnDescription>]
|
|
|
|
attr_accessor :columns
|
|
|
|
|
|
|
|
# The human readable title of the table.
|
|
|
|
# Corresponds to the JSON property `displayName`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :display_name
|
|
|
|
|
|
|
|
# The resource name of the table. Table names have the form `tables/`table``.
|
|
|
|
# Corresponds to the JSON property `name`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :name
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@columns = args[:columns] if args.key?(:columns)
|
|
|
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
|
|
@name = args[:name] if args.key?(:name)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Request message for TablesService.UpdateRow.
|
|
|
|
class UpdateRowRequest
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# A single row in a table.
|
|
|
|
# Corresponds to the JSON property `row`
|
|
|
|
# @return [Google::Apis::Area120tablesV1alpha1::Row]
|
|
|
|
attr_accessor :row
|
|
|
|
|
|
|
|
# The list of fields to update.
|
|
|
|
# Corresponds to the JSON property `updateMask`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :update_mask
|
|
|
|
|
|
|
|
# Optional. Column key to use for values in the row. Defaults to user entered
|
|
|
|
# name.
|
|
|
|
# Corresponds to the JSON property `view`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :view
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@row = args[:row] if args.key?(:row)
|
|
|
|
@update_mask = args[:update_mask] if args.key?(:update_mask)
|
|
|
|
@view = args[:view] if args.key?(:view)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# A single workspace.
|
|
|
|
class Workspace
|
|
|
|
include Google::Apis::Core::Hashable
|
|
|
|
|
|
|
|
# The human readable title of the workspace.
|
|
|
|
# Corresponds to the JSON property `displayName`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :display_name
|
|
|
|
|
|
|
|
# The resource name of the workspace. Workspace names have the form `workspaces/`
|
|
|
|
# workspace``.
|
|
|
|
# Corresponds to the JSON property `name`
|
|
|
|
# @return [String]
|
|
|
|
attr_accessor :name
|
|
|
|
|
|
|
|
# The list of tables in the workspace.
|
|
|
|
# Corresponds to the JSON property `tables`
|
|
|
|
# @return [Array<Google::Apis::Area120tablesV1alpha1::Table>]
|
|
|
|
attr_accessor :tables
|
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
update!(**args)
|
|
|
|
end
|
|
|
|
|
|
|
|
# Update properties of this object
|
|
|
|
def update!(**args)
|
|
|
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
|
|
@name = args[:name] if args.key?(:name)
|
|
|
|
@tables = args[:tables] if args.key?(:tables)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|