ProjectsLocationsApisDeploymentsArtifacts
class ProjectsLocationsApisDeploymentsArtifacts extends Resource (View source)
The "artifacts" collection of methods.
Typical usage is:
$apigeeregistryService = new Google\Service\ApigeeRegistry(...);
$artifacts = $apigeeregistryService->projects_locations_apis_deployments_artifacts;
Methods
Removes a specified artifact. (artifacts.delete)
Returns the contents of a specified artifact. If artifacts are stored with GZip compression, the default behavior is to return the artifact uncompressed (the mime_type response field indicates the exact format returned).
Returns matching artifacts.
Used to replace a specified artifact. (artifacts.replaceArtifact)
Details
Artifact
create(string $parent, Artifact $postBody, array $optParams = [])
Creates a specified artifact. (artifacts.create)
ApigeeregistryEmpty
delete(string $name, array $optParams = [])
Removes a specified artifact. (artifacts.delete)
Artifact
get(string $name, array $optParams = [])
Returns a specified artifact. (artifacts.get)
HttpBody
getContents(string $name, array $optParams = [])
Returns the contents of a specified artifact. If artifacts are stored with GZip compression, the default behavior is to return the artifact uncompressed (the mime_type response field indicates the exact format returned).
(artifacts.getContents)
ListArtifactsResponse
listProjectsLocationsApisDeploymentsArtifacts(string $parent, array $optParams = [])
Returns matching artifacts.
(artifacts.listProjectsLocationsApisDeploymentsArtifacts)