Uses of Class
com.google.cloud.apigeeregistry.v1.ArtifactName
-
Packages that use ArtifactName Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry API -
-
Uses of ArtifactName in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return ArtifactName Modifier and Type Method Description ArtifactName
ArtifactName.Builder. build()
ArtifactName
ArtifactName.ProjectLocationApiArtifactBuilder. build()
ArtifactName
ArtifactName.ProjectLocationApiDeploymentArtifactBuilder. build()
ArtifactName
ArtifactName.ProjectLocationApiVersionArtifactBuilder. build()
ArtifactName
ArtifactName.ProjectLocationApiVersionSpecArtifactBuilder. build()
static ArtifactName
ArtifactName. of(String project, String location, String artifact)
static ArtifactName
ArtifactName. ofProjectLocationApiArtifactName(String project, String location, String api, String artifact)
static ArtifactName
ArtifactName. ofProjectLocationApiDeploymentArtifactName(String project, String location, String api, String deployment, String artifact)
static ArtifactName
ArtifactName. ofProjectLocationApiVersionArtifactName(String project, String location, String api, String version, String artifact)
static ArtifactName
ArtifactName. ofProjectLocationApiVersionSpecArtifactName(String project, String location, String api, String version, String spec, String artifact)
static ArtifactName
ArtifactName. ofProjectLocationArtifactName(String project, String location, String artifact)
static ArtifactName
ArtifactName. parse(String formattedString)
Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type ArtifactName Modifier and Type Method Description static List<ArtifactName>
ArtifactName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.apigeeregistry.v1 with parameters of type ArtifactName Modifier and Type Method Description void
RegistryClient. deleteArtifact(ArtifactName name)
Removes a specified artifact.Artifact
RegistryClient. getArtifact(ArtifactName name)
Returns a specified artifact.com.google.api.HttpBody
RegistryClient. getArtifactContents(ArtifactName name)
Returns the contents of a specified artifact.Method parameters in com.google.cloud.apigeeregistry.v1 with type arguments of type ArtifactName Modifier and Type Method Description static List<String>
ArtifactName. toStringList(List<ArtifactName> values)
-