Class: Google::Cloud::VisionAI::V1::GetProcessRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::GetProcessRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva_service.rb
Overview
Message for getting a Process.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
327 328 329 330 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 327 class GetProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |