Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::ListTableSpecsRequest.
Request message for AutoMl.ListTableSpecs.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#field_mask
def field_mask() -> ::Google::Protobuf::FieldMask
    Returns
    
  - (::Google::Protobuf::FieldMask) — Mask specifying which fields to read.
 
#field_mask=
def field_mask=(value) -> ::Google::Protobuf::FieldMask
    Parameter
    
  - value (::Google::Protobuf::FieldMask) — Mask specifying which fields to read.
 
    Returns
    
  - (::Google::Protobuf::FieldMask) — Mask specifying which fields to read.
 
#filter
def filter() -> ::String
    Returns
    
  - (::String) — Filter expression, see go/filtering.
 
#filter=
def filter=(value) -> ::String
    Parameter
    
  - value (::String) — Filter expression, see go/filtering.
 
    Returns
    
  - (::String) — Filter expression, see go/filtering.
 
#page_size
def page_size() -> ::Integer
    Returns
    
  - (::Integer) — Requested page size. The server can return fewer results than requested. If unspecified, the server will pick a default size.
 
#page_size=
def page_size=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — 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.
 
#page_token
def page_token() -> ::String
    Returns
    
  - (::String) — 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.
 
#page_token=
def page_token=(value) -> ::String
    Parameter
    
  - value (::String) — 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
    
  - (::String) — 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.
 
#parent
def parent() -> ::String
    Returns
    
  - (::String) — Required. The resource name of the dataset to list table specs from.
 
#parent=
def parent=(value) -> ::String
    Parameter
    
  - value (::String) — 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.