Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ResourcesResource

The "resources" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ResourcesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ResourcesResource

Constructors

ResourcesResource(IClientService)

Constructs a new resource.

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

Methods

ExportSBOM(ExportSBOMRequest, string)

Generates an SBOM and other dependency information for the given resource.

Declaration
public virtual ProjectsResource.LocationsResource.ResourcesResource.ExportSBOMRequest ExportSBOM(ExportSBOMRequest body, string name)
Parameters
Type Name Description
ExportSBOMRequest body

The body of the request.

string name

Required. The name of the resource in the form of projects/[PROJECT_ID]/resources/[RESOURCE_URL].

Returns
Type Description
ProjectsResource.LocationsResource.ResourcesResource.ExportSBOMRequest

GeneratePackagesSummary(GeneratePackagesSummaryRequest, string)

Gets a summary of the packages within a given resource.

Declaration
public virtual ProjectsResource.LocationsResource.ResourcesResource.GeneratePackagesSummaryRequest GeneratePackagesSummary(GeneratePackagesSummaryRequest body, string name)
Parameters
Type Name Description
GeneratePackagesSummaryRequest body

The body of the request.

string name

Required. The name of the resource to get a packages summary for in the form of projects/[PROJECT_ID]/resources/[RESOURCE_URL].

Returns
Type Description
ProjectsResource.LocationsResource.ResourcesResource.GeneratePackagesSummaryRequest
In this article
Back to top Generated by DocFX