Liking cljdoc? Tell your friends :D

happygapi.containeranalysis.projects

Container Analysis API: projects. An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts. See: https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects

Container Analysis API: projects.
An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.
See: https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects
raw docstring

notes-create$clj

(notes-create$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/create

Required parameters: parent

Optional parameters: name, noteId

Body:

{:vulnerabilityType {:severity string, :details [Detail], :cvssScore number}, :relatedUrl [{:url string, :label string}], :package {:name string, :distribution [Distribution]}, :buildType {:builderVersion string, :signature BuildSignature}, :discovery {:analysisKind string}, :deployable {:resourceUri [string]}, :expirationTime string, :name string, :createTime string, :updateTime string, :attestationAuthority {:hint AttestationAuthorityHint}, :shortDescription string, :upgrade {:package string, :version Version, :distributions [UpgradeDistribution]}, :baseImage {:fingerprint Fingerprint, :resourceUrl string}, :kind string, :longDescription string}

Creates a new Note.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/create

Required parameters: parent

Optional parameters: name, noteId

Body: 

{:vulnerabilityType {:severity string,
                     :details [Detail],
                     :cvssScore number},
 :relatedUrl [{:url string, :label string}],
 :package {:name string, :distribution [Distribution]},
 :buildType {:builderVersion string, :signature BuildSignature},
 :discovery {:analysisKind string},
 :deployable {:resourceUri [string]},
 :expirationTime string,
 :name string,
 :createTime string,
 :updateTime string,
 :attestationAuthority {:hint AttestationAuthorityHint},
 :shortDescription string,
 :upgrade {:package string,
           :version Version,
           :distributions [UpgradeDistribution]},
 :baseImage {:fingerprint Fingerprint, :resourceUrl string},
 :kind string,
 :longDescription string}

Creates a new `Note`.
sourceraw docstring

notes-delete$clj

(notes-delete$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/delete

Required parameters: name

Optional parameters: none

Deletes the given Note from the system.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/delete

Required parameters: name

Optional parameters: none

Deletes the given `Note` from the system.
sourceraw docstring

notes-get$clj

(notes-get$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/get

Required parameters: name

Optional parameters: none

Returns the requested Note.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/get

Required parameters: name

Optional parameters: none

Returns the requested `Note`.
sourceraw docstring

notes-getIamPolicy$clj

(notes-getIamPolicy$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/getIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for a note or an Occurrence resource. Requires containeranalysis.notes.setIamPolicy or containeranalysis.occurrences.setIamPolicy permission if the resource is a note or occurrence, respectively. Attempting to call this method on a resource without the required permission will result in a PERMISSION_DENIED error. Attempting to call this method on a non-existent resource will result in a NOT_FOUND error if the user has list permission on the project, or a PERMISSION_DENIED error otherwise. The resource takes the following formats: projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID} for occurrences and projects/{PROJECT_ID}/notes/{NOTE_ID} for notes

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/getIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for a note or an `Occurrence` resource.
Requires `containeranalysis.notes.setIamPolicy` or
`containeranalysis.occurrences.setIamPolicy` permission if the resource is
a note or occurrence, respectively.
Attempting to call this method on a resource without the required
permission will result in a `PERMISSION_DENIED` error. Attempting to call
this method on a non-existent resource will result in a `NOT_FOUND` error
if the user has list permission on the project, or a `PERMISSION_DENIED`
error otherwise. The resource takes the following formats:
`projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID}` for occurrences and
projects/{PROJECT_ID}/notes/{NOTE_ID} for notes
sourceraw docstring

notes-list$clj

(notes-list$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/list

Required parameters: parent

Optional parameters: name, pageToken, pageSize, filter

Lists all Notes for a given project.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/list

Required parameters: parent

Optional parameters: name, pageToken, pageSize, filter

Lists all `Notes` for a given project.
sourceraw docstring

notes-occurrences-list$clj

(notes-occurrences-list$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/occurrences/list

Required parameters: name

Optional parameters: filter, pageToken, pageSize

Lists Occurrences referencing the specified Note. Use this method to get all occurrences referencing your Note across all your customer projects.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/occurrences/list

Required parameters: name

Optional parameters: filter, pageToken, pageSize

Lists `Occurrences` referencing the specified `Note`. Use this method to
get all occurrences referencing your `Note` across all your customer
projects.
sourceraw docstring

notes-patch$clj

(notes-patch$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:vulnerabilityType {:severity string, :details [Detail], :cvssScore number}, :relatedUrl [{:url string, :label string}], :package {:name string, :distribution [Distribution]}, :buildType {:builderVersion string, :signature BuildSignature}, :discovery {:analysisKind string}, :deployable {:resourceUri [string]}, :expirationTime string, :name string, :createTime string, :updateTime string, :attestationAuthority {:hint AttestationAuthorityHint}, :shortDescription string, :upgrade {:package string, :version Version, :distributions [UpgradeDistribution]}, :baseImage {:fingerprint Fingerprint, :resourceUrl string}, :kind string, :longDescription string}

Updates an existing Note.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:vulnerabilityType {:severity string,
                     :details [Detail],
                     :cvssScore number},
 :relatedUrl [{:url string, :label string}],
 :package {:name string, :distribution [Distribution]},
 :buildType {:builderVersion string, :signature BuildSignature},
 :discovery {:analysisKind string},
 :deployable {:resourceUri [string]},
 :expirationTime string,
 :name string,
 :createTime string,
 :updateTime string,
 :attestationAuthority {:hint AttestationAuthorityHint},
 :shortDescription string,
 :upgrade {:package string,
           :version Version,
           :distributions [UpgradeDistribution]},
 :baseImage {:fingerprint Fingerprint, :resourceUrl string},
 :kind string,
 :longDescription string}

Updates an existing `Note`.
sourceraw docstring

notes-setIamPolicy$clj

(notes-setIamPolicy$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:policy {:version integer, :bindings [Binding], :etag string}}

Sets the access control policy on the specified Note or Occurrence. Requires containeranalysis.notes.setIamPolicy or containeranalysis.occurrences.setIamPolicy permission if the resource is a Note or an Occurrence, respectively. Attempting to call this method without these permissions will result in a PERMISSION_DENIEDerror. Attempting to call this method on a non-existent resource will result in aNOT_FOUNDerror if the user hascontaineranalysis.notes.listpermission on aNoteorcontaineranalysis.occurrences.liston anOccurrence, or aPERMISSION_DENIEDerror otherwise. The resource takes the following formats:projects/{projectid}/occurrences/{occurrenceid}` for occurrences and projects/{projectid}/notes/{noteid} for notes

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:policy {:version integer, :bindings [Binding], :etag string}}

Sets the access control policy on the specified `Note` or `Occurrence`.
Requires `containeranalysis.notes.setIamPolicy` or
`containeranalysis.occurrences.setIamPolicy` permission if the resource is
a `Note` or an `Occurrence`, respectively.
Attempting to call this method without these permissions will result in a `
`PERMISSION_DENIED` error.
Attempting to call this method on a non-existent resource will result in a
`NOT_FOUND` error if the user has `containeranalysis.notes.list` permission
on a `Note` or `containeranalysis.occurrences.list` on an `Occurrence`, or
a `PERMISSION_DENIED` error otherwise. The resource takes the following
formats: `projects/{projectid}/occurrences/{occurrenceid}` for occurrences
and projects/{projectid}/notes/{noteid} for notes
sourceraw docstring

notes-testIamPermissions$clj

(notes-testIamPermissions$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns the permissions that a caller has on the specified note or occurrence resource. Requires list permission on the project (for example, "storage.objects.list" on the containing bucket for testing permission of an object). Attempting to call this method on a non-existent resource will result in a NOT_FOUND error if the user has list permission on the project, or a PERMISSION_DENIED error otherwise. The resource takes the following formats: projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID} for Occurrences and projects/{PROJECT_ID}/notes/{NOTE_ID} for Notes

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/notes/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns the permissions that a caller has on the specified note or
occurrence resource. Requires list permission on the project (for example,
"storage.objects.list" on the containing bucket for testing permission of
an object). Attempting to call this method on a non-existent resource will
result in a `NOT_FOUND` error if the user has list permission on the
project, or a `PERMISSION_DENIED` error otherwise. The resource takes the
following formats: `projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID}` for
`Occurrences` and `projects/{PROJECT_ID}/notes/{NOTE_ID}` for `Notes`
sourceraw docstring

occurrences-create$clj

(occurrences-create$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/create

Required parameters: parent

Optional parameters: name

Body:

{:noteName string, :remediation string, :resourceUrl string, :buildDetails {:provenance BuildProvenance, :provenanceBytes string}, :vulnerabilityDetails {:severity string, :cvssScore number, :type string, :effectiveSeverity string, :packageIssue [PackageIssue]}, :name string, :createTime string, :discovered {:operation Operation, :analysisStatus string, :continuousAnalysis string, :cpe string, :analysisStatusError Status}, :updateTime string, :upgrade {:distribution UpgradeDistribution, :package string, :parsedVersion Version}, :installation {:name string, :location [Location]}, :derivedImage {:baseResourceUrl string, :fingerprint Fingerprint, :layerInfo [Layer], :distance integer}, :attestation {:pgpSignedAttestation PgpSignedAttestation}, :resource {:name string, :contentHash Hash, :uri string}, :kind string, :deployment {:platform string, :deployTime string, :address string, :resourceUri [string], :config string, :userEmail string, :undeployTime string}}

Creates a new Occurrence. Use this method to create Occurrences for a resource.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/create

Required parameters: parent

Optional parameters: name

Body: 

{:noteName string,
 :remediation string,
 :resourceUrl string,
 :buildDetails {:provenance BuildProvenance, :provenanceBytes string},
 :vulnerabilityDetails {:severity string,
                        :cvssScore number,
                        :type string,
                        :effectiveSeverity string,
                        :packageIssue [PackageIssue]},
 :name string,
 :createTime string,
 :discovered {:operation Operation,
              :analysisStatus string,
              :continuousAnalysis string,
              :cpe string,
              :analysisStatusError Status},
 :updateTime string,
 :upgrade {:distribution UpgradeDistribution,
           :package string,
           :parsedVersion Version},
 :installation {:name string, :location [Location]},
 :derivedImage {:baseResourceUrl string,
                :fingerprint Fingerprint,
                :layerInfo [Layer],
                :distance integer},
 :attestation {:pgpSignedAttestation PgpSignedAttestation},
 :resource {:name string, :contentHash Hash, :uri string},
 :kind string,
 :deployment {:platform string,
              :deployTime string,
              :address string,
              :resourceUri [string],
              :config string,
              :userEmail string,
              :undeployTime string}}

Creates a new `Occurrence`. Use this method to create `Occurrences`
for a resource.
sourceraw docstring

occurrences-delete$clj

(occurrences-delete$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/delete

Required parameters: name

Optional parameters: none

Deletes the given Occurrence from the system. Use this when an Occurrence is no longer applicable for the given resource.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/delete

Required parameters: name

Optional parameters: none

Deletes the given `Occurrence` from the system. Use this when
an `Occurrence` is no longer applicable for the given resource.
sourceraw docstring

occurrences-get$clj

(occurrences-get$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/get

Required parameters: name

Optional parameters: none

Returns the requested Occurrence.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/get

Required parameters: name

Optional parameters: none

Returns the requested `Occurrence`.
sourceraw docstring

occurrences-getIamPolicy$clj

(occurrences-getIamPolicy$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/getIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for a note or an Occurrence resource. Requires containeranalysis.notes.setIamPolicy or containeranalysis.occurrences.setIamPolicy permission if the resource is a note or occurrence, respectively. Attempting to call this method on a resource without the required permission will result in a PERMISSION_DENIED error. Attempting to call this method on a non-existent resource will result in a NOT_FOUND error if the user has list permission on the project, or a PERMISSION_DENIED error otherwise. The resource takes the following formats: projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID} for occurrences and projects/{PROJECT_ID}/notes/{NOTE_ID} for notes

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/getIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for a note or an `Occurrence` resource.
Requires `containeranalysis.notes.setIamPolicy` or
`containeranalysis.occurrences.setIamPolicy` permission if the resource is
a note or occurrence, respectively.
Attempting to call this method on a resource without the required
permission will result in a `PERMISSION_DENIED` error. Attempting to call
this method on a non-existent resource will result in a `NOT_FOUND` error
if the user has list permission on the project, or a `PERMISSION_DENIED`
error otherwise. The resource takes the following formats:
`projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID}` for occurrences and
projects/{PROJECT_ID}/notes/{NOTE_ID} for notes
sourceraw docstring

occurrences-getNotes$clj

(occurrences-getNotes$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/getNotes

Required parameters: name

Optional parameters: none

Gets the Note attached to the given Occurrence.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/getNotes

Required parameters: name

Optional parameters: none

Gets the `Note` attached to the given `Occurrence`.
sourceraw docstring

occurrences-getVulnerabilitySummary$clj

(occurrences-getVulnerabilitySummary$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/getVulnerabilitySummary

Required parameters: parent

Optional parameters: filter

Gets a summary of the number and severity of occurrences.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/getVulnerabilitySummary

Required parameters: parent

Optional parameters: filter

Gets a summary of the number and severity of occurrences.
sourceraw docstring

occurrences-list$clj

(occurrences-list$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/list

Required parameters: parent

Optional parameters: name, filter, pageToken, kind, pageSize

Lists active Occurrences for a given project matching the filters.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/list

Required parameters: parent

Optional parameters: name, filter, pageToken, kind, pageSize

Lists active `Occurrences` for a given project matching the filters.
sourceraw docstring

occurrences-patch$clj

(occurrences-patch$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:noteName string, :remediation string, :resourceUrl string, :buildDetails {:provenance BuildProvenance, :provenanceBytes string}, :vulnerabilityDetails {:severity string, :cvssScore number, :type string, :effectiveSeverity string, :packageIssue [PackageIssue]}, :name string, :createTime string, :discovered {:operation Operation, :analysisStatus string, :continuousAnalysis string, :cpe string, :analysisStatusError Status}, :updateTime string, :upgrade {:distribution UpgradeDistribution, :package string, :parsedVersion Version}, :installation {:name string, :location [Location]}, :derivedImage {:baseResourceUrl string, :fingerprint Fingerprint, :layerInfo [Layer], :distance integer}, :attestation {:pgpSignedAttestation PgpSignedAttestation}, :resource {:name string, :contentHash Hash, :uri string}, :kind string, :deployment {:platform string, :deployTime string, :address string, :resourceUri [string], :config string, :userEmail string, :undeployTime string}}

Updates an existing occurrence.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:noteName string,
 :remediation string,
 :resourceUrl string,
 :buildDetails {:provenance BuildProvenance, :provenanceBytes string},
 :vulnerabilityDetails {:severity string,
                        :cvssScore number,
                        :type string,
                        :effectiveSeverity string,
                        :packageIssue [PackageIssue]},
 :name string,
 :createTime string,
 :discovered {:operation Operation,
              :analysisStatus string,
              :continuousAnalysis string,
              :cpe string,
              :analysisStatusError Status},
 :updateTime string,
 :upgrade {:distribution UpgradeDistribution,
           :package string,
           :parsedVersion Version},
 :installation {:name string, :location [Location]},
 :derivedImage {:baseResourceUrl string,
                :fingerprint Fingerprint,
                :layerInfo [Layer],
                :distance integer},
 :attestation {:pgpSignedAttestation PgpSignedAttestation},
 :resource {:name string, :contentHash Hash, :uri string},
 :kind string,
 :deployment {:platform string,
              :deployTime string,
              :address string,
              :resourceUri [string],
              :config string,
              :userEmail string,
              :undeployTime string}}

Updates an existing occurrence.
sourceraw docstring

occurrences-setIamPolicy$clj

(occurrences-setIamPolicy$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:policy {:version integer, :bindings [Binding], :etag string}}

Sets the access control policy on the specified Note or Occurrence. Requires containeranalysis.notes.setIamPolicy or containeranalysis.occurrences.setIamPolicy permission if the resource is a Note or an Occurrence, respectively. Attempting to call this method without these permissions will result in a PERMISSION_DENIEDerror. Attempting to call this method on a non-existent resource will result in aNOT_FOUNDerror if the user hascontaineranalysis.notes.listpermission on aNoteorcontaineranalysis.occurrences.liston anOccurrence, or aPERMISSION_DENIEDerror otherwise. The resource takes the following formats:projects/{projectid}/occurrences/{occurrenceid}` for occurrences and projects/{projectid}/notes/{noteid} for notes

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:policy {:version integer, :bindings [Binding], :etag string}}

Sets the access control policy on the specified `Note` or `Occurrence`.
Requires `containeranalysis.notes.setIamPolicy` or
`containeranalysis.occurrences.setIamPolicy` permission if the resource is
a `Note` or an `Occurrence`, respectively.
Attempting to call this method without these permissions will result in a `
`PERMISSION_DENIED` error.
Attempting to call this method on a non-existent resource will result in a
`NOT_FOUND` error if the user has `containeranalysis.notes.list` permission
on a `Note` or `containeranalysis.occurrences.list` on an `Occurrence`, or
a `PERMISSION_DENIED` error otherwise. The resource takes the following
formats: `projects/{projectid}/occurrences/{occurrenceid}` for occurrences
and projects/{projectid}/notes/{noteid} for notes
sourceraw docstring

occurrences-testIamPermissions$clj

(occurrences-testIamPermissions$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns the permissions that a caller has on the specified note or occurrence resource. Requires list permission on the project (for example, "storage.objects.list" on the containing bucket for testing permission of an object). Attempting to call this method on a non-existent resource will result in a NOT_FOUND error if the user has list permission on the project, or a PERMISSION_DENIED error otherwise. The resource takes the following formats: projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID} for Occurrences and projects/{PROJECT_ID}/notes/{NOTE_ID} for Notes

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/occurrences/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns the permissions that a caller has on the specified note or
occurrence resource. Requires list permission on the project (for example,
"storage.objects.list" on the containing bucket for testing permission of
an object). Attempting to call this method on a non-existent resource will
result in a `NOT_FOUND` error if the user has list permission on the
project, or a `PERMISSION_DENIED` error otherwise. The resource takes the
following formats: `projects/{PROJECT_ID}/occurrences/{OCCURRENCE_ID}` for
`Occurrences` and `projects/{PROJECT_ID}/notes/{NOTE_ID}` for `Notes`
sourceraw docstring

operations-create$clj

(operations-create$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/operations/create

Required parameters: parent

Optional parameters: none

Body:

{:operation {:name string, :error Status, :metadata {}, :done boolean, :response {}}, :operationId string}

Creates a new Operation.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/operations/create

Required parameters: parent

Optional parameters: none

Body: 

{:operation {:name string,
             :error Status,
             :metadata {},
             :done boolean,
             :response {}},
 :operationId string}

Creates a new `Operation`.
sourceraw docstring

operations-patch$clj

(operations-patch$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/operations/patch

Required parameters: name

Optional parameters: none

Body:

{:updateMask string, :operation {:name string, :error Status, :metadata {}, :done boolean, :response {}}}

Updates an existing operation returns an error if operation does not exist. The only valid operations are to update mark the done bit change the result.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/operations/patch

Required parameters: name

Optional parameters: none

Body: 

{:updateMask string,
 :operation {:name string,
             :error Status,
             :metadata {},
             :done boolean,
             :response {}}}

Updates an existing operation returns an error if operation
 does not exist. The only valid operations are to update mark the done bit
change the result.
sourceraw docstring

scanConfigs-get$clj

(scanConfigs-get$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/scanConfigs/get

Required parameters: name

Optional parameters: none

Gets a specific scan configuration for a project.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/scanConfigs/get

Required parameters: name

Optional parameters: none

Gets a specific scan configuration for a project.
sourceraw docstring

scanConfigs-list$clj

(scanConfigs-list$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/scanConfigs/list

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

Lists scan configurations for a project.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/scanConfigs/list

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

Lists scan configurations for a project.
sourceraw docstring

scanConfigs-patch$clj

(scanConfigs-patch$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/scanConfigs/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:createTime string, :updateTime string, :name string, :description string, :enabled boolean}

Updates the scan configuration to a new value.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1alpha1/projects/scanConfigs/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:createTime string,
 :updateTime string,
 :name string,
 :description string,
 :enabled boolean}

Updates the scan configuration to a new value.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close