Class: Google::Cloud::AutoML::V1beta1::ListTableSpecsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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