Uses of Class
com.google.cloud.deploy.v1.ReleaseName
-
Packages that use ReleaseName Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of ReleaseName in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return ReleaseName Modifier and Type Method Description ReleaseNameReleaseName.Builder. build()static ReleaseNameReleaseName. of(String project, String location, String deliveryPipeline, String release)static ReleaseNameReleaseName. parse(String formattedString)Methods in com.google.cloud.deploy.v1 that return types with arguments of type ReleaseName Modifier and Type Method Description static List<ReleaseName>ReleaseName. parseList(List<String> formattedStrings)Methods in com.google.cloud.deploy.v1 with parameters of type ReleaseName Modifier and Type Method Description AbandonReleaseResponseCloudDeployClient. abandonRelease(ReleaseName name)Abandons a Release in the Delivery Pipeline.com.google.api.gax.longrunning.OperationFuture<Rollout,OperationMetadata>CloudDeployClient. createRolloutAsync(ReleaseName parent, Rollout rollout, String rolloutId)Creates a new Rollout in a given project and location.ReleaseCloudDeployClient. getRelease(ReleaseName name)Gets details of a single Release.CloudDeployClient.ListRolloutsPagedResponseCloudDeployClient. listRollouts(ReleaseName parent)Lists Rollouts in a given project and location.Method parameters in com.google.cloud.deploy.v1 with type arguments of type ReleaseName Modifier and Type Method Description static List<String>ReleaseName. toStringList(List<ReleaseName> values)
-