Class ProjectsResource.LocationsResource.RepositoriesResource.DockerImagesResource
The "dockerImages" collection of methods.
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.DockerImagesResource
Constructors
DockerImagesResource(IClientService)
Constructs a new resource.
Declaration
public DockerImagesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets a docker image.
Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.DockerImagesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the docker images. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource.DockerImagesResource.GetRequest |
List(string)
Lists docker images.
Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.DockerImagesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The name of the parent resource whose docker images will be listed. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource.DockerImagesResource.ListRequest |