Uses of Class
com.google.cloud.deploy.v1.RolloutName
-
Packages that use RolloutName Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of RolloutName in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return RolloutName Modifier and Type Method Description RolloutNameRolloutName.Builder. build()static RolloutNameRolloutName. of(String project, String location, String deliveryPipeline, String release, String rollout)static RolloutNameRolloutName. parse(String formattedString)Methods in com.google.cloud.deploy.v1 that return types with arguments of type RolloutName Modifier and Type Method Description static List<RolloutName>RolloutName. parseList(List<String> formattedStrings)Methods in com.google.cloud.deploy.v1 with parameters of type RolloutName Modifier and Type Method Description AdvanceRolloutResponseCloudDeployClient. advanceRollout(RolloutName name, String phaseId)Advances a Rollout in a given project and location.ApproveRolloutResponseCloudDeployClient. approveRollout(RolloutName name)Approves a Rollout.CancelRolloutResponseCloudDeployClient. cancelRollout(RolloutName name)Cancels a Rollout in a given project and location.RolloutCloudDeployClient. getRollout(RolloutName name)Gets details of a single Rollout.IgnoreJobResponseCloudDeployClient. ignoreJob(RolloutName rollout, String phaseId, String jobId)Ignores the specified Job in a Rollout.CloudDeployClient.ListJobRunsPagedResponseCloudDeployClient. listJobRuns(RolloutName parent)Lists JobRuns in a given project and location.RetryJobResponseCloudDeployClient. retryJob(RolloutName rollout, String phaseId, String jobId)Retries the specified Job in a Rollout.Method parameters in com.google.cloud.deploy.v1 with type arguments of type RolloutName Modifier and Type Method Description static List<String>RolloutName. toStringList(List<RolloutName> values)
-