Class: Google::Cloud::DataLabeling::V1beta1::ListInstructionsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#instructions::Array<::Google::Cloud::DataLabeling::V1beta1::Instruction>

Returns The list of Instructions to return.

Returns:



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.

Returns:

  • (::String)

    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