Class: Google::Cloud::Deploy::V1::TerminateJobRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TerminateJobRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object used by TerminateJobRun.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#override_deploy_policy ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#name ⇒ ::String
3702 3703 3704 3705 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3702 class TerminateJobRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#override_deploy_policy ⇒ ::Array<::String>
3702 3703 3704 3705 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3702 class TerminateJobRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |