Uses of Class
com.google.cloud.deploy.v1.DeliveryPipelineName
-
Packages that use DeliveryPipelineName Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of DeliveryPipelineName in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return DeliveryPipelineName Modifier and Type Method Description DeliveryPipelineName
DeliveryPipelineName.Builder. build()
static DeliveryPipelineName
DeliveryPipelineName. of(String project, String location, String deliveryPipeline)
static DeliveryPipelineName
DeliveryPipelineName. parse(String formattedString)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type DeliveryPipelineName Modifier and Type Method Description static List<DeliveryPipelineName>
DeliveryPipelineName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.deploy.v1 with parameters of type DeliveryPipelineName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Release,OperationMetadata>
CloudDeployClient. createReleaseAsync(DeliveryPipelineName parent, Release release, String releaseId)
Creates a new Release in a given project and location.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
CloudDeployClient. deleteDeliveryPipelineAsync(DeliveryPipelineName name)
Deletes a single DeliveryPipeline.DeliveryPipeline
CloudDeployClient. getDeliveryPipeline(DeliveryPipelineName name)
Gets details of a single DeliveryPipeline.CloudDeployClient.ListReleasesPagedResponse
CloudDeployClient. listReleases(DeliveryPipelineName parent)
Lists Releases in a given project and location.Method parameters in com.google.cloud.deploy.v1 with type arguments of type DeliveryPipelineName Modifier and Type Method Description static List<String>
DeliveryPipelineName. toStringList(List<DeliveryPipelineName> values)
-