Class ProjectsResource.LocationsResource.ResourcesResource
The "resources" collection of methods.
Inherited Members
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 |
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
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ResourcesResource.GeneratePackagesSummaryRequest |