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 ApiName
ApiName.Builder. build()
static ApiName
ApiName. of(String project, String location, String api)
static ApiName
ApiName. 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 ApiDeployment
RegistryClient. createApiDeployment(ApiName parent, ApiDeployment apiDeployment, String apiDeploymentId)
Creates a specified deployment.ApiVersion
RegistryClient. createApiVersion(ApiName parent, ApiVersion apiVersion, String apiVersionId)
Creates a specified version.Artifact
RegistryClient. createArtifact(ApiName parent, Artifact artifact, String artifactId)
Creates a specified artifact.void
RegistryClient. deleteApi(ApiName name)
Removes a specified API and all of the resources that it owns.Api
RegistryClient. getApi(ApiName name)
Returns a specified API.RegistryClient.ListApiDeploymentsPagedResponse
RegistryClient. listApiDeployments(ApiName parent)
Returns matching deployments.RegistryClient.ListApiVersionsPagedResponse
RegistryClient. listApiVersions(ApiName parent)
Returns matching versions.RegistryClient.ListArtifactsPagedResponse
RegistryClient. 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)
-