ProjectsLocationsDeliveryPipelinesReleasesRolloutsResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  advance(AdvanceRolloutRequest request, String name, {String? $fields})
    → Future<AdvanceRolloutResponse>
  
  
- 
  Advances a Rollout in a given project and location.
  
- 
  approve(ApproveRolloutRequest request, String name, {String? $fields})
    → Future<ApproveRolloutResponse>
  
  
- 
  Approves a Rollout.
  
- 
  cancel(CancelRolloutRequest request, String name, {String? $fields})
    → Future<CancelRolloutResponse>
  
  
- 
  Cancels a Rollout in a given project and location.
  
- 
  create(Rollout request, String parent, {List<String>? overrideDeployPolicy, String? requestId, String? rolloutId, String? startingPhaseId, bool? validateOnly, String? $fields})
    → Future<Operation>
  
  
- 
  Creates a new Rollout in a given project and location.
  
- 
  get(String name, {String? $fields})
    → Future<Rollout>
  
  
- 
  Gets details of a single Rollout.
  
- 
  ignoreJob(IgnoreJobRequest request, String rollout, {String? $fields})
    → Future<IgnoreJobResponse>
  
  
- 
  Ignores the specified Job in a Rollout.
  
- 
  list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
    → Future<ListRolloutsResponse>
  
  
- 
  Lists Rollouts in a given project and location.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  retryJob(RetryJobRequest request, String rollout, {String? $fields})
    → Future<RetryJobResponse>
  
  
- 
  Retries the specified Job in a Rollout.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited