Class: Google::Cloud::VisionAI::V1::ListProcessesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListProcessesResponse
- 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 Processes.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#processes ⇒ ::Array<::Google::Cloud::VisionAI::V1::Process>
The list of Processes.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
318 319 320 321 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 318 class ListProcessesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processes ⇒ ::Array<::Google::Cloud::VisionAI::V1::Process>
Returns The list of Processes.
318 319 320 321 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 318 class ListProcessesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
318 319 320 321 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 318 class ListProcessesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |