Class: Google::Cloud::Run::V2::GetJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::GetJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/job.rb
Overview
Request message for obtaining a Job by its full name.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 52 class GetJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |