Uses of Class
com.google.cloud.apigeeregistry.v1.ApiSpecName
-
Packages that use ApiSpecName Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry API -
-
Uses of ApiSpecName in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return ApiSpecName Modifier and Type Method Description ApiSpecName
ApiSpecName.Builder. build()
static ApiSpecName
ApiSpecName. of(String project, String location, String api, String version, String spec)
static ApiSpecName
ApiSpecName. parse(String formattedString)
Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type ApiSpecName Modifier and Type Method Description static List<ApiSpecName>
ApiSpecName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.apigeeregistry.v1 with parameters of type ApiSpecName Modifier and Type Method Description Artifact
RegistryClient. createArtifact(ApiSpecName parent, Artifact artifact, String artifactId)
Creates a specified artifact.void
RegistryClient. deleteApiSpec(ApiSpecName name)
Removes a specified spec, all revisions, and all child resources (e.g., artifacts).ApiSpec
RegistryClient. deleteApiSpecRevision(ApiSpecName name)
Deletes a revision of a spec.ApiSpec
RegistryClient. getApiSpec(ApiSpecName name)
Returns a specified spec.com.google.api.HttpBody
RegistryClient. getApiSpecContents(ApiSpecName name)
Returns the contents of a specified spec.RegistryClient.ListArtifactsPagedResponse
RegistryClient. listArtifacts(ApiSpecName parent)
Returns matching artifacts.Method parameters in com.google.cloud.apigeeregistry.v1 with type arguments of type ApiSpecName Modifier and Type Method Description static List<String>
ApiSpecName. toStringList(List<ApiSpecName> values)
-