class ProjectsLocationsRepositoriesDockerImages extends Resource (View source)

The "dockerImages" collection of methods.

Typical usage is:

 $artifactregistryService = new Google\Service\ArtifactRegistry(...);
 $dockerImages = $artifactregistryService->projects_locations_repositories_dockerImages;

Methods

get(string $name, array $optParams = [])

Gets a docker image. (dockerImages.get)

listProjectsLocationsRepositoriesDockerImages(string $parent, array $optParams = [])

Lists docker images.

Details

DockerImage get(string $name, array $optParams = [])

Gets a docker image. (dockerImages.get)

Parameters

string $name

Required. The name of the docker images.

array $optParams

Optional parameters.

Return Value

DockerImage

Exceptions

Exception

ListDockerImagesResponse listProjectsLocationsRepositoriesDockerImages(string $parent, array $optParams = [])

Lists docker images.

(dockerImages.listProjectsLocationsRepositoriesDockerImages)

Parameters

string $parent

Required. The name of the parent resource whose docker images will be listed.

array $optParams

Optional parameters.

Return Value

ListDockerImagesResponse

Exceptions

Exception