Class: Google::Cloud::VisionAI::V1::OperatorQuery

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

OperatorQuery represents one query to a Operator.

Instance Attribute Summary collapse

Instance Attribute Details

#operator::String

Returns Required. The canonical Name of the operator. e.g. OccupancyCounting.

Returns:

  • (::String)

    Required. The canonical Name of the operator. e.g. OccupancyCounting.



481
482
483
484
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 481

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

#registry::Google::Cloud::VisionAI::V1::Registry

Returns Optional. Registry of the operator.

Returns:



481
482
483
484
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 481

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

#tag::String

Returns Optional. Tag of the operator.

Returns:

  • (::String)

    Optional. Tag of the operator.



481
482
483
484
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 481

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