Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.MavenArtifactsResource

The "mavenArtifacts" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RepositoriesResource.MavenArtifactsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ArtifactRegistry.v1
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.MavenArtifactsResource

Constructors

MavenArtifactsResource(IClientService)

Constructs a new resource.

Declaration
public MavenArtifactsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets a maven artifact.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.MavenArtifactsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the maven artifact.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.MavenArtifactsResource.GetRequest

List(string)

Lists maven artifacts.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.MavenArtifactsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The name of the parent resource whose maven artifacts will be listed.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.MavenArtifactsResource.ListRequest
In this article
Back to top Generated by DocFX