Uses of Class
com.google.cloud.deploy.v1.LocationName
-
Packages that use LocationName Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of LocationName in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return LocationName Modifier and Type Method Description LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. parse(String formattedString)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>
LocationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.deploy.v1 with parameters of type LocationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<DeliveryPipeline,OperationMetadata>
CloudDeployClient. createDeliveryPipelineAsync(LocationName parent, DeliveryPipeline deliveryPipeline, String deliveryPipelineId)
Creates a new DeliveryPipeline in a given project and location.com.google.api.gax.longrunning.OperationFuture<Target,OperationMetadata>
CloudDeployClient. createTargetAsync(LocationName parent, Target target, String targetId)
Creates a new Target in a given project and location.CloudDeployClient.ListDeliveryPipelinesPagedResponse
CloudDeployClient. listDeliveryPipelines(LocationName parent)
Lists DeliveryPipelines in a given project and location.CloudDeployClient.ListTargetsPagedResponse
CloudDeployClient. listTargets(LocationName parent)
Lists Targets in a given project and location.Method parameters in com.google.cloud.deploy.v1 with type arguments of type LocationName Modifier and Type Method Description static List<String>
LocationName. toStringList(List<LocationName> values)
-