Class: Google::Cloud::Deploy::V1::CreateChildRolloutJobRun

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

CreateChildRolloutJobRun contains information specific to a createChildRollout JobRun.

Instance Attribute Summary collapse

Instance Attribute Details

#rollout::String (readonly)

Returns Output only. Name of the ChildRollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.

Returns:

  • (::String)

    Output only. Name of the ChildRollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.



2940
2941
2942
2943
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2940

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

#rollout_phase_id::String (readonly)

Returns Output only. The ID of the childRollout Phase initiated by this JobRun.

Returns:

  • (::String)

    Output only. The ID of the childRollout Phase initiated by this JobRun.



2940
2941
2942
2943
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2940

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