Class: Google::Cloud::VisionAI::V1::ListOperatorsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/lva_service.rb

Overview

Message for response to listing Operators.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



56
57
58
59
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 56

class ListOperatorsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#operators::Array<::Google::Cloud::VisionAI::V1::Operator>

Returns The list of Operator.

Returns:



56
57
58
59
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 56

class ListOperatorsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



56
57
58
59
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 56

class ListOperatorsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end