Class: Google::Cloud::VisionAI::V1::ListPublicOperatorsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListPublicOperatorsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva_service.rb
Overview
Response message of ListPublicOperators API.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#operators ⇒ ::Array<::Google::Cloud::VisionAI::V1::Operator>
The list of Operator.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
524 525 526 527 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 524 class ListPublicOperatorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operators ⇒ ::Array<::Google::Cloud::VisionAI::V1::Operator>
Returns The list of Operator.
524 525 526 527 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 524 class ListPublicOperatorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |