Class: Google::Cloud::Deploy::V1::GetJobRunRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

GetJobRunRequest is the request object used by GetJobRun.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the JobRun. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.

Returns:

  • (::String)

    Required. Name of the JobRun. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.



3010
3011
3012
3013
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3010

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