Class: Google::Cloud::AutoML::V1beta1::ListTableSpecsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ListTableSpecsRequest
- 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
-
#field_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
-
#filter ⇒ ::String
Filter expression, see go/filtering.
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results for the server to return.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#field_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask specifying which fields to read.
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.
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.
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.
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.
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 |