Uses of Class
com.google.cloud.deploy.v1.TargetName
-
Packages that use TargetName Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of TargetName in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return TargetName Modifier and Type Method Description TargetNameTargetName.Builder. build()static TargetNameTargetName. of(String project, String location, String target)static TargetNameTargetName. parse(String formattedString)Methods in com.google.cloud.deploy.v1 that return types with arguments of type TargetName Modifier and Type Method Description static List<TargetName>TargetName. parseList(List<String> formattedStrings)Methods in com.google.cloud.deploy.v1 with parameters of type TargetName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>CloudDeployClient. deleteTargetAsync(TargetName name)Deletes a single Target.TargetCloudDeployClient. getTarget(TargetName name)Gets details of a single Target.Method parameters in com.google.cloud.deploy.v1 with type arguments of type TargetName Modifier and Type Method Description static List<String>TargetName. toStringList(List<TargetName> values)
-