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 ApiDeploymentName
ApiDeploymentName.Builder. build()
static ApiDeploymentName
ApiDeploymentName. of(String project, String location, String api, String deployment)
static ApiDeploymentName
ApiDeploymentName. 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 Artifact
RegistryClient. createArtifact(ApiDeploymentName parent, Artifact artifact, String artifactId)
Creates a specified artifact.void
RegistryClient. deleteApiDeployment(ApiDeploymentName name)
Removes a specified deployment, all revisions, and all child resources (e.g., artifacts).ApiDeployment
RegistryClient. deleteApiDeploymentRevision(ApiDeploymentName name)
Deletes a revision of a deployment.ApiDeployment
RegistryClient. getApiDeployment(ApiDeploymentName name)
Returns a specified deployment.RegistryClient.ListArtifactsPagedResponse
RegistryClient. 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)
-