Class: Google::Cloud::AutoML::V1beta1::ListColumnSpecsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ListColumnSpecsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/service.rb
Overview
Request message for AutoMl.ListColumnSpecs.
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.
237 238 239 240 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 237 class ListColumnSpecsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
Returns Filter expression, see go/filtering.
237 238 239 240 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 237 class ListColumnSpecsRequest 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.
237 238 239 240 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 237 class ListColumnSpecsRequest 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 ListColumnSpecsResponse.next_page_token field of the previous AutoMl.ListColumnSpecs call.
237 238 239 240 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 237 class ListColumnSpecsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the table spec to list column specs from.
237 238 239 240 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 237 class ListColumnSpecsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |