Class: Google::Cloud::Deploy::V1::GetRolloutRequest

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

GetRolloutRequest is the request object used by GetRollout.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



2478
2479
2480
2481
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2478

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