Class: Google::Cloud::AutoML::V1beta1::ListTableSpecsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ListTableSpecsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/service.rb
Overview
Response message for AutoMl.ListTableSpecs.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#table_specs ⇒ ::Array<::Google::Cloud::AutoML::V1beta1::TableSpec>
The table specs read.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass to ListTableSpecsRequest.page_token to obtain that page.
188 189 190 191 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 188 class ListTableSpecsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_specs ⇒ ::Array<::Google::Cloud::AutoML::V1beta1::TableSpec>
Returns The table specs read.
188 189 190 191 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 188 class ListTableSpecsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |