Class: Google::Cloud::AutoML::V1beta1::ListTableSpecsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/service.rb

Overview

Request message for AutoMl.ListTableSpecs.

Instance Attribute Summary collapse

Instance Attribute Details

#field_mask::Google::Protobuf::FieldMask

Returns Mask specifying which fields to read.

Returns:



175
176
177
178
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 175

class ListTableSpecsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filter::String

Returns Filter expression, see go/filtering.

Returns:

  • (::String)

    Filter expression, see go/filtering.



175
176
177
178
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 175

class ListTableSpecsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Requested page size. The server can return fewer results than requested. If unspecified, the server will pick a default size.

Returns:

  • (::Integer)

    Requested page size. The server can return fewer results than requested. If unspecified, the server will pick a default size.



175
176
177
178
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 175

class ListTableSpecsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns A token identifying a page of results for the server to return. Typically obtained from the ListTableSpecsResponse.next_page_token field of the previous AutoMl.ListTableSpecs call.

Returns:



175
176
177
178
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 175

class ListTableSpecsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The resource name of the dataset to list table specs from.

Returns:

  • (::String)

    Required. The resource name of the dataset to list table specs from.



175
176
177
178
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 175

class ListTableSpecsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end