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 ApiSpecNameApiSpecName.Builder. build()static ApiSpecNameApiSpecName. of(String project, String location, String api, String version, String spec)static ApiSpecNameApiSpecName. 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 ArtifactRegistryClient. createArtifact(ApiSpecName parent, Artifact artifact, String artifactId)Creates a specified artifact.voidRegistryClient. deleteApiSpec(ApiSpecName name)Removes a specified spec, all revisions, and all child resources (e.g., artifacts).ApiSpecRegistryClient. deleteApiSpecRevision(ApiSpecName name)Deletes a revision of a spec.ApiSpecRegistryClient. getApiSpec(ApiSpecName name)Returns a specified spec.com.google.api.HttpBodyRegistryClient. getApiSpecContents(ApiSpecName name)Returns the contents of a specified spec.RegistryClient.ListArtifactsPagedResponseRegistryClient. 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)
-