Uses of Class
com.google.cloud.apigeeregistry.v1.ApiDeploymentName
-
Packages that use ApiDeploymentName Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry API -
-
Uses of ApiDeploymentName in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return ApiDeploymentName Modifier and Type Method Description ApiDeploymentNameApiDeploymentName.Builder. build()static ApiDeploymentNameApiDeploymentName. of(String project, String location, String api, String deployment)static ApiDeploymentNameApiDeploymentName. parse(String formattedString)Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type ApiDeploymentName Modifier and Type Method Description static List<ApiDeploymentName>ApiDeploymentName. parseList(List<String> formattedStrings)Methods in com.google.cloud.apigeeregistry.v1 with parameters of type ApiDeploymentName Modifier and Type Method Description ArtifactRegistryClient. createArtifact(ApiDeploymentName parent, Artifact artifact, String artifactId)Creates a specified artifact.voidRegistryClient. deleteApiDeployment(ApiDeploymentName name)Removes a specified deployment, all revisions, and all child resources (e.g., artifacts).ApiDeploymentRegistryClient. deleteApiDeploymentRevision(ApiDeploymentName name)Deletes a revision of a deployment.ApiDeploymentRegistryClient. getApiDeployment(ApiDeploymentName name)Returns a specified deployment.RegistryClient.ListArtifactsPagedResponseRegistryClient. listArtifacts(ApiDeploymentName parent)Returns matching artifacts.Method parameters in com.google.cloud.apigeeregistry.v1 with type arguments of type ApiDeploymentName Modifier and Type Method Description static List<String>ApiDeploymentName. toStringList(List<ApiDeploymentName> values)
-