Uses of Class
com.google.cloud.apigeeregistry.v1.ApiName
-
Packages that use ApiName Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry API -
-
Uses of ApiName in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return ApiName Modifier and Type Method Description ApiNameApiName.Builder. build()static ApiNameApiName. of(String project, String location, String api)static ApiNameApiName. parse(String formattedString)Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type ApiName Modifier and Type Method Description static List<ApiName>ApiName. parseList(List<String> formattedStrings)Methods in com.google.cloud.apigeeregistry.v1 with parameters of type ApiName Modifier and Type Method Description ApiDeploymentRegistryClient. createApiDeployment(ApiName parent, ApiDeployment apiDeployment, String apiDeploymentId)Creates a specified deployment.ApiVersionRegistryClient. createApiVersion(ApiName parent, ApiVersion apiVersion, String apiVersionId)Creates a specified version.ArtifactRegistryClient. createArtifact(ApiName parent, Artifact artifact, String artifactId)Creates a specified artifact.voidRegistryClient. deleteApi(ApiName name)Removes a specified API and all of the resources that it owns.ApiRegistryClient. getApi(ApiName name)Returns a specified API.RegistryClient.ListApiDeploymentsPagedResponseRegistryClient. listApiDeployments(ApiName parent)Returns matching deployments.RegistryClient.ListApiVersionsPagedResponseRegistryClient. listApiVersions(ApiName parent)Returns matching versions.RegistryClient.ListArtifactsPagedResponseRegistryClient. listArtifacts(ApiName parent)Returns matching artifacts.Method parameters in com.google.cloud.apigeeregistry.v1 with type arguments of type ApiName Modifier and Type Method Description static List<String>ApiName. toStringList(List<ApiName> values)
-