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 ReleaseName
ReleaseName.Builder. build()
static ReleaseName
ReleaseName. of(String project, String location, String deliveryPipeline, String release)
static ReleaseName
ReleaseName. 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 AbandonReleaseResponse
CloudDeployClient. 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.Release
CloudDeployClient. getRelease(ReleaseName name)
Gets details of a single Release.CloudDeployClient.ListRolloutsPagedResponse
CloudDeployClient. 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)
-