Class: Google::Cloud::Ces::V1beta::GetScheduledEvaluationRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::GetScheduledEvaluationRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation_service.rb
Overview
Request message for EvaluationService.GetScheduledEvaluationRun.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the scheduled evaluation run to retrieve.
643 644 645 646 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 643 class GetScheduledEvaluationRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |