Class: Google::Cloud::DataLabeling::V1beta1::ListInstructionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ListInstructionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Results of listing instructions under a project.
Instance Attribute Summary collapse
-
#instructions ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::Instruction>
The list of Instructions to return.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#instructions ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::Instruction>
Returns The list of Instructions to return.
583 584 585 586 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 583 class ListInstructionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results.
583 584 585 586 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 583 class ListInstructionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |