Class: Google::Cloud::DataLabeling::V1beta1::ListDatasetsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ListDatasetsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Request message for ListDataset.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filter on dataset is not supported at this moment.
66 67 68 69 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 66 class ListDatasetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
66 67 68 69 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 66 class ListDatasetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Optional. A token identifying a page of results for the server to return. Typically obtained by ListDatasetsResponse.next_page_token of the previous [DataLabelingService.ListDatasets] call. Returns the first page if empty.
66 67 68 69 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 66 class ListDatasetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Dataset resource parent, format: projects/{project_id}.
66 67 68 69 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 66 class ListDatasetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |