Documentation ¶
Overview ¶
Package containeranalysis provides access to the Container Analysis API.
For product documentation, see: https://cloud.google.com/container-analysis/api/reference/rest/
Creating a client ¶
Usage example:
import "google.golang.org/api/containeranalysis/v1" ... ctx := context.Background() containeranalysisService, err := containeranalysis.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication.
For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options ¶
To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:
containeranalysisService, err := containeranalysis.NewService(ctx, option.WithAPIKey("AIza..."))
To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:
config := &oauth2.Config{...} // ... token, err := config.Exchange(ctx, ...) containeranalysisService, err := containeranalysis.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See https://godoc.org/google.golang.org/api/option/ for details on options.
Index ¶
- Constants
- type AliasContext
- type Artifact
- type AttestationNote
- type AttestationOccurrence
- type BatchCreateNotesRequest
- type BatchCreateNotesResponse
- type BatchCreateOccurrencesRequest
- type BatchCreateOccurrencesResponse
- type Binding
- type BuildNote
- type BuildOccurrence
- type BuildProvenance
- type BuildStep
- type BuilderConfig
- type CVSSv3
- type CancelOperationRequest
- type Category
- type CisBenchmark
- type CloudRepoSourceContext
- type Command
- type Completeness
- type ComplianceNote
- type ComplianceOccurrence
- type ComplianceVersion
- type DSSEAttestationNote
- type DSSEAttestationOccurrence
- type DSSEHint
- type DeploymentNote
- type DeploymentOccurrence
- type Detail
- type DiscoveryNote
- type DiscoveryOccurrence
- type Distribution
- type Empty
- type Envelope
- type EnvelopeSignature
- type Expr
- type FileHashes
- type Fingerprint
- type FixableTotalByDigest
- type GerritSourceContext
- type GetIamPolicyRequest
- type GetPolicyOptions
- type GitSourceContext
- type GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata
- type Hash
- type Hint
- type Identity
- type ImageNote
- type ImageOccurrence
- type InTotoProvenance
- type InTotoStatement
- type Jwt
- type KnowledgeBase
- type Layer
- type ListNoteOccurrencesResponse
- type ListNotesResponse
- type ListOccurrencesResponse
- type ListOperationsResponse
- type Location
- type Metadata
- type NonCompliantFile
- type Note
- type Occurrence
- type Operation
- type OperationsCancelCall
- type OperationsDeleteCall
- type OperationsGetCall
- func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall
- func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall
- func (c *OperationsGetCall) Header() http.Header
- func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall
- type OperationsListCall
- func (c *OperationsListCall) Context(ctx context.Context) *OperationsListCall
- func (c *OperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsResponse, error)
- func (c *OperationsListCall) Fields(s ...googleapi.Field) *OperationsListCall
- func (c *OperationsListCall) Filter(filter string) *OperationsListCall
- func (c *OperationsListCall) Header() http.Header
- func (c *OperationsListCall) IfNoneMatch(entityTag string) *OperationsListCall
- func (c *OperationsListCall) PageSize(pageSize int64) *OperationsListCall
- func (c *OperationsListCall) PageToken(pageToken string) *OperationsListCall
- func (c *OperationsListCall) Pages(ctx context.Context, f func(*ListOperationsResponse) error) error
- type OperationsService
- func (r *OperationsService) Cancel(name string, canceloperationrequest *CancelOperationRequest) *OperationsCancelCall
- func (r *OperationsService) Delete(name string) *OperationsDeleteCall
- func (r *OperationsService) Get(name string) *OperationsGetCall
- func (r *OperationsService) List(name string) *OperationsListCall
- type PackageIssue
- type PackageNote
- type PackageOccurrence
- type Policy
- type ProjectRepoId
- type ProjectsNotesBatchCreateCall
- func (c *ProjectsNotesBatchCreateCall) Context(ctx context.Context) *ProjectsNotesBatchCreateCall
- func (c *ProjectsNotesBatchCreateCall) Do(opts ...googleapi.CallOption) (*BatchCreateNotesResponse, error)
- func (c *ProjectsNotesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsNotesBatchCreateCall
- func (c *ProjectsNotesBatchCreateCall) Header() http.Header
- type ProjectsNotesCreateCall
- func (c *ProjectsNotesCreateCall) Context(ctx context.Context) *ProjectsNotesCreateCall
- func (c *ProjectsNotesCreateCall) Do(opts ...googleapi.CallOption) (*Note, error)
- func (c *ProjectsNotesCreateCall) Fields(s ...googleapi.Field) *ProjectsNotesCreateCall
- func (c *ProjectsNotesCreateCall) Header() http.Header
- func (c *ProjectsNotesCreateCall) NoteId(noteId string) *ProjectsNotesCreateCall
- type ProjectsNotesDeleteCall
- func (c *ProjectsNotesDeleteCall) Context(ctx context.Context) *ProjectsNotesDeleteCall
- func (c *ProjectsNotesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsNotesDeleteCall) Fields(s ...googleapi.Field) *ProjectsNotesDeleteCall
- func (c *ProjectsNotesDeleteCall) Header() http.Header
- type ProjectsNotesGetCall
- func (c *ProjectsNotesGetCall) Context(ctx context.Context) *ProjectsNotesGetCall
- func (c *ProjectsNotesGetCall) Do(opts ...googleapi.CallOption) (*Note, error)
- func (c *ProjectsNotesGetCall) Fields(s ...googleapi.Field) *ProjectsNotesGetCall
- func (c *ProjectsNotesGetCall) Header() http.Header
- func (c *ProjectsNotesGetCall) IfNoneMatch(entityTag string) *ProjectsNotesGetCall
- type ProjectsNotesGetIamPolicyCall
- func (c *ProjectsNotesGetIamPolicyCall) Context(ctx context.Context) *ProjectsNotesGetIamPolicyCall
- func (c *ProjectsNotesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsNotesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsNotesGetIamPolicyCall
- func (c *ProjectsNotesGetIamPolicyCall) Header() http.Header
- type ProjectsNotesListCall
- func (c *ProjectsNotesListCall) Context(ctx context.Context) *ProjectsNotesListCall
- func (c *ProjectsNotesListCall) Do(opts ...googleapi.CallOption) (*ListNotesResponse, error)
- func (c *ProjectsNotesListCall) Fields(s ...googleapi.Field) *ProjectsNotesListCall
- func (c *ProjectsNotesListCall) Filter(filter string) *ProjectsNotesListCall
- func (c *ProjectsNotesListCall) Header() http.Header
- func (c *ProjectsNotesListCall) IfNoneMatch(entityTag string) *ProjectsNotesListCall
- func (c *ProjectsNotesListCall) PageSize(pageSize int64) *ProjectsNotesListCall
- func (c *ProjectsNotesListCall) PageToken(pageToken string) *ProjectsNotesListCall
- func (c *ProjectsNotesListCall) Pages(ctx context.Context, f func(*ListNotesResponse) error) error
- type ProjectsNotesOccurrencesListCall
- func (c *ProjectsNotesOccurrencesListCall) Context(ctx context.Context) *ProjectsNotesOccurrencesListCall
- func (c *ProjectsNotesOccurrencesListCall) Do(opts ...googleapi.CallOption) (*ListNoteOccurrencesResponse, error)
- func (c *ProjectsNotesOccurrencesListCall) Fields(s ...googleapi.Field) *ProjectsNotesOccurrencesListCall
- func (c *ProjectsNotesOccurrencesListCall) Filter(filter string) *ProjectsNotesOccurrencesListCall
- func (c *ProjectsNotesOccurrencesListCall) Header() http.Header
- func (c *ProjectsNotesOccurrencesListCall) IfNoneMatch(entityTag string) *ProjectsNotesOccurrencesListCall
- func (c *ProjectsNotesOccurrencesListCall) PageSize(pageSize int64) *ProjectsNotesOccurrencesListCall
- func (c *ProjectsNotesOccurrencesListCall) PageToken(pageToken string) *ProjectsNotesOccurrencesListCall
- func (c *ProjectsNotesOccurrencesListCall) Pages(ctx context.Context, f func(*ListNoteOccurrencesResponse) error) error
- type ProjectsNotesOccurrencesService
- type ProjectsNotesPatchCall
- func (c *ProjectsNotesPatchCall) Context(ctx context.Context) *ProjectsNotesPatchCall
- func (c *ProjectsNotesPatchCall) Do(opts ...googleapi.CallOption) (*Note, error)
- func (c *ProjectsNotesPatchCall) Fields(s ...googleapi.Field) *ProjectsNotesPatchCall
- func (c *ProjectsNotesPatchCall) Header() http.Header
- func (c *ProjectsNotesPatchCall) UpdateMask(updateMask string) *ProjectsNotesPatchCall
- type ProjectsNotesService
- func (r *ProjectsNotesService) BatchCreate(parent string, batchcreatenotesrequest *BatchCreateNotesRequest) *ProjectsNotesBatchCreateCall
- func (r *ProjectsNotesService) Create(parent string, note *Note) *ProjectsNotesCreateCall
- func (r *ProjectsNotesService) Delete(name string) *ProjectsNotesDeleteCall
- func (r *ProjectsNotesService) Get(name string) *ProjectsNotesGetCall
- func (r *ProjectsNotesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsNotesGetIamPolicyCall
- func (r *ProjectsNotesService) List(parent string) *ProjectsNotesListCall
- func (r *ProjectsNotesService) Patch(name string, note *Note) *ProjectsNotesPatchCall
- func (r *ProjectsNotesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsNotesSetIamPolicyCall
- func (r *ProjectsNotesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsNotesTestIamPermissionsCall
- type ProjectsNotesSetIamPolicyCall
- func (c *ProjectsNotesSetIamPolicyCall) Context(ctx context.Context) *ProjectsNotesSetIamPolicyCall
- func (c *ProjectsNotesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsNotesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsNotesSetIamPolicyCall
- func (c *ProjectsNotesSetIamPolicyCall) Header() http.Header
- type ProjectsNotesTestIamPermissionsCall
- func (c *ProjectsNotesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsNotesTestIamPermissionsCall
- func (c *ProjectsNotesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsNotesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsNotesTestIamPermissionsCall
- func (c *ProjectsNotesTestIamPermissionsCall) Header() http.Header
- type ProjectsOccurrencesBatchCreateCall
- func (c *ProjectsOccurrencesBatchCreateCall) Context(ctx context.Context) *ProjectsOccurrencesBatchCreateCall
- func (c *ProjectsOccurrencesBatchCreateCall) Do(opts ...googleapi.CallOption) (*BatchCreateOccurrencesResponse, error)
- func (c *ProjectsOccurrencesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesBatchCreateCall
- func (c *ProjectsOccurrencesBatchCreateCall) Header() http.Header
- type ProjectsOccurrencesCreateCall
- func (c *ProjectsOccurrencesCreateCall) Context(ctx context.Context) *ProjectsOccurrencesCreateCall
- func (c *ProjectsOccurrencesCreateCall) Do(opts ...googleapi.CallOption) (*Occurrence, error)
- func (c *ProjectsOccurrencesCreateCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesCreateCall
- func (c *ProjectsOccurrencesCreateCall) Header() http.Header
- type ProjectsOccurrencesDeleteCall
- func (c *ProjectsOccurrencesDeleteCall) Context(ctx context.Context) *ProjectsOccurrencesDeleteCall
- func (c *ProjectsOccurrencesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsOccurrencesDeleteCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesDeleteCall
- func (c *ProjectsOccurrencesDeleteCall) Header() http.Header
- type ProjectsOccurrencesGetCall
- func (c *ProjectsOccurrencesGetCall) Context(ctx context.Context) *ProjectsOccurrencesGetCall
- func (c *ProjectsOccurrencesGetCall) Do(opts ...googleapi.CallOption) (*Occurrence, error)
- func (c *ProjectsOccurrencesGetCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesGetCall
- func (c *ProjectsOccurrencesGetCall) Header() http.Header
- func (c *ProjectsOccurrencesGetCall) IfNoneMatch(entityTag string) *ProjectsOccurrencesGetCall
- type ProjectsOccurrencesGetIamPolicyCall
- func (c *ProjectsOccurrencesGetIamPolicyCall) Context(ctx context.Context) *ProjectsOccurrencesGetIamPolicyCall
- func (c *ProjectsOccurrencesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsOccurrencesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesGetIamPolicyCall
- func (c *ProjectsOccurrencesGetIamPolicyCall) Header() http.Header
- type ProjectsOccurrencesGetNotesCall
- func (c *ProjectsOccurrencesGetNotesCall) Context(ctx context.Context) *ProjectsOccurrencesGetNotesCall
- func (c *ProjectsOccurrencesGetNotesCall) Do(opts ...googleapi.CallOption) (*Note, error)
- func (c *ProjectsOccurrencesGetNotesCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesGetNotesCall
- func (c *ProjectsOccurrencesGetNotesCall) Header() http.Header
- func (c *ProjectsOccurrencesGetNotesCall) IfNoneMatch(entityTag string) *ProjectsOccurrencesGetNotesCall
- type ProjectsOccurrencesGetVulnerabilitySummaryCall
- func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) Context(ctx context.Context) *ProjectsOccurrencesGetVulnerabilitySummaryCall
- func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) Do(opts ...googleapi.CallOption) (*VulnerabilityOccurrencesSummary, error)
- func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesGetVulnerabilitySummaryCall
- func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) Filter(filter string) *ProjectsOccurrencesGetVulnerabilitySummaryCall
- func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) Header() http.Header
- func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) IfNoneMatch(entityTag string) *ProjectsOccurrencesGetVulnerabilitySummaryCall
- type ProjectsOccurrencesListCall
- func (c *ProjectsOccurrencesListCall) Context(ctx context.Context) *ProjectsOccurrencesListCall
- func (c *ProjectsOccurrencesListCall) Do(opts ...googleapi.CallOption) (*ListOccurrencesResponse, error)
- func (c *ProjectsOccurrencesListCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesListCall
- func (c *ProjectsOccurrencesListCall) Filter(filter string) *ProjectsOccurrencesListCall
- func (c *ProjectsOccurrencesListCall) Header() http.Header
- func (c *ProjectsOccurrencesListCall) IfNoneMatch(entityTag string) *ProjectsOccurrencesListCall
- func (c *ProjectsOccurrencesListCall) PageSize(pageSize int64) *ProjectsOccurrencesListCall
- func (c *ProjectsOccurrencesListCall) PageToken(pageToken string) *ProjectsOccurrencesListCall
- func (c *ProjectsOccurrencesListCall) Pages(ctx context.Context, f func(*ListOccurrencesResponse) error) error
- type ProjectsOccurrencesPatchCall
- func (c *ProjectsOccurrencesPatchCall) Context(ctx context.Context) *ProjectsOccurrencesPatchCall
- func (c *ProjectsOccurrencesPatchCall) Do(opts ...googleapi.CallOption) (*Occurrence, error)
- func (c *ProjectsOccurrencesPatchCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesPatchCall
- func (c *ProjectsOccurrencesPatchCall) Header() http.Header
- func (c *ProjectsOccurrencesPatchCall) UpdateMask(updateMask string) *ProjectsOccurrencesPatchCall
- type ProjectsOccurrencesService
- func (r *ProjectsOccurrencesService) BatchCreate(parent string, batchcreateoccurrencesrequest *BatchCreateOccurrencesRequest) *ProjectsOccurrencesBatchCreateCall
- func (r *ProjectsOccurrencesService) Create(parent string, occurrence *Occurrence) *ProjectsOccurrencesCreateCall
- func (r *ProjectsOccurrencesService) Delete(name string) *ProjectsOccurrencesDeleteCall
- func (r *ProjectsOccurrencesService) Get(name string) *ProjectsOccurrencesGetCall
- func (r *ProjectsOccurrencesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsOccurrencesGetIamPolicyCall
- func (r *ProjectsOccurrencesService) GetNotes(name string) *ProjectsOccurrencesGetNotesCall
- func (r *ProjectsOccurrencesService) GetVulnerabilitySummary(parent string) *ProjectsOccurrencesGetVulnerabilitySummaryCall
- func (r *ProjectsOccurrencesService) List(parent string) *ProjectsOccurrencesListCall
- func (r *ProjectsOccurrencesService) Patch(name string, occurrence *Occurrence) *ProjectsOccurrencesPatchCall
- func (r *ProjectsOccurrencesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsOccurrencesSetIamPolicyCall
- func (r *ProjectsOccurrencesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsOccurrencesTestIamPermissionsCall
- type ProjectsOccurrencesSetIamPolicyCall
- func (c *ProjectsOccurrencesSetIamPolicyCall) Context(ctx context.Context) *ProjectsOccurrencesSetIamPolicyCall
- func (c *ProjectsOccurrencesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsOccurrencesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesSetIamPolicyCall
- func (c *ProjectsOccurrencesSetIamPolicyCall) Header() http.Header
- type ProjectsOccurrencesTestIamPermissionsCall
- func (c *ProjectsOccurrencesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsOccurrencesTestIamPermissionsCall
- func (c *ProjectsOccurrencesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsOccurrencesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesTestIamPermissionsCall
- func (c *ProjectsOccurrencesTestIamPermissionsCall) Header() http.Header
- type ProjectsService
- type Recipe
- type RelatedUrl
- type RepoId
- type Service
- type SetIamPolicyRequest
- type Signature
- type Source
- type SourceContext
- type Status
- type Subject
- type TestIamPermissionsRequest
- type TestIamPermissionsResponse
- type TimeSpan
- type UpgradeDistribution
- type UpgradeNote
- type UpgradeOccurrence
- type Version
- type Volume
- type VulnerabilityNote
- type VulnerabilityOccurrence
- type VulnerabilityOccurrencesSummary
- type WindowsDetail
- type WindowsUpdate
Constants ¶
const ( // See, edit, configure, and delete your Google Cloud data and see the // email address for your Google Account. CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliasContext ¶
type AliasContext struct { // Kind: The alias kind. // // Possible values: // "KIND_UNSPECIFIED" - Unknown. // "FIXED" - Git tag. // "MOVABLE" - Git branch. // "OTHER" - Used to specify non-standard aliases. For example, if a // Git repo has a ref named "refs/foo/bar". Kind string `json:"kind,omitempty"` // Name: The alias name. Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AliasContext: An alias to a repo revision.
func (*AliasContext) MarshalJSON ¶
func (s *AliasContext) MarshalJSON() ([]byte, error)
type Artifact ¶
type Artifact struct { // Checksum: Hash or checksum value of a binary, or Docker Registry 2.0 // digest of a container. Checksum string `json:"checksum,omitempty"` // Id: Artifact ID, if any; for container images, this will be a URL by // digest like `gcr.io/projectID/imagename@sha256:123456`. Id string `json:"id,omitempty"` // Names: Related artifact names. This may be the path to a binary or // jar file, or in the case of a container build, the name used to push // the container image to Google Container Registry, as presented to // `docker push`. Note that a single Artifact ID can have multiple // names, for example if two tags are applied to one image. Names []string `json:"names,omitempty"` // ForceSendFields is a list of field names (e.g. "Checksum") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Checksum") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Artifact: Artifact describes a build product.
func (*Artifact) MarshalJSON ¶
type AttestationNote ¶
type AttestationNote struct { // Hint: Hint hints at the purpose of the attestation authority. Hint *Hint `json:"hint,omitempty"` // ForceSendFields is a list of field names (e.g. "Hint") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Hint") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AttestationNote: Note kind that represents a logical attestation "role" or "authority". For example, an organization might have one `Authority` for "QA" and one for "build". This note is intended to act strictly as a grouping mechanism for the attached occurrences (Attestations). This grouping mechanism also provides a security boundary, since IAM ACLs gate the ability for a principle to attach an occurrence to a given note. It also provides a single point of lookup to find all attached attestation occurrences, even if they don't all live in the same project.
func (*AttestationNote) MarshalJSON ¶
func (s *AttestationNote) MarshalJSON() ([]byte, error)
type AttestationOccurrence ¶
type AttestationOccurrence struct { // Jwts: One or more JWTs encoding a self-contained attestation. Each // JWT encodes the payload that it verifies within the JWT itself. // Verifier implementation SHOULD ignore the `serialized_payload` field // when verifying these JWTs. If only JWTs are present on this // AttestationOccurrence, then the `serialized_payload` SHOULD be left // empty. Each JWT SHOULD encode a claim specific to the `resource_uri` // of this Occurrence, but this is not validated by Grafeas metadata API // implementations. The JWT itself is opaque to Grafeas. Jwts []*Jwt `json:"jwts,omitempty"` // SerializedPayload: Required. The serialized payload that is verified // by one or more `signatures`. SerializedPayload string `json:"serializedPayload,omitempty"` // Signatures: One or more signatures over `serialized_payload`. // Verifier implementations should consider this attestation message // verified if at least one `signature` verifies `serialized_payload`. // See `Signature` in common.proto for more details on signature // structure and verification. Signatures []*Signature `json:"signatures,omitempty"` // ForceSendFields is a list of field names (e.g. "Jwts") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Jwts") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AttestationOccurrence: Occurrence that represents a single "attestation". The authenticity of an attestation can be verified using the attached signature. If the verifier trusts the public key of the signer, then verifying the signature is sufficient to establish trust. In this circumstance, the authority to which this attestation is attached is primarily useful for lookup (how to find this attestation if you already know the authority and artifact to be verified) and intent (for which authority this attestation was intended to sign.
func (*AttestationOccurrence) MarshalJSON ¶
func (s *AttestationOccurrence) MarshalJSON() ([]byte, error)
type BatchCreateNotesRequest ¶
type BatchCreateNotesRequest struct { // Notes: Required. The notes to create. Max allowed length is 1000. Notes map[string]Note `json:"notes,omitempty"` // ForceSendFields is a list of field names (e.g. "Notes") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Notes") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
BatchCreateNotesRequest: Request to create notes in batch.
func (*BatchCreateNotesRequest) MarshalJSON ¶
func (s *BatchCreateNotesRequest) MarshalJSON() ([]byte, error)
type BatchCreateNotesResponse ¶
type BatchCreateNotesResponse struct { // Notes: The notes that were created. Notes []*Note `json:"notes,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Notes") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Notes") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
BatchCreateNotesResponse: Response for creating notes in batch.
func (*BatchCreateNotesResponse) MarshalJSON ¶
func (s *BatchCreateNotesResponse) MarshalJSON() ([]byte, error)
type BatchCreateOccurrencesRequest ¶
type BatchCreateOccurrencesRequest struct { // Occurrences: Required. The occurrences to create. Max allowed length // is 1000. Occurrences []*Occurrence `json:"occurrences,omitempty"` // ForceSendFields is a list of field names (e.g. "Occurrences") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Occurrences") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
BatchCreateOccurrencesRequest: Request to create occurrences in batch.
func (*BatchCreateOccurrencesRequest) MarshalJSON ¶
func (s *BatchCreateOccurrencesRequest) MarshalJSON() ([]byte, error)
type BatchCreateOccurrencesResponse ¶
type BatchCreateOccurrencesResponse struct { // Occurrences: The occurrences that were created. Occurrences []*Occurrence `json:"occurrences,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Occurrences") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Occurrences") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
BatchCreateOccurrencesResponse: Response for creating occurrences in batch.
func (*BatchCreateOccurrencesResponse) MarshalJSON ¶
func (s *BatchCreateOccurrencesResponse) MarshalJSON() ([]byte, error)
type Binding ¶
type Binding struct { // Condition: The condition that is associated with this binding. If the // condition evaluates to `true`, then this binding applies to the // current request. If the condition evaluates to `false`, then this // binding does not apply to the current request. However, a different // role binding might grant the same role to one or more of the // principals in this binding. To learn which resources support // conditions in their IAM policies, see the IAM documentation // (https://cloud.google.com/iam/help/conditions/resource-policies). Condition *Expr `json:"condition,omitempty"` // Members: Specifies the principals requesting access for a Cloud // Platform resource. `members` can have the following values: * // `allUsers`: A special identifier that represents anyone who is on the // internet; with or without a Google account. * // `allAuthenticatedUsers`: A special identifier that represents anyone // who is authenticated with a Google account or a service account. * // `user:{emailid}`: An email address that represents a specific Google // account. For example, `alice@example.com` . * // `serviceAccount:{emailid}`: An email address that represents a // service account. For example, // `my-other-app@appspot.gserviceaccount.com`. * `group:{emailid}`: An // email address that represents a Google group. For example, // `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An // email address (plus unique identifier) representing a user that has // been recently deleted. For example, // `alice@example.com?uid=123456789012345678901`. If the user is // recovered, this value reverts to `user:{emailid}` and the recovered // user retains the role in the binding. * // `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address // (plus unique identifier) representing a service account that has been // recently deleted. For example, // `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. // If the service account is undeleted, this value reverts to // `serviceAccount:{emailid}` and the undeleted service account retains // the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: // An email address (plus unique identifier) representing a Google group // that has been recently deleted. For example, // `admins@example.com?uid=123456789012345678901`. If the group is // recovered, this value reverts to `group:{emailid}` and the recovered // group retains the role in the binding. * `domain:{domain}`: The G // Suite domain (primary) that represents all the users of that domain. // For example, `google.com` or `example.com`. Members []string `json:"members,omitempty"` // Role: Role that is assigned to the list of `members`, or principals. // For example, `roles/viewer`, `roles/editor`, or `roles/owner`. Role string `json:"role,omitempty"` // ForceSendFields is a list of field names (e.g. "Condition") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Condition") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Binding: Associates `members`, or principals, with a `role`.
func (*Binding) MarshalJSON ¶
type BuildNote ¶
type BuildNote struct { // BuilderVersion: Required. Immutable. Version of the builder which // produced this build. BuilderVersion string `json:"builderVersion,omitempty"` // ForceSendFields is a list of field names (e.g. "BuilderVersion") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BuilderVersion") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
BuildNote: Note holding the version of the provider's builder and the signature of the provenance message in the build details occurrence.
func (*BuildNote) MarshalJSON ¶
type BuildOccurrence ¶
type BuildOccurrence struct { // IntotoProvenance: In-toto Provenance representation as defined in // spec. IntotoProvenance *InTotoProvenance `json:"intotoProvenance,omitempty"` // Provenance: Required. The actual provenance for the build. Provenance *BuildProvenance `json:"provenance,omitempty"` // ProvenanceBytes: Serialized JSON representation of the provenance, // used in generating the build signature in the corresponding build // note. After verifying the signature, `provenance_bytes` can be // unmarshalled and compared to the provenance to confirm that it is // unchanged. A base64-encoded string representation of the provenance // bytes is used for the signature in order to interoperate with openssl // which expects this format for signature verification. The serialized // form is captured both to avoid ambiguity in how the provenance is // marshalled to json as well to prevent incompatibilities with future // changes. ProvenanceBytes string `json:"provenanceBytes,omitempty"` // ForceSendFields is a list of field names (e.g. "IntotoProvenance") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "IntotoProvenance") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
BuildOccurrence: Details of a build occurrence.
func (*BuildOccurrence) MarshalJSON ¶
func (s *BuildOccurrence) MarshalJSON() ([]byte, error)
type BuildProvenance ¶
type BuildProvenance struct { // BuildOptions: Special options applied to this build. This is a // catch-all field where build providers can enter any desired // additional details. BuildOptions map[string]string `json:"buildOptions,omitempty"` // BuilderVersion: Version string of the builder at the time this build // was executed. BuilderVersion string `json:"builderVersion,omitempty"` // BuiltArtifacts: Output of the build. BuiltArtifacts []*Artifact `json:"builtArtifacts,omitempty"` // Commands: Commands requested by the build. Commands []*Command `json:"commands,omitempty"` // CreateTime: Time at which the build was created. CreateTime string `json:"createTime,omitempty"` // Creator: E-mail address of the user who initiated this build. Note // that this was the user's e-mail address at the time the build was // initiated; this address may not represent the same end-user for all // time. Creator string `json:"creator,omitempty"` // EndTime: Time at which execution of the build was finished. EndTime string `json:"endTime,omitempty"` // Id: Required. Unique identifier of the build. Id string `json:"id,omitempty"` // LogsUri: URI where any logs for this provenance were written. LogsUri string `json:"logsUri,omitempty"` // ProjectId: ID of the project. ProjectId string `json:"projectId,omitempty"` // SourceProvenance: Details of the Source input to the build. SourceProvenance *Source `json:"sourceProvenance,omitempty"` // StartTime: Time at which execution of the build was started. StartTime string `json:"startTime,omitempty"` // TriggerId: Trigger identifier if the build was triggered // automatically; empty if not. TriggerId string `json:"triggerId,omitempty"` // ForceSendFields is a list of field names (e.g. "BuildOptions") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BuildOptions") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
BuildProvenance: Provenance of a build. Contains all information needed to verify the full details about the build from source to completion.
func (*BuildProvenance) MarshalJSON ¶
func (s *BuildProvenance) MarshalJSON() ([]byte, error)
type BuildStep ¶
type BuildStep struct { // Args: A list of arguments that will be presented to the step when it // is started. If the image used to run the step's container has an // entrypoint, the `args` are used as arguments to that entrypoint. If // the image does not define an entrypoint, the first element in args is // used as the entrypoint, and the remainder will be used as arguments. Args []string `json:"args,omitempty"` // Dir: Working directory to use when running this step's container. If // this value is a relative path, it is relative to the build's working // directory. If this value is absolute, it may be outside the build's // working directory, in which case the contents of the path may not be // persisted across build step executions, unless a `volume` for that // path is specified. If the build specifies a `RepoSource` with `dir` // and a step with a `dir`, which specifies an absolute path, the // `RepoSource` `dir` is ignored for the step's execution. Dir string `json:"dir,omitempty"` // Entrypoint: Entrypoint to be used instead of the build step image's // default entrypoint. If unset, the image's default entrypoint is used. Entrypoint string `json:"entrypoint,omitempty"` // Env: A list of environment variable definitions to be used when // running a step. The elements are of the form "KEY=VALUE" for the // environment variable "KEY" being given the value "VALUE". Env []string `json:"env,omitempty"` // Id: Unique identifier for this build step, used in `wait_for` to // reference this build step as a dependency. Id string `json:"id,omitempty"` // Name: Required. The name of the container image that will run this // particular build step. If the image is available in the host's Docker // daemon's cache, it will be run directly. If not, the host will // attempt to pull the image first, using the builder service account's // credentials if necessary. The Docker daemon's cache will already have // the latest versions of all of the officially supported build steps // (https://github.com/GoogleCloudPlatform/cloud-builders // (https://github.com/GoogleCloudPlatform/cloud-builders)). The Docker // daemon will also have cached many of the layers for some popular // images, like "ubuntu", "debian", but they will be refreshed at the // time you attempt to use them. If you built an image in a previous // build step, it will be stored in the host's Docker daemon's cache and // is available to use as the name for a later build step. Name string `json:"name,omitempty"` // PullTiming: Output only. Stores timing information for pulling this // build step's builder image only. PullTiming *TimeSpan `json:"pullTiming,omitempty"` // Script: A shell script to be executed in the step. When script is // provided, the user cannot specify the entrypoint or args. Script string `json:"script,omitempty"` // SecretEnv: A list of environment variables which are encrypted using // a Cloud Key Management Service crypto key. These values must be // specified in the build's `Secret`. SecretEnv []string `json:"secretEnv,omitempty"` // Status: Output only. Status of the build step. At this time, build // step status is only updated on build completion; step status is not // updated in real-time as the build progresses. // // Possible values: // "STATUS_UNKNOWN" - Status of the build is unknown. // "PENDING" - Build has been created and is pending execution and // queuing. It has not been queued. // "QUEUED" - Build or step is queued; work has not yet begun. // "WORKING" - Build or step is being executed. // "SUCCESS" - Build or step finished successfully. // "FAILURE" - Build or step failed to complete successfully. // "INTERNAL_ERROR" - Build or step failed due to an internal cause. // "TIMEOUT" - Build or step took longer than was allowed. // "CANCELLED" - Build or step was canceled by a user. // "EXPIRED" - Build was enqueued for longer than the value of // `queue_ttl`. Status string `json:"status,omitempty"` // Timeout: Time limit for executing this build step. If not defined, // the step has no time limit and will be allowed to continue to run // until either it completes or the build itself times out. Timeout string `json:"timeout,omitempty"` // Timing: Output only. Stores timing information for executing this // build step. Timing *TimeSpan `json:"timing,omitempty"` // Volumes: List of volumes to mount into the build step. Each volume is // created as an empty volume prior to execution of the build step. Upon // completion of the build, volumes and their contents are discarded. // Using a named volume in only one step is not valid as it is // indicative of a build request with an incorrect configuration. Volumes []*Volume `json:"volumes,omitempty"` // WaitFor: The ID(s) of the step(s) that this build step depends on. // This build step will not start until all the build steps in // `wait_for` have completed successfully. If `wait_for` is empty, this // build step will start when all previous build steps in the // `Build.Steps` list have completed successfully. WaitFor []string `json:"waitFor,omitempty"` // ForceSendFields is a list of field names (e.g. "Args") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Args") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
BuildStep: A step in the build pipeline.
func (*BuildStep) MarshalJSON ¶
type BuilderConfig ¶
type BuilderConfig struct { Id string `json:"id,omitempty"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*BuilderConfig) MarshalJSON ¶
func (s *BuilderConfig) MarshalJSON() ([]byte, error)
type CVSSv3 ¶
type CVSSv3 struct { // Possible values: // "ATTACK_COMPLEXITY_UNSPECIFIED" // "ATTACK_COMPLEXITY_LOW" // "ATTACK_COMPLEXITY_HIGH" AttackComplexity string `json:"attackComplexity,omitempty"` // AttackVector: Base Metrics Represents the intrinsic characteristics // of a vulnerability that are constant over time and across user // environments. // // Possible values: // "ATTACK_VECTOR_UNSPECIFIED" // "ATTACK_VECTOR_NETWORK" // "ATTACK_VECTOR_ADJACENT" // "ATTACK_VECTOR_LOCAL" // "ATTACK_VECTOR_PHYSICAL" AttackVector string `json:"attackVector,omitempty"` // Possible values: // "IMPACT_UNSPECIFIED" // "IMPACT_HIGH" // "IMPACT_LOW" // "IMPACT_NONE" AvailabilityImpact string `json:"availabilityImpact,omitempty"` // BaseScore: The base score is a function of the base metric scores. BaseScore float64 `json:"baseScore,omitempty"` // Possible values: // "IMPACT_UNSPECIFIED" // "IMPACT_HIGH" // "IMPACT_LOW" // "IMPACT_NONE" ConfidentialityImpact string `json:"confidentialityImpact,omitempty"` ExploitabilityScore float64 `json:"exploitabilityScore,omitempty"` ImpactScore float64 `json:"impactScore,omitempty"` // Possible values: // "IMPACT_UNSPECIFIED" // "IMPACT_HIGH" // "IMPACT_LOW" // "IMPACT_NONE" IntegrityImpact string `json:"integrityImpact,omitempty"` // Possible values: // "PRIVILEGES_REQUIRED_UNSPECIFIED" // "PRIVILEGES_REQUIRED_NONE" // "PRIVILEGES_REQUIRED_LOW" // "PRIVILEGES_REQUIRED_HIGH" PrivilegesRequired string `json:"privilegesRequired,omitempty"` // Possible values: // "SCOPE_UNSPECIFIED" // "SCOPE_UNCHANGED" // "SCOPE_CHANGED" Scope string `json:"scope,omitempty"` // Possible values: // "USER_INTERACTION_UNSPECIFIED" // "USER_INTERACTION_NONE" // "USER_INTERACTION_REQUIRED" UserInteraction string `json:"userInteraction,omitempty"` // ForceSendFields is a list of field names (e.g. "AttackComplexity") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AttackComplexity") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
CVSSv3: Common Vulnerability Scoring System version 3. For details, see https://www.first.org/cvss/specification-document
func (*CVSSv3) MarshalJSON ¶
func (*CVSSv3) UnmarshalJSON ¶
type CancelOperationRequest ¶
type CancelOperationRequest struct { }
CancelOperationRequest: The request message for Operations.CancelOperation.
type Category ¶
type Category struct { // CategoryId: The identifier of the category. CategoryId string `json:"categoryId,omitempty"` // Name: The localized name of the category. Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "CategoryId") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CategoryId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Category: The category to which the update belongs.
func (*Category) MarshalJSON ¶
type CisBenchmark ¶
type CisBenchmark struct { ProfileLevel int64 `json:"profileLevel,omitempty"` // Possible values: // "SEVERITY_UNSPECIFIED" - Unknown. // "MINIMAL" - Minimal severity. // "LOW" - Low severity. // "MEDIUM" - Medium severity. // "HIGH" - High severity. // "CRITICAL" - Critical severity. Severity string `json:"severity,omitempty"` // ForceSendFields is a list of field names (e.g. "ProfileLevel") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ProfileLevel") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
CisBenchmark: A compliance check that is a CIS benchmark.
func (*CisBenchmark) MarshalJSON ¶
func (s *CisBenchmark) MarshalJSON() ([]byte, error)
type CloudRepoSourceContext ¶
type CloudRepoSourceContext struct { // AliasContext: An alias, which may be a branch or tag. AliasContext *AliasContext `json:"aliasContext,omitempty"` // RepoId: The ID of the repo. RepoId *RepoId `json:"repoId,omitempty"` // RevisionId: A revision ID. RevisionId string `json:"revisionId,omitempty"` // ForceSendFields is a list of field names (e.g. "AliasContext") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AliasContext") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
CloudRepoSourceContext: A CloudRepoSourceContext denotes a particular revision in a Google Cloud Source Repo.
func (*CloudRepoSourceContext) MarshalJSON ¶
func (s *CloudRepoSourceContext) MarshalJSON() ([]byte, error)
type Command ¶
type Command struct { // Args: Command-line arguments used when executing this command. Args []string `json:"args,omitempty"` // Dir: Working directory (relative to project source root) used when // running this command. Dir string `json:"dir,omitempty"` // Env: Environment variables set before running this command. Env []string `json:"env,omitempty"` // Id: Optional unique identifier for this command, used in wait_for to // reference this command as a dependency. Id string `json:"id,omitempty"` // Name: Required. Name of the command, as presented on the command // line, or if the command is packaged as a Docker container, as // presented to `docker pull`. Name string `json:"name,omitempty"` // WaitFor: The ID(s) of the command(s) that this command depends on. WaitFor []string `json:"waitFor,omitempty"` // ForceSendFields is a list of field names (e.g. "Args") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Args") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Command: Command describes a step performed as part of the build pipeline.
func (*Command) MarshalJSON ¶
type Completeness ¶
type Completeness struct { // Arguments: If true, the builder claims that recipe.arguments is // complete, meaning that all external inputs are properly captured in // the recipe. Arguments bool `json:"arguments,omitempty"` // Environment: If true, the builder claims that recipe.environment is // claimed to be complete. Environment bool `json:"environment,omitempty"` // Materials: If true, the builder claims that materials are complete, // usually through some controls to prevent network access. Sometimes // called "hermetic". Materials bool `json:"materials,omitempty"` // ForceSendFields is a list of field names (e.g. "Arguments") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Arguments") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Completeness: Indicates that the builder claims certain fields in this message to be complete.
func (*Completeness) MarshalJSON ¶
func (s *Completeness) MarshalJSON() ([]byte, error)
type ComplianceNote ¶
type ComplianceNote struct { CisBenchmark *CisBenchmark `json:"cisBenchmark,omitempty"` // Description: A description about this compliance check. Description string `json:"description,omitempty"` // Rationale: A rationale for the existence of this compliance check. Rationale string `json:"rationale,omitempty"` // Remediation: A description of remediation steps if the compliance // check fails. Remediation string `json:"remediation,omitempty"` // ScanInstructions: Serialized scan instructions with a predefined // format. ScanInstructions string `json:"scanInstructions,omitempty"` // Title: The title that identifies this compliance check. Title string `json:"title,omitempty"` // Version: The OS and config versions the benchmark applies to. Version []*ComplianceVersion `json:"version,omitempty"` // ForceSendFields is a list of field names (e.g. "CisBenchmark") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CisBenchmark") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ComplianceNote) MarshalJSON ¶
func (s *ComplianceNote) MarshalJSON() ([]byte, error)
type ComplianceOccurrence ¶
type ComplianceOccurrence struct { NonComplianceReason string `json:"nonComplianceReason,omitempty"` NonCompliantFiles []*NonCompliantFile `json:"nonCompliantFiles,omitempty"` // ForceSendFields is a list of field names (e.g. "NonComplianceReason") // to unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NonComplianceReason") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
ComplianceOccurrence: An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason.
func (*ComplianceOccurrence) MarshalJSON ¶
func (s *ComplianceOccurrence) MarshalJSON() ([]byte, error)
type ComplianceVersion ¶
type ComplianceVersion struct { // CpeUri: The CPE URI (https://cpe.mitre.org/specification/) this // benchmark is applicable to. CpeUri string `json:"cpeUri,omitempty"` // Version: The version of the benchmark. This is set to the version of // the OS-specific CIS document the benchmark is defined in. Version string `json:"version,omitempty"` // ForceSendFields is a list of field names (e.g. "CpeUri") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CpeUri") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ComplianceVersion: Describes the CIS benchmark version that is applicable to a given OS and os version.
func (*ComplianceVersion) MarshalJSON ¶
func (s *ComplianceVersion) MarshalJSON() ([]byte, error)
type DSSEAttestationNote ¶
type DSSEAttestationNote struct { // Hint: DSSEHint hints at the purpose of the attestation authority. Hint *DSSEHint `json:"hint,omitempty"` // ForceSendFields is a list of field names (e.g. "Hint") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Hint") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*DSSEAttestationNote) MarshalJSON ¶
func (s *DSSEAttestationNote) MarshalJSON() ([]byte, error)
type DSSEAttestationOccurrence ¶
type DSSEAttestationOccurrence struct { // Envelope: If doing something security critical, make sure to verify // the signatures in this metadata. Envelope *Envelope `json:"envelope,omitempty"` Statement *InTotoStatement `json:"statement,omitempty"` // ForceSendFields is a list of field names (e.g. "Envelope") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Envelope") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*DSSEAttestationOccurrence) MarshalJSON ¶
func (s *DSSEAttestationOccurrence) MarshalJSON() ([]byte, error)
type DSSEHint ¶
type DSSEHint struct { // HumanReadableName: Required. The human readable name of this // attestation authority, for example "cloudbuild-prod". HumanReadableName string `json:"humanReadableName,omitempty"` // ForceSendFields is a list of field names (e.g. "HumanReadableName") // to unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "HumanReadableName") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
DSSEHint: This submessage provides human-readable hints about the purpose of the authority. Because the name of a note acts as its resource reference, it is important to disambiguate the canonical name of the Note (which might be a UUID for security purposes) from "readable" names more suitable for debug output. Note that these hints should not be used to look up authorities in security sensitive contexts, such as when looking up attestations to verify.
func (*DSSEHint) MarshalJSON ¶
type DeploymentNote ¶
type DeploymentNote struct { // ResourceUri: Required. Resource URI for the artifact being deployed. ResourceUri []string `json:"resourceUri,omitempty"` // ForceSendFields is a list of field names (e.g. "ResourceUri") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ResourceUri") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
DeploymentNote: An artifact that can be deployed in some runtime.
func (*DeploymentNote) MarshalJSON ¶
func (s *DeploymentNote) MarshalJSON() ([]byte, error)
type DeploymentOccurrence ¶
type DeploymentOccurrence struct { // Address: Address of the runtime element hosting this deployment. Address string `json:"address,omitempty"` // Config: Configuration used to create this deployment. Config string `json:"config,omitempty"` // DeployTime: Required. Beginning of the lifetime of this deployment. DeployTime string `json:"deployTime,omitempty"` // Platform: Platform hosting this deployment. // // Possible values: // "PLATFORM_UNSPECIFIED" - Unknown. // "GKE" - Google Container Engine. // "FLEX" - Google App Engine: Flexible Environment. // "CUSTOM" - Custom user-defined platform. Platform string `json:"platform,omitempty"` // ResourceUri: Output only. Resource URI for the artifact being // deployed taken from the deployable field with the same name. ResourceUri []string `json:"resourceUri,omitempty"` // UndeployTime: End of the lifetime of this deployment. UndeployTime string `json:"undeployTime,omitempty"` // UserEmail: Identity of the user that triggered this deployment. UserEmail string `json:"userEmail,omitempty"` // ForceSendFields is a list of field names (e.g. "Address") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Address") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
DeploymentOccurrence: The period during which some deployable was active in a runtime.
func (*DeploymentOccurrence) MarshalJSON ¶
func (s *DeploymentOccurrence) MarshalJSON() ([]byte, error)
type Detail ¶
type Detail struct { // AffectedCpeUri: Required. The CPE URI // (https://cpe.mitre.org/specification/) this vulnerability affects. AffectedCpeUri string `json:"affectedCpeUri,omitempty"` // AffectedPackage: Required. The package this vulnerability affects. AffectedPackage string `json:"affectedPackage,omitempty"` // AffectedVersionEnd: The version number at the end of an interval in // which this vulnerability exists. A vulnerability can affect a package // between version numbers that are disjoint sets of intervals (example: // [1.0.0-1.1.0], [2.4.6-2.4.8] and [4.5.6-4.6.8]) each of which will be // represented in its own Detail. If a specific affected version is // provided by a vulnerability database, affected_version_start and // affected_version_end will be the same in that Detail. AffectedVersionEnd *Version `json:"affectedVersionEnd,omitempty"` // AffectedVersionStart: The version number at the start of an interval // in which this vulnerability exists. A vulnerability can affect a // package between version numbers that are disjoint sets of intervals // (example: [1.0.0-1.1.0], [2.4.6-2.4.8] and [4.5.6-4.6.8]) each of // which will be represented in its own Detail. If a specific affected // version is provided by a vulnerability database, // affected_version_start and affected_version_end will be the same in // that Detail. AffectedVersionStart *Version `json:"affectedVersionStart,omitempty"` // Description: A vendor-specific description of this vulnerability. Description string `json:"description,omitempty"` // FixedCpeUri: The distro recommended CPE URI // (https://cpe.mitre.org/specification/) to update to that contains a // fix for this vulnerability. It is possible for this to be different // from the affected_cpe_uri. FixedCpeUri string `json:"fixedCpeUri,omitempty"` // FixedPackage: The distro recommended package to update to that // contains a fix for this vulnerability. It is possible for this to be // different from the affected_package. FixedPackage string `json:"fixedPackage,omitempty"` // FixedVersion: The distro recommended version to update to that // contains a fix for this vulnerability. Setting this to // VersionKind.MAXIMUM means no such version is yet available. FixedVersion *Version `json:"fixedVersion,omitempty"` // IsObsolete: Whether this detail is obsolete. Occurrences are expected // not to point to obsolete details. IsObsolete bool `json:"isObsolete,omitempty"` // PackageType: The type of package; whether native or non native (e.g., // ruby gems, node.js packages, etc.). PackageType string `json:"packageType,omitempty"` // SeverityName: The distro assigned severity of this vulnerability. SeverityName string `json:"severityName,omitempty"` // Source: The source from which the information in this Detail was // obtained. Source string `json:"source,omitempty"` // SourceUpdateTime: The time this information was last changed at the // source. This is an upstream timestamp from the underlying information // source - e.g. Ubuntu security tracker. SourceUpdateTime string `json:"sourceUpdateTime,omitempty"` // Vendor: The name of the vendor of the product. Vendor string `json:"vendor,omitempty"` // ForceSendFields is a list of field names (e.g. "AffectedCpeUri") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AffectedCpeUri") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
Detail: A detail for a distro and package affected by this vulnerability and its associated fix (if one is available).
func (*Detail) MarshalJSON ¶
type DiscoveryNote ¶
type DiscoveryNote struct { // AnalysisKind: Required. Immutable. The kind of analysis that is // handled by this discovery. // // Possible values: // "NOTE_KIND_UNSPECIFIED" - Default value. This value is unused. // "VULNERABILITY" - The note and occurrence represent a package // vulnerability. // "BUILD" - The note and occurrence assert build provenance. // "IMAGE" - This represents an image basis relationship. // "PACKAGE" - This represents a package installed via a package // manager. // "DEPLOYMENT" - The note and occurrence track deployment events. // "DISCOVERY" - The note and occurrence track the initial discovery // status of a resource. // "ATTESTATION" - This represents a logical "role" that can attest to // artifacts. // "UPGRADE" - This represents an available package upgrade. // "COMPLIANCE" - This represents a Compliance Note // "DSSE_ATTESTATION" - This represents a DSSE attestation Note AnalysisKind string `json:"analysisKind,omitempty"` // ForceSendFields is a list of field names (e.g. "AnalysisKind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AnalysisKind") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
DiscoveryNote: A note that indicates a type of analysis a provider would perform. This note exists in a provider's project. A `Discovery` occurrence is created in a consumer's project at the start of analysis.
func (*DiscoveryNote) MarshalJSON ¶
func (s *DiscoveryNote) MarshalJSON() ([]byte, error)
type DiscoveryOccurrence ¶
type DiscoveryOccurrence struct { // AnalysisStatus: The status of discovery for the resource. // // Possible values: // "ANALYSIS_STATUS_UNSPECIFIED" - Unknown. // "PENDING" - Resource is known but no action has been taken yet. // "SCANNING" - Resource is being analyzed. // "FINISHED_SUCCESS" - Analysis has finished successfully. // "FINISHED_FAILED" - Analysis has finished unsuccessfully, the // analysis itself is in a bad state. // "FINISHED_UNSUPPORTED" - The resource is known not to be supported AnalysisStatus string `json:"analysisStatus,omitempty"` // AnalysisStatusError: When an error is encountered this will contain a // LocalizedMessage under details to show to the user. The // LocalizedMessage is output only and populated by the API. AnalysisStatusError *Status `json:"analysisStatusError,omitempty"` // ContinuousAnalysis: Whether the resource is continuously analyzed. // // Possible values: // "CONTINUOUS_ANALYSIS_UNSPECIFIED" - Unknown. // "ACTIVE" - The resource is continuously analyzed. // "INACTIVE" - The resource is ignored for continuous analysis. ContinuousAnalysis string `json:"continuousAnalysis,omitempty"` // Cpe: The CPE of the resource being scanned. Cpe string `json:"cpe,omitempty"` // LastScanTime: The last time this resource was scanned. LastScanTime string `json:"lastScanTime,omitempty"` // ForceSendFields is a list of field names (e.g. "AnalysisStatus") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AnalysisStatus") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
DiscoveryOccurrence: Provides information about the analysis status of a discovered resource.
func (*DiscoveryOccurrence) MarshalJSON ¶
func (s *DiscoveryOccurrence) MarshalJSON() ([]byte, error)
type Distribution ¶
type Distribution struct { // Architecture: The CPU architecture for which packages in this // distribution channel were built. // // Possible values: // "ARCHITECTURE_UNSPECIFIED" - Unknown architecture. // "X86" - X86 architecture. // "X64" - X64 architecture. Architecture string `json:"architecture,omitempty"` // CpeUri: Required. The cpe_uri in CPE format // (https://cpe.mitre.org/specification/) denoting the package manager // version distributing a package. CpeUri string `json:"cpeUri,omitempty"` // Description: The distribution channel-specific description of this // package. Description string `json:"description,omitempty"` // LatestVersion: The latest available version of this package in this // distribution channel. LatestVersion *Version `json:"latestVersion,omitempty"` // Maintainer: A freeform string denoting the maintainer of this // package. Maintainer string `json:"maintainer,omitempty"` // Url: The distribution channel-specific homepage for this package. Url string `json:"url,omitempty"` // ForceSendFields is a list of field names (e.g. "Architecture") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Architecture") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Distribution: This represents a particular channel of distribution for a given package. E.g., Debian's jessie-backports dpkg mirror.
func (*Distribution) MarshalJSON ¶
func (s *Distribution) MarshalJSON() ([]byte, error)
type Empty ¶
type Empty struct { // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` }
Empty: A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
type Envelope ¶
type Envelope struct { Payload string `json:"payload,omitempty"` PayloadType string `json:"payloadType,omitempty"` Signatures []*EnvelopeSignature `json:"signatures,omitempty"` // ForceSendFields is a list of field names (e.g. "Payload") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Payload") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Envelope: MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.
func (*Envelope) MarshalJSON ¶
type EnvelopeSignature ¶
type EnvelopeSignature struct { Keyid string `json:"keyid,omitempty"` Sig string `json:"sig,omitempty"` // ForceSendFields is a list of field names (e.g. "Keyid") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Keyid") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*EnvelopeSignature) MarshalJSON ¶
func (s *EnvelopeSignature) MarshalJSON() ([]byte, error)
type Expr ¶
type Expr struct { // Description: Optional. Description of the expression. This is a // longer text which describes the expression, e.g. when hovered over it // in a UI. Description string `json:"description,omitempty"` // Expression: Textual representation of an expression in Common // Expression Language syntax. Expression string `json:"expression,omitempty"` // Location: Optional. String indicating the location of the expression // for error reporting, e.g. a file name and a position in the file. Location string `json:"location,omitempty"` // Title: Optional. Title for the expression, i.e. a short string // describing its purpose. This can be used e.g. in UIs which allow to // enter the expression. Title string `json:"title,omitempty"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Expr: Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.
func (*Expr) MarshalJSON ¶
type FileHashes ¶
type FileHashes struct { // FileHash: Required. Collection of file hashes. FileHash []*Hash `json:"fileHash,omitempty"` // ForceSendFields is a list of field names (e.g. "FileHash") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "FileHash") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
FileHashes: Container message for hashes of byte content of files, used in source messages to verify integrity of source input to the build.
func (*FileHashes) MarshalJSON ¶
func (s *FileHashes) MarshalJSON() ([]byte, error)
type Fingerprint ¶
type Fingerprint struct { // V1Name: Required. The layer ID of the final layer in the Docker // image's v1 representation. V1Name string `json:"v1Name,omitempty"` // V2Blob: Required. The ordered list of v2 blobs that represent a given // image. V2Blob []string `json:"v2Blob,omitempty"` // V2Name: Output only. The name of the image's v2 blobs computed via: // [bottom] := v2_blobbottom := sha256(v2_blob[N] + " " + v2_name[N+1]) // Only the name of the final blob is kept. V2Name string `json:"v2Name,omitempty"` // ForceSendFields is a list of field names (e.g. "V1Name") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "V1Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Fingerprint: A set of properties that uniquely identify a given Docker image.
func (*Fingerprint) MarshalJSON ¶
func (s *Fingerprint) MarshalJSON() ([]byte, error)
type FixableTotalByDigest ¶
type FixableTotalByDigest struct { // FixableCount: The number of fixable vulnerabilities associated with // this resource. FixableCount int64 `json:"fixableCount,omitempty,string"` // ResourceUri: The affected resource. ResourceUri string `json:"resourceUri,omitempty"` // Severity: The severity for this count. SEVERITY_UNSPECIFIED indicates // total across all severities. // // Possible values: // "SEVERITY_UNSPECIFIED" - Unknown. // "MINIMAL" - Minimal severity. // "LOW" - Low severity. // "MEDIUM" - Medium severity. // "HIGH" - High severity. // "CRITICAL" - Critical severity. Severity string `json:"severity,omitempty"` // TotalCount: The total number of vulnerabilities associated with this // resource. TotalCount int64 `json:"totalCount,omitempty,string"` // ForceSendFields is a list of field names (e.g. "FixableCount") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "FixableCount") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
FixableTotalByDigest: Per resource and severity counts of fixable and total vulnerabilities.
func (*FixableTotalByDigest) MarshalJSON ¶
func (s *FixableTotalByDigest) MarshalJSON() ([]byte, error)
type GerritSourceContext ¶
type GerritSourceContext struct { // AliasContext: An alias, which may be a branch or tag. AliasContext *AliasContext `json:"aliasContext,omitempty"` // GerritProject: The full project name within the host. Projects may be // nested, so "project/subproject" is a valid project name. The "repo // name" is the hostURI/project. GerritProject string `json:"gerritProject,omitempty"` // HostUri: The URI of a running Gerrit instance. HostUri string `json:"hostUri,omitempty"` // RevisionId: A revision (commit) ID. RevisionId string `json:"revisionId,omitempty"` // ForceSendFields is a list of field names (e.g. "AliasContext") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AliasContext") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GerritSourceContext: A SourceContext referring to a Gerrit project.
func (*GerritSourceContext) MarshalJSON ¶
func (s *GerritSourceContext) MarshalJSON() ([]byte, error)
type GetIamPolicyRequest ¶
type GetIamPolicyRequest struct { // Options: OPTIONAL: A `GetPolicyOptions` object for specifying options // to `GetIamPolicy`. Options *GetPolicyOptions `json:"options,omitempty"` // ForceSendFields is a list of field names (e.g. "Options") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Options") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GetIamPolicyRequest: Request message for `GetIamPolicy` method.
func (*GetIamPolicyRequest) MarshalJSON ¶
func (s *GetIamPolicyRequest) MarshalJSON() ([]byte, error)
type GetPolicyOptions ¶
type GetPolicyOptions struct { // RequestedPolicyVersion: Optional. The policy format version to be // returned. Valid values are 0, 1, and 3. Requests specifying an // invalid value will be rejected. Requests for policies with any // conditional bindings must specify version 3. Policies without any // conditional bindings may specify any valid value or leave the field // unset. To learn which resources support conditions in their IAM // policies, see the IAM documentation // (https://cloud.google.com/iam/help/conditions/resource-policies). RequestedPolicyVersion int64 `json:"requestedPolicyVersion,omitempty"` // ForceSendFields is a list of field names (e.g. // "RequestedPolicyVersion") to unconditionally include in API requests. // By default, fields with empty or default values are omitted from API // requests. However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "RequestedPolicyVersion") // to include in API requests with the JSON null value. By default, // fields with empty values are omitted from API requests. However, any // field with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GetPolicyOptions: Encapsulates settings provided to GetIamPolicy.
func (*GetPolicyOptions) MarshalJSON ¶
func (s *GetPolicyOptions) MarshalJSON() ([]byte, error)
type GitSourceContext ¶
type GitSourceContext struct { // RevisionId: Git commit hash. RevisionId string `json:"revisionId,omitempty"` // Url: Git repository URL. Url string `json:"url,omitempty"` // ForceSendFields is a list of field names (e.g. "RevisionId") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "RevisionId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GitSourceContext: A GitSourceContext denotes a particular revision in a third party Git repository (e.g., GitHub).
func (*GitSourceContext) MarshalJSON ¶
func (s *GitSourceContext) MarshalJSON() ([]byte, error)
type GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata ¶
type GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata struct { // CreateTime: Output only. The time this operation was created. CreateTime string `json:"createTime,omitempty"` // EndTime: Output only. The time that this operation was marked // completed or failed. EndTime string `json:"endTime,omitempty"` // ForceSendFields is a list of field names (e.g. "CreateTime") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreateTime") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata: Metadata for all operations used and required for all operations that created by Container Analysis Providers
func (*GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata) MarshalJSON ¶
func (s *GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata) MarshalJSON() ([]byte, error)
type Hash ¶
type Hash struct { // Type: Required. The type of hash that was performed, e.g. "SHA-256". Type string `json:"type,omitempty"` // Value: Required. The hash value. Value string `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Type") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Type") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Hash: Container message for hash values.
func (*Hash) MarshalJSON ¶
type Hint ¶
type Hint struct { // HumanReadableName: Required. The human readable name of this // attestation authority, for example "qa". HumanReadableName string `json:"humanReadableName,omitempty"` // ForceSendFields is a list of field names (e.g. "HumanReadableName") // to unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "HumanReadableName") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
Hint: This submessage provides human-readable hints about the purpose of the authority. Because the name of a note acts as its resource reference, it is important to disambiguate the canonical name of the Note (which might be a UUID for security purposes) from "readable" names more suitable for debug output. Note that these hints should not be used to look up authorities in security sensitive contexts, such as when looking up attestations to verify.
func (*Hint) MarshalJSON ¶
type Identity ¶
type Identity struct { // Revision: The revision number of the update. Revision int64 `json:"revision,omitempty"` // UpdateId: The revision independent identifier of the update. UpdateId string `json:"updateId,omitempty"` // ForceSendFields is a list of field names (e.g. "Revision") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Revision") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Identity: The unique identifier of the update.
func (*Identity) MarshalJSON ¶
type ImageNote ¶
type ImageNote struct { // Fingerprint: Required. Immutable. The fingerprint of the base image. Fingerprint *Fingerprint `json:"fingerprint,omitempty"` // ResourceUrl: Required. Immutable. The resource_url for the resource // representing the basis of associated occurrence images. ResourceUrl string `json:"resourceUrl,omitempty"` // ForceSendFields is a list of field names (e.g. "Fingerprint") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Fingerprint") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ImageNote: Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM Or an equivalent reference, e.g., a tag of the resource_url.
func (*ImageNote) MarshalJSON ¶
type ImageOccurrence ¶
type ImageOccurrence struct { // BaseResourceUrl: Output only. This contains the base image URL for // the derived image occurrence. BaseResourceUrl string `json:"baseResourceUrl,omitempty"` // Distance: Output only. The number of layers by which this image // differs from the associated image basis. Distance int64 `json:"distance,omitempty"` // Fingerprint: Required. The fingerprint of the derived image. Fingerprint *Fingerprint `json:"fingerprint,omitempty"` // LayerInfo: This contains layer-specific metadata, if populated it has // length "distance" and is ordered with [distance] being the layer // immediately following the base image and [1] being the final layer. LayerInfo []*Layer `json:"layerInfo,omitempty"` // ForceSendFields is a list of field names (e.g. "BaseResourceUrl") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BaseResourceUrl") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
ImageOccurrence: Details of the derived image portion of the DockerImage relationship. This image would be produced from a Dockerfile with FROM .
func (*ImageOccurrence) MarshalJSON ¶
func (s *ImageOccurrence) MarshalJSON() ([]byte, error)
type InTotoProvenance ¶
type InTotoProvenance struct { // BuilderConfig: required BuilderConfig *BuilderConfig `json:"builderConfig,omitempty"` // Materials: The collection of artifacts that influenced the build // including sources, dependencies, build tools, base images, and so on. // This is considered to be incomplete unless // metadata.completeness.materials is true. Unset or null is equivalent // to empty. Materials []string `json:"materials,omitempty"` Metadata *Metadata `json:"metadata,omitempty"` // Recipe: Identifies the configuration used for the build. When // combined with materials, this SHOULD fully describe the build, such // that re-running this recipe results in bit-for-bit identical output // (if the build is reproducible). required Recipe *Recipe `json:"recipe,omitempty"` // ForceSendFields is a list of field names (e.g. "BuilderConfig") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BuilderConfig") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*InTotoProvenance) MarshalJSON ¶
func (s *InTotoProvenance) MarshalJSON() ([]byte, error)
type InTotoStatement ¶
type InTotoStatement struct { // PredicateType: "https://in-toto.io/Provenance/v0.1" for // InTotoProvenance. PredicateType string `json:"predicateType,omitempty"` Provenance *InTotoProvenance `json:"provenance,omitempty"` Subject []*Subject `json:"subject,omitempty"` // Type: Always "https://in-toto.io/Statement/v0.1". Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "PredicateType") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "PredicateType") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
InTotoStatement: Spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement The serialized InTotoStatement will be stored as Envelope.payload. Envelope.payloadType is always "application/vnd.in-toto+json".
func (*InTotoStatement) MarshalJSON ¶
func (s *InTotoStatement) MarshalJSON() ([]byte, error)
type Jwt ¶
type Jwt struct { // CompactJwt: The compact encoding of a JWS, which is always three // base64 encoded strings joined by periods. For details, see: // https://tools.ietf.org/html/rfc7515.html#section-3.1 CompactJwt string `json:"compactJwt,omitempty"` // ForceSendFields is a list of field names (e.g. "CompactJwt") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CompactJwt") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Jwt) MarshalJSON ¶
type KnowledgeBase ¶
type KnowledgeBase struct { // Name: The KB name (generally of the form KB[0-9]+ (e.g., KB123456)). Name string `json:"name,omitempty"` // Url: A link to the KB in the [Windows update catalog] // (https://www.catalog.update.microsoft.com/). Url string `json:"url,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*KnowledgeBase) MarshalJSON ¶
func (s *KnowledgeBase) MarshalJSON() ([]byte, error)
type Layer ¶
type Layer struct { // Arguments: The recovered arguments to the Dockerfile directive. Arguments string `json:"arguments,omitempty"` // Directive: Required. The recovered Dockerfile directive used to // construct this layer. See // https://docs.docker.com/engine/reference/builder/ for more // information. Directive string `json:"directive,omitempty"` // ForceSendFields is a list of field names (e.g. "Arguments") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Arguments") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Layer: Layer holds metadata specific to a layer of a Docker image.
func (*Layer) MarshalJSON ¶
type ListNoteOccurrencesResponse ¶
type ListNoteOccurrencesResponse struct { // NextPageToken: Token to provide to skip to a particular spot in the // list. NextPageToken string `json:"nextPageToken,omitempty"` // Occurrences: The occurrences attached to the specified note. Occurrences []*Occurrence `json:"occurrences,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ListNoteOccurrencesResponse: Response for listing occurrences for a note.
func (*ListNoteOccurrencesResponse) MarshalJSON ¶
func (s *ListNoteOccurrencesResponse) MarshalJSON() ([]byte, error)
type ListNotesResponse ¶
type ListNotesResponse struct { // NextPageToken: The next pagination token in the list response. It // should be used as `page_token` for the following request. An empty // value means no more results. NextPageToken string `json:"nextPageToken,omitempty"` // Notes: The notes requested. Notes []*Note `json:"notes,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ListNotesResponse: Response for listing notes.
func (*ListNotesResponse) MarshalJSON ¶
func (s *ListNotesResponse) MarshalJSON() ([]byte, error)
type ListOccurrencesResponse ¶
type ListOccurrencesResponse struct { // NextPageToken: The next pagination token in the list response. It // should be used as `page_token` for the following request. An empty // value means no more results. NextPageToken string `json:"nextPageToken,omitempty"` // Occurrences: The occurrences requested. Occurrences []*Occurrence `json:"occurrences,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ListOccurrencesResponse: Response for listing occurrences.
func (*ListOccurrencesResponse) MarshalJSON ¶
func (s *ListOccurrencesResponse) MarshalJSON() ([]byte, error)
type ListOperationsResponse ¶
type ListOperationsResponse struct { // NextPageToken: The standard List next-page token. NextPageToken string `json:"nextPageToken,omitempty"` // Operations: A list of operations that matches the specified filter in // the request. Operations []*Operation `json:"operations,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ListOperationsResponse: The response message for Operations.ListOperations.
func (*ListOperationsResponse) MarshalJSON ¶
func (s *ListOperationsResponse) MarshalJSON() ([]byte, error)
type Location ¶
type Location struct { // CpeUri: Required. The CPE URI in CPE format // (https://cpe.mitre.org/specification/) denoting the package manager // version distributing a package. CpeUri string `json:"cpeUri,omitempty"` // Path: The path from which we gathered that this package/version is // installed. Path string `json:"path,omitempty"` // Version: The version installed at this location. Version *Version `json:"version,omitempty"` // ForceSendFields is a list of field names (e.g. "CpeUri") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CpeUri") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Location: An occurrence of a particular package installation found within a system's filesystem. E.g., glibc was found in `/var/lib/dpkg/status`.
func (*Location) MarshalJSON ¶
type Metadata ¶
type Metadata struct { // BuildFinishedOn: The timestamp of when the build completed. BuildFinishedOn string `json:"buildFinishedOn,omitempty"` // BuildInvocationId: Identifies the particular build invocation, which // can be useful for finding associated logs or other ad-hoc analysis. // The value SHOULD be globally unique, per in-toto Provenance spec. BuildInvocationId string `json:"buildInvocationId,omitempty"` // BuildStartedOn: The timestamp of when the build started. BuildStartedOn string `json:"buildStartedOn,omitempty"` // Completeness: Indicates that the builder claims certain fields in // this message to be complete. Completeness *Completeness `json:"completeness,omitempty"` // Reproducible: If true, the builder claims that running the recipe on // materials will produce bit-for-bit identical output. Reproducible bool `json:"reproducible,omitempty"` // ForceSendFields is a list of field names (e.g. "BuildFinishedOn") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BuildFinishedOn") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
Metadata: Other properties of the build.
func (*Metadata) MarshalJSON ¶
type NonCompliantFile ¶
type NonCompliantFile struct { // DisplayCommand: Command to display the non-compliant files. DisplayCommand string `json:"displayCommand,omitempty"` // Path: display_command is a single command that can be used to display // a list of non compliant files. When there is no such command, we can // also iterate a list of non compliant file using 'path'. Empty if // `display_command` is set. Path string `json:"path,omitempty"` // Reason: Explains why a file is non compliant for a CIS check. Reason string `json:"reason,omitempty"` // ForceSendFields is a list of field names (e.g. "DisplayCommand") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DisplayCommand") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
NonCompliantFile: Details about files that caused a compliance check to fail.
func (*NonCompliantFile) MarshalJSON ¶
func (s *NonCompliantFile) MarshalJSON() ([]byte, error)
type Note ¶
type Note struct { // Attestation: A note describing an attestation role. Attestation *AttestationNote `json:"attestation,omitempty"` // Build: A note describing build provenance for a verifiable build. Build *BuildNote `json:"build,omitempty"` // Compliance: A note describing a compliance check. Compliance *ComplianceNote `json:"compliance,omitempty"` // CreateTime: Output only. The time this note was created. This field // can be used as a filter in list requests. CreateTime string `json:"createTime,omitempty"` // Deployment: A note describing something that can be deployed. Deployment *DeploymentNote `json:"deployment,omitempty"` // Discovery: A note describing the initial analysis of a resource. Discovery *DiscoveryNote `json:"discovery,omitempty"` // DsseAttestation: A note describing a dsse attestation note. DsseAttestation *DSSEAttestationNote `json:"dsseAttestation,omitempty"` // ExpirationTime: Time of expiration for this note. Empty if note does // not expire. ExpirationTime string `json:"expirationTime,omitempty"` // Image: A note describing a base image. Image *ImageNote `json:"image,omitempty"` // Kind: Output only. The type of analysis. This field can be used as a // filter in list requests. // // Possible values: // "NOTE_KIND_UNSPECIFIED" - Default value. This value is unused. // "VULNERABILITY" - The note and occurrence represent a package // vulnerability. // "BUILD" - The note and occurrence assert build provenance. // "IMAGE" - This represents an image basis relationship. // "PACKAGE" - This represents a package installed via a package // manager. // "DEPLOYMENT" - The note and occurrence track deployment events. // "DISCOVERY" - The note and occurrence track the initial discovery // status of a resource. // "ATTESTATION" - This represents a logical "role" that can attest to // artifacts. // "UPGRADE" - This represents an available package upgrade. // "COMPLIANCE" - This represents a Compliance Note // "DSSE_ATTESTATION" - This represents a DSSE attestation Note Kind string `json:"kind,omitempty"` // LongDescription: A detailed description of this note. LongDescription string `json:"longDescription,omitempty"` // Name: Output only. The name of the note in the form of // `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. Name string `json:"name,omitempty"` // Package: A note describing a package hosted by various package // managers. Package *PackageNote `json:"package,omitempty"` // RelatedNoteNames: Other notes related to this note. RelatedNoteNames []string `json:"relatedNoteNames,omitempty"` // RelatedUrl: URLs associated with this note. RelatedUrl []*RelatedUrl `json:"relatedUrl,omitempty"` // ShortDescription: A one sentence description of this note. ShortDescription string `json:"shortDescription,omitempty"` // UpdateTime: Output only. The time this note was last updated. This // field can be used as a filter in list requests. UpdateTime string `json:"updateTime,omitempty"` // Upgrade: A note describing available package upgrades. Upgrade *UpgradeNote `json:"upgrade,omitempty"` // Vulnerability: A note describing a package vulnerability. Vulnerability *VulnerabilityNote `json:"vulnerability,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Attestation") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Attestation") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Note: A type of analysis that can be done for a resource.
func (*Note) MarshalJSON ¶
type Occurrence ¶
type Occurrence struct { // Attestation: Describes an attestation of an artifact. Attestation *AttestationOccurrence `json:"attestation,omitempty"` // Build: Describes a verifiable build. Build *BuildOccurrence `json:"build,omitempty"` // Compliance: Describes a compliance violation on a linked resource. Compliance *ComplianceOccurrence `json:"compliance,omitempty"` // CreateTime: Output only. The time this occurrence was created. CreateTime string `json:"createTime,omitempty"` // Deployment: Describes the deployment of an artifact on a runtime. Deployment *DeploymentOccurrence `json:"deployment,omitempty"` // Discovery: Describes when a resource was discovered. Discovery *DiscoveryOccurrence `json:"discovery,omitempty"` // DsseAttestation: Describes an attestation of an artifact using dsse. DsseAttestation *DSSEAttestationOccurrence `json:"dsseAttestation,omitempty"` // Envelope: https://github.com/secure-systems-lab/dsse Envelope *Envelope `json:"envelope,omitempty"` // Image: Describes how this resource derives from the basis in the // associated note. Image *ImageOccurrence `json:"image,omitempty"` // Kind: Output only. This explicitly denotes which of the occurrence // details are specified. This field can be used as a filter in list // requests. // // Possible values: // "NOTE_KIND_UNSPECIFIED" - Default value. This value is unused. // "VULNERABILITY" - The note and occurrence represent a package // vulnerability. // "BUILD" - The note and occurrence assert build provenance. // "IMAGE" - This represents an image basis relationship. // "PACKAGE" - This represents a package installed via a package // manager. // "DEPLOYMENT" - The note and occurrence track deployment events. // "DISCOVERY" - The note and occurrence track the initial discovery // status of a resource. // "ATTESTATION" - This represents a logical "role" that can attest to // artifacts. // "UPGRADE" - This represents an available package upgrade. // "COMPLIANCE" - This represents a Compliance Note // "DSSE_ATTESTATION" - This represents a DSSE attestation Note Kind string `json:"kind,omitempty"` // Name: Output only. The name of the occurrence in the form of // `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. Name string `json:"name,omitempty"` // NoteName: Required. Immutable. The analysis note associated with this // occurrence, in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. // This field can be used as a filter in list requests. NoteName string `json:"noteName,omitempty"` // Package: Describes the installation of a package on the linked // resource. Package *PackageOccurrence `json:"package,omitempty"` // Remediation: A description of actions that can be taken to remedy the // note. Remediation string `json:"remediation,omitempty"` // ResourceUri: Required. Immutable. A URI that represents the resource // for which the occurrence applies. For example, // `https://gcr.io/project/image@sha256:123abc` for a Docker image. ResourceUri string `json:"resourceUri,omitempty"` // UpdateTime: Output only. The time this occurrence was last updated. UpdateTime string `json:"updateTime,omitempty"` // Upgrade: Describes an available package upgrade on the linked // resource. Upgrade *UpgradeOccurrence `json:"upgrade,omitempty"` // Vulnerability: Describes a security vulnerability. Vulnerability *VulnerabilityOccurrence `json:"vulnerability,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Attestation") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Attestation") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Occurrence: An instance of an analysis type that has been found on a resource.
func (*Occurrence) MarshalJSON ¶
func (s *Occurrence) MarshalJSON() ([]byte, error)
type Operation ¶
type Operation struct { // Done: If the value is `false`, it means the operation is still in // progress. If `true`, the operation is completed, and either `error` // or `response` is available. Done bool `json:"done,omitempty"` // Error: The error result of the operation in case of failure or // cancellation. Error *Status `json:"error,omitempty"` // Metadata: Service-specific metadata associated with the operation. It // typically contains progress information and common metadata such as // create time. Some services might not provide such metadata. Any // method that returns a long-running operation should document the // metadata type, if any. Metadata googleapi.RawMessage `json:"metadata,omitempty"` // Name: The server-assigned name, which is only unique within the same // service that originally returns it. If you use the default HTTP // mapping, the `name` should be a resource name ending with // `operations/{unique_id}`. Name string `json:"name,omitempty"` // Response: The normal response of the operation in case of success. If // the original method returns no data on success, such as `Delete`, the // response is `google.protobuf.Empty`. If the original method is // standard `Get`/`Create`/`Update`, the response should be the // resource. For other methods, the response should have the type // `XxxResponse`, where `Xxx` is the original method name. For example, // if the original method name is `TakeSnapshot()`, the inferred // response type is `TakeSnapshotResponse`. Response googleapi.RawMessage `json:"response,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Done") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Done") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Operation: This resource represents a long-running operation that is the result of a network API call.
func (*Operation) MarshalJSON ¶
type OperationsCancelCall ¶
type OperationsCancelCall struct {
// contains filtered or unexported fields
}
func (*OperationsCancelCall) Context ¶
func (c *OperationsCancelCall) Context(ctx context.Context) *OperationsCancelCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OperationsCancelCall) Do ¶
func (c *OperationsCancelCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "containeranalysis.operations.cancel" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OperationsCancelCall) Fields ¶
func (c *OperationsCancelCall) Fields(s ...googleapi.Field) *OperationsCancelCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OperationsCancelCall) Header ¶
func (c *OperationsCancelCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OperationsDeleteCall ¶
type OperationsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OperationsDeleteCall) Context ¶
func (c *OperationsDeleteCall) Context(ctx context.Context) *OperationsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OperationsDeleteCall) Do ¶
func (c *OperationsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "containeranalysis.operations.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OperationsDeleteCall) Fields ¶
func (c *OperationsDeleteCall) Fields(s ...googleapi.Field) *OperationsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OperationsDeleteCall) Header ¶
func (c *OperationsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OperationsGetCall ¶
type OperationsGetCall struct {
// contains filtered or unexported fields
}
func (*OperationsGetCall) Context ¶
func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OperationsGetCall) Do ¶
func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "containeranalysis.operations.get" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OperationsGetCall) Fields ¶
func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OperationsGetCall) Header ¶
func (c *OperationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OperationsGetCall) IfNoneMatch ¶
func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OperationsListCall ¶
type OperationsListCall struct {
// contains filtered or unexported fields
}
func (*OperationsListCall) Context ¶
func (c *OperationsListCall) Context(ctx context.Context) *OperationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OperationsListCall) Do ¶
func (c *OperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsResponse, error)
Do executes the "containeranalysis.operations.list" call. Exactly one of *ListOperationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OperationsListCall) Fields ¶
func (c *OperationsListCall) Fields(s ...googleapi.Field) *OperationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OperationsListCall) Filter ¶
func (c *OperationsListCall) Filter(filter string) *OperationsListCall
Filter sets the optional parameter "filter": The standard list filter.
func (*OperationsListCall) Header ¶
func (c *OperationsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OperationsListCall) IfNoneMatch ¶
func (c *OperationsListCall) IfNoneMatch(entityTag string) *OperationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OperationsListCall) PageSize ¶
func (c *OperationsListCall) PageSize(pageSize int64) *OperationsListCall
PageSize sets the optional parameter "pageSize": The standard list page size.
func (*OperationsListCall) PageToken ¶
func (c *OperationsListCall) PageToken(pageToken string) *OperationsListCall
PageToken sets the optional parameter "pageToken": The standard list page token.
func (*OperationsListCall) Pages ¶
func (c *OperationsListCall) Pages(ctx context.Context, f func(*ListOperationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OperationsService ¶
type OperationsService struct {
// contains filtered or unexported fields
}
func NewOperationsService ¶
func NewOperationsService(s *Service) *OperationsService
func (*OperationsService) Cancel ¶
func (r *OperationsService) Cancel(name string, canceloperationrequest *CancelOperationRequest) *OperationsCancelCall
Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
- name: The name of the operation resource to be cancelled.
func (*OperationsService) Delete ¶
func (r *OperationsService) Delete(name string) *OperationsDeleteCall
Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
- name: The name of the operation resource to be deleted.
func (*OperationsService) Get ¶
func (r *OperationsService) Get(name string) *OperationsGetCall
Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
- name: The name of the operation resource.
func (*OperationsService) List ¶
func (r *OperationsService) List(name string) *OperationsListCall
List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
- name: The name of the operation's parent resource.
type PackageIssue ¶
type PackageIssue struct { // AffectedCpeUri: Required. The CPE URI // (https://cpe.mitre.org/specification/) this vulnerability was found // in. AffectedCpeUri string `json:"affectedCpeUri,omitempty"` // AffectedPackage: Required. The package this vulnerability was found // in. AffectedPackage string `json:"affectedPackage,omitempty"` // AffectedVersion: Required. The version of the package that is // installed on the resource affected by this vulnerability. AffectedVersion *Version `json:"affectedVersion,omitempty"` // EffectiveSeverity: Output only. The distro or language system // assigned severity for this vulnerability when that is available and // note provider assigned severity when it is not available. // // Possible values: // "SEVERITY_UNSPECIFIED" - Unknown. // "MINIMAL" - Minimal severity. // "LOW" - Low severity. // "MEDIUM" - Medium severity. // "HIGH" - High severity. // "CRITICAL" - Critical severity. EffectiveSeverity string `json:"effectiveSeverity,omitempty"` // FixAvailable: Output only. Whether a fix is available for this // package. FixAvailable bool `json:"fixAvailable,omitempty"` // FixedCpeUri: The CPE URI (https://cpe.mitre.org/specification/) this // vulnerability was fixed in. It is possible for this to be different // from the affected_cpe_uri. FixedCpeUri string `json:"fixedCpeUri,omitempty"` // FixedPackage: The package this vulnerability was fixed in. It is // possible for this to be different from the affected_package. FixedPackage string `json:"fixedPackage,omitempty"` // FixedVersion: Required. The version of the package this vulnerability // was fixed in. Setting this to VersionKind.MAXIMUM means no fix is yet // available. FixedVersion *Version `json:"fixedVersion,omitempty"` // PackageType: The type of package (e.g. OS, MAVEN, GO). PackageType string `json:"packageType,omitempty"` // ForceSendFields is a list of field names (e.g. "AffectedCpeUri") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AffectedCpeUri") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
PackageIssue: A detail for a distro and package this vulnerability occurrence was found in and its associated fix (if one is available).
func (*PackageIssue) MarshalJSON ¶
func (s *PackageIssue) MarshalJSON() ([]byte, error)
type PackageNote ¶
type PackageNote struct { // Distribution: The various channels by which a package is distributed. Distribution []*Distribution `json:"distribution,omitempty"` // Name: Required. Immutable. The name of the package. Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Distribution") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Distribution") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
PackageNote: This represents a particular package that is distributed over various channels. E.g., glibc (aka libc6) is distributed by many, at various versions.
func (*PackageNote) MarshalJSON ¶
func (s *PackageNote) MarshalJSON() ([]byte, error)
type PackageOccurrence ¶
type PackageOccurrence struct { // Location: Required. All of the places within the filesystem versions // of this package have been found. Location []*Location `json:"location,omitempty"` // Name: Output only. The name of the installed package. Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Location") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Location") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
PackageOccurrence: Details on how a particular software package was installed on a system.
func (*PackageOccurrence) MarshalJSON ¶
func (s *PackageOccurrence) MarshalJSON() ([]byte, error)
type Policy ¶
type Policy struct { // Bindings: Associates a list of `members`, or principals, with a // `role`. Optionally, may specify a `condition` that determines how and // when the `bindings` are applied. Each of the `bindings` must contain // at least one principal. The `bindings` in a `Policy` can refer to up // to 1,500 principals; up to 250 of these principals can be Google // groups. Each occurrence of a principal counts towards these limits. // For example, if the `bindings` grant 50 different roles to // `user:alice@example.com`, and not to any other principal, then you // can add another 1,450 principals to the `bindings` in the `Policy`. Bindings []*Binding `json:"bindings,omitempty"` // Etag: `etag` is used for optimistic concurrency control as a way to // help prevent simultaneous updates of a policy from overwriting each // other. It is strongly suggested that systems make use of the `etag` // in the read-modify-write cycle to perform policy updates in order to // avoid race conditions: An `etag` is returned in the response to // `getIamPolicy`, and systems are expected to put that etag in the // request to `setIamPolicy` to ensure that their change will be applied // to the same version of the policy. **Important:** If you use IAM // Conditions, you must include the `etag` field whenever you call // `setIamPolicy`. If you omit this field, then IAM allows you to // overwrite a version `3` policy with a version `1` policy, and all of // the conditions in the version `3` policy are lost. Etag string `json:"etag,omitempty"` // Version: Specifies the format of the policy. Valid values are `0`, // `1`, and `3`. Requests that specify an invalid value are rejected. // Any operation that affects conditional role bindings must specify // version `3`. This requirement applies to the following operations: * // Getting a policy that includes a conditional role binding * Adding a // conditional role binding to a policy * Changing a conditional role // binding in a policy * Removing any role binding, with or without a // condition, from a policy that includes conditions **Important:** If // you use IAM Conditions, you must include the `etag` field whenever // you call `setIamPolicy`. If you omit this field, then IAM allows you // to overwrite a version `3` policy with a version `1` policy, and all // of the conditions in the version `3` policy are lost. If a policy // does not include any conditions, operations on that policy may // specify any valid version or leave the field unset. To learn which // resources support conditions in their IAM policies, see the IAM // documentation // (https://cloud.google.com/iam/help/conditions/resource-policies). Version int64 `json:"version,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Bindings") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Bindings") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Policy: An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } **YAML example:** bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the IAM documentation (https://cloud.google.com/iam/docs/).
func (*Policy) MarshalJSON ¶
type ProjectRepoId ¶
type ProjectRepoId struct { // ProjectId: The ID of the project. ProjectId string `json:"projectId,omitempty"` // RepoName: The name of the repo. Leave empty for the default repo. RepoName string `json:"repoName,omitempty"` // ForceSendFields is a list of field names (e.g. "ProjectId") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ProjectId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ProjectRepoId: Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project.
func (*ProjectRepoId) MarshalJSON ¶
func (s *ProjectRepoId) MarshalJSON() ([]byte, error)
type ProjectsNotesBatchCreateCall ¶
type ProjectsNotesBatchCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsNotesBatchCreateCall) Context ¶
func (c *ProjectsNotesBatchCreateCall) Context(ctx context.Context) *ProjectsNotesBatchCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsNotesBatchCreateCall) Do ¶
func (c *ProjectsNotesBatchCreateCall) Do(opts ...googleapi.CallOption) (*BatchCreateNotesResponse, error)
Do executes the "containeranalysis.projects.notes.batchCreate" call. Exactly one of *BatchCreateNotesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *BatchCreateNotesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsNotesBatchCreateCall) Fields ¶
func (c *ProjectsNotesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsNotesBatchCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsNotesBatchCreateCall) Header ¶
func (c *ProjectsNotesBatchCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsNotesCreateCall ¶
type ProjectsNotesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsNotesCreateCall) Context ¶
func (c *ProjectsNotesCreateCall) Context(ctx context.Context) *ProjectsNotesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsNotesCreateCall) Do ¶
func (c *ProjectsNotesCreateCall) Do(opts ...googleapi.CallOption) (*Note, error)
Do executes the "containeranalysis.projects.notes.create" call. Exactly one of *Note or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Note.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsNotesCreateCall) Fields ¶
func (c *ProjectsNotesCreateCall) Fields(s ...googleapi.Field) *ProjectsNotesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsNotesCreateCall) Header ¶
func (c *ProjectsNotesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsNotesCreateCall) NoteId ¶
func (c *ProjectsNotesCreateCall) NoteId(noteId string) *ProjectsNotesCreateCall
NoteId sets the optional parameter "noteId": Required. The ID to use for this note.
type ProjectsNotesDeleteCall ¶
type ProjectsNotesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsNotesDeleteCall) Context ¶
func (c *ProjectsNotesDeleteCall) Context(ctx context.Context) *ProjectsNotesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsNotesDeleteCall) Do ¶
func (c *ProjectsNotesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "containeranalysis.projects.notes.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsNotesDeleteCall) Fields ¶
func (c *ProjectsNotesDeleteCall) Fields(s ...googleapi.Field) *ProjectsNotesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsNotesDeleteCall) Header ¶
func (c *ProjectsNotesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsNotesGetCall ¶
type ProjectsNotesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsNotesGetCall) Context ¶
func (c *ProjectsNotesGetCall) Context(ctx context.Context) *ProjectsNotesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsNotesGetCall) Do ¶
func (c *ProjectsNotesGetCall) Do(opts ...googleapi.CallOption) (*Note, error)
Do executes the "containeranalysis.projects.notes.get" call. Exactly one of *Note or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Note.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsNotesGetCall) Fields ¶
func (c *ProjectsNotesGetCall) Fields(s ...googleapi.Field) *ProjectsNotesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsNotesGetCall) Header ¶
func (c *ProjectsNotesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsNotesGetCall) IfNoneMatch ¶
func (c *ProjectsNotesGetCall) IfNoneMatch(entityTag string) *ProjectsNotesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ProjectsNotesGetIamPolicyCall ¶
type ProjectsNotesGetIamPolicyCall struct {
// contains filtered or unexported fields
}
func (*ProjectsNotesGetIamPolicyCall) Context ¶
func (c *ProjectsNotesGetIamPolicyCall) Context(ctx context.Context) *ProjectsNotesGetIamPolicyCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsNotesGetIamPolicyCall) Do ¶
func (c *ProjectsNotesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
Do executes the "containeranalysis.projects.notes.getIamPolicy" call. Exactly one of *Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsNotesGetIamPolicyCall) Fields ¶
func (c *ProjectsNotesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsNotesGetIamPolicyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsNotesGetIamPolicyCall) Header ¶
func (c *ProjectsNotesGetIamPolicyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsNotesListCall ¶
type ProjectsNotesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsNotesListCall) Context ¶
func (c *ProjectsNotesListCall) Context(ctx context.Context) *ProjectsNotesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsNotesListCall) Do ¶
func (c *ProjectsNotesListCall) Do(opts ...googleapi.CallOption) (*ListNotesResponse, error)
Do executes the "containeranalysis.projects.notes.list" call. Exactly one of *ListNotesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListNotesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsNotesListCall) Fields ¶
func (c *ProjectsNotesListCall) Fields(s ...googleapi.Field) *ProjectsNotesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsNotesListCall) Filter ¶
func (c *ProjectsNotesListCall) Filter(filter string) *ProjectsNotesListCall
Filter sets the optional parameter "filter": The filter expression.
func (*ProjectsNotesListCall) Header ¶
func (c *ProjectsNotesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsNotesListCall) IfNoneMatch ¶
func (c *ProjectsNotesListCall) IfNoneMatch(entityTag string) *ProjectsNotesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ProjectsNotesListCall) PageSize ¶
func (c *ProjectsNotesListCall) PageSize(pageSize int64) *ProjectsNotesListCall
PageSize sets the optional parameter "pageSize": Number of notes to return in the list. Must be positive. Max allowed page size is 1000. If not specified, page size defaults to 20.
func (*ProjectsNotesListCall) PageToken ¶
func (c *ProjectsNotesListCall) PageToken(pageToken string) *ProjectsNotesListCall
PageToken sets the optional parameter "pageToken": Token to provide to skip to a particular spot in the list.
func (*ProjectsNotesListCall) Pages ¶
func (c *ProjectsNotesListCall) Pages(ctx context.Context, f func(*ListNotesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsNotesOccurrencesListCall ¶
type ProjectsNotesOccurrencesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsNotesOccurrencesListCall) Context ¶
func (c *ProjectsNotesOccurrencesListCall) Context(ctx context.Context) *ProjectsNotesOccurrencesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsNotesOccurrencesListCall) Do ¶
func (c *ProjectsNotesOccurrencesListCall) Do(opts ...googleapi.CallOption) (*ListNoteOccurrencesResponse, error)
Do executes the "containeranalysis.projects.notes.occurrences.list" call. Exactly one of *ListNoteOccurrencesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListNoteOccurrencesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsNotesOccurrencesListCall) Fields ¶
func (c *ProjectsNotesOccurrencesListCall) Fields(s ...googleapi.Field) *ProjectsNotesOccurrencesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsNotesOccurrencesListCall) Filter ¶
func (c *ProjectsNotesOccurrencesListCall) Filter(filter string) *ProjectsNotesOccurrencesListCall
Filter sets the optional parameter "filter": The filter expression.
func (*ProjectsNotesOccurrencesListCall) Header ¶
func (c *ProjectsNotesOccurrencesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsNotesOccurrencesListCall) IfNoneMatch ¶
func (c *ProjectsNotesOccurrencesListCall) IfNoneMatch(entityTag string) *ProjectsNotesOccurrencesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ProjectsNotesOccurrencesListCall) PageSize ¶
func (c *ProjectsNotesOccurrencesListCall) PageSize(pageSize int64) *ProjectsNotesOccurrencesListCall
PageSize sets the optional parameter "pageSize": Number of occurrences to return in the list.
func (*ProjectsNotesOccurrencesListCall) PageToken ¶
func (c *ProjectsNotesOccurrencesListCall) PageToken(pageToken string) *ProjectsNotesOccurrencesListCall
PageToken sets the optional parameter "pageToken": Token to provide to skip to a particular spot in the list.
func (*ProjectsNotesOccurrencesListCall) Pages ¶
func (c *ProjectsNotesOccurrencesListCall) Pages(ctx context.Context, f func(*ListNoteOccurrencesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsNotesOccurrencesService ¶
type ProjectsNotesOccurrencesService struct {
// contains filtered or unexported fields
}
func NewProjectsNotesOccurrencesService ¶
func NewProjectsNotesOccurrencesService(s *Service) *ProjectsNotesOccurrencesService
func (*ProjectsNotesOccurrencesService) List ¶
func (r *ProjectsNotesOccurrencesService) List(name string) *ProjectsNotesOccurrencesListCall
List: Lists occurrences referencing the specified note. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note.
- name: The name of the note to list occurrences for in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
type ProjectsNotesPatchCall ¶
type ProjectsNotesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsNotesPatchCall) Context ¶
func (c *ProjectsNotesPatchCall) Context(ctx context.Context) *ProjectsNotesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsNotesPatchCall) Do ¶
func (c *ProjectsNotesPatchCall) Do(opts ...googleapi.CallOption) (*Note, error)
Do executes the "containeranalysis.projects.notes.patch" call. Exactly one of *Note or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Note.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsNotesPatchCall) Fields ¶
func (c *ProjectsNotesPatchCall) Fields(s ...googleapi.Field) *ProjectsNotesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsNotesPatchCall) Header ¶
func (c *ProjectsNotesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsNotesPatchCall) UpdateMask ¶
func (c *ProjectsNotesPatchCall) UpdateMask(updateMask string) *ProjectsNotesPatchCall
UpdateMask sets the optional parameter "updateMask": The fields to update.
type ProjectsNotesService ¶
type ProjectsNotesService struct { Occurrences *ProjectsNotesOccurrencesService // contains filtered or unexported fields }
func NewProjectsNotesService ¶
func NewProjectsNotesService(s *Service) *ProjectsNotesService
func (*ProjectsNotesService) BatchCreate ¶
func (r *ProjectsNotesService) BatchCreate(parent string, batchcreatenotesrequest *BatchCreateNotesRequest) *ProjectsNotesBatchCreateCall
BatchCreate: Creates new notes in batch.
- parent: The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created.
func (*ProjectsNotesService) Create ¶
func (r *ProjectsNotesService) Create(parent string, note *Note) *ProjectsNotesCreateCall
Create: Creates a new note.
- parent: The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.
func (*ProjectsNotesService) Delete ¶
func (r *ProjectsNotesService) Delete(name string) *ProjectsNotesDeleteCall
Delete: Deletes the specified note.
- name: The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
func (*ProjectsNotesService) Get ¶
func (r *ProjectsNotesService) Get(name string) *ProjectsNotesGetCall
Get: Gets the specified note.
- name: The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
func (*ProjectsNotesService) GetIamPolicy ¶
func (r *ProjectsNotesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsNotesGetIamPolicyCall
GetIamPolicy: 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. The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
- resource: REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
func (*ProjectsNotesService) List ¶
func (r *ProjectsNotesService) List(parent string) *ProjectsNotesListCall
List: Lists notes for the specified project.
- parent: The name of the project to list notes for in the form of `projects/[PROJECT_ID]`.
func (*ProjectsNotesService) Patch ¶
func (r *ProjectsNotesService) Patch(name string, note *Note) *ProjectsNotesPatchCall
Patch: Updates the specified note.
- name: The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
func (*ProjectsNotesService) SetIamPolicy ¶
func (r *ProjectsNotesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsNotesSetIamPolicyCall
SetIamPolicy: 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. The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
- resource: REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.
func (*ProjectsNotesService) TestIamPermissions ¶
func (r *ProjectsNotesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsNotesTestIamPermissionsCall
TestIamPermissions: Returns the permissions that a caller has on the specified note or occurrence. Requires list permission on the project (for example, `containeranalysis.notes.list`). The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
- resource: REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.
type ProjectsNotesSetIamPolicyCall ¶
type ProjectsNotesSetIamPolicyCall struct {
// contains filtered or unexported fields
}
func (*ProjectsNotesSetIamPolicyCall) Context ¶
func (c *ProjectsNotesSetIamPolicyCall) Context(ctx context.Context) *ProjectsNotesSetIamPolicyCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsNotesSetIamPolicyCall) Do ¶
func (c *ProjectsNotesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
Do executes the "containeranalysis.projects.notes.setIamPolicy" call. Exactly one of *Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsNotesSetIamPolicyCall) Fields ¶
func (c *ProjectsNotesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsNotesSetIamPolicyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsNotesSetIamPolicyCall) Header ¶
func (c *ProjectsNotesSetIamPolicyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsNotesTestIamPermissionsCall ¶
type ProjectsNotesTestIamPermissionsCall struct {
// contains filtered or unexported fields
}
func (*ProjectsNotesTestIamPermissionsCall) Context ¶
func (c *ProjectsNotesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsNotesTestIamPermissionsCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsNotesTestIamPermissionsCall) Do ¶
func (c *ProjectsNotesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
Do executes the "containeranalysis.projects.notes.testIamPermissions" call. Exactly one of *TestIamPermissionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsNotesTestIamPermissionsCall) Fields ¶
func (c *ProjectsNotesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsNotesTestIamPermissionsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsNotesTestIamPermissionsCall) Header ¶
func (c *ProjectsNotesTestIamPermissionsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsOccurrencesBatchCreateCall ¶
type ProjectsOccurrencesBatchCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesBatchCreateCall) Context ¶
func (c *ProjectsOccurrencesBatchCreateCall) Context(ctx context.Context) *ProjectsOccurrencesBatchCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesBatchCreateCall) Do ¶
func (c *ProjectsOccurrencesBatchCreateCall) Do(opts ...googleapi.CallOption) (*BatchCreateOccurrencesResponse, error)
Do executes the "containeranalysis.projects.occurrences.batchCreate" call. Exactly one of *BatchCreateOccurrencesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *BatchCreateOccurrencesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesBatchCreateCall) Fields ¶
func (c *ProjectsOccurrencesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesBatchCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesBatchCreateCall) Header ¶
func (c *ProjectsOccurrencesBatchCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsOccurrencesCreateCall ¶
type ProjectsOccurrencesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesCreateCall) Context ¶
func (c *ProjectsOccurrencesCreateCall) Context(ctx context.Context) *ProjectsOccurrencesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesCreateCall) Do ¶
func (c *ProjectsOccurrencesCreateCall) Do(opts ...googleapi.CallOption) (*Occurrence, error)
Do executes the "containeranalysis.projects.occurrences.create" call. Exactly one of *Occurrence or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Occurrence.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesCreateCall) Fields ¶
func (c *ProjectsOccurrencesCreateCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesCreateCall) Header ¶
func (c *ProjectsOccurrencesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsOccurrencesDeleteCall ¶
type ProjectsOccurrencesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesDeleteCall) Context ¶
func (c *ProjectsOccurrencesDeleteCall) Context(ctx context.Context) *ProjectsOccurrencesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesDeleteCall) Do ¶
func (c *ProjectsOccurrencesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "containeranalysis.projects.occurrences.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesDeleteCall) Fields ¶
func (c *ProjectsOccurrencesDeleteCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesDeleteCall) Header ¶
func (c *ProjectsOccurrencesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsOccurrencesGetCall ¶
type ProjectsOccurrencesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesGetCall) Context ¶
func (c *ProjectsOccurrencesGetCall) Context(ctx context.Context) *ProjectsOccurrencesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesGetCall) Do ¶
func (c *ProjectsOccurrencesGetCall) Do(opts ...googleapi.CallOption) (*Occurrence, error)
Do executes the "containeranalysis.projects.occurrences.get" call. Exactly one of *Occurrence or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Occurrence.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesGetCall) Fields ¶
func (c *ProjectsOccurrencesGetCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesGetCall) Header ¶
func (c *ProjectsOccurrencesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsOccurrencesGetCall) IfNoneMatch ¶
func (c *ProjectsOccurrencesGetCall) IfNoneMatch(entityTag string) *ProjectsOccurrencesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ProjectsOccurrencesGetIamPolicyCall ¶
type ProjectsOccurrencesGetIamPolicyCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesGetIamPolicyCall) Context ¶
func (c *ProjectsOccurrencesGetIamPolicyCall) Context(ctx context.Context) *ProjectsOccurrencesGetIamPolicyCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesGetIamPolicyCall) Do ¶
func (c *ProjectsOccurrencesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
Do executes the "containeranalysis.projects.occurrences.getIamPolicy" call. Exactly one of *Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesGetIamPolicyCall) Fields ¶
func (c *ProjectsOccurrencesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesGetIamPolicyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesGetIamPolicyCall) Header ¶
func (c *ProjectsOccurrencesGetIamPolicyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsOccurrencesGetNotesCall ¶
type ProjectsOccurrencesGetNotesCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesGetNotesCall) Context ¶
func (c *ProjectsOccurrencesGetNotesCall) Context(ctx context.Context) *ProjectsOccurrencesGetNotesCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesGetNotesCall) Do ¶
func (c *ProjectsOccurrencesGetNotesCall) Do(opts ...googleapi.CallOption) (*Note, error)
Do executes the "containeranalysis.projects.occurrences.getNotes" call. Exactly one of *Note or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Note.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesGetNotesCall) Fields ¶
func (c *ProjectsOccurrencesGetNotesCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesGetNotesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesGetNotesCall) Header ¶
func (c *ProjectsOccurrencesGetNotesCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsOccurrencesGetNotesCall) IfNoneMatch ¶
func (c *ProjectsOccurrencesGetNotesCall) IfNoneMatch(entityTag string) *ProjectsOccurrencesGetNotesCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ProjectsOccurrencesGetVulnerabilitySummaryCall ¶
type ProjectsOccurrencesGetVulnerabilitySummaryCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesGetVulnerabilitySummaryCall) Context ¶
func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) Context(ctx context.Context) *ProjectsOccurrencesGetVulnerabilitySummaryCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesGetVulnerabilitySummaryCall) Do ¶
func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) Do(opts ...googleapi.CallOption) (*VulnerabilityOccurrencesSummary, error)
Do executes the "containeranalysis.projects.occurrences.getVulnerabilitySummary" call. Exactly one of *VulnerabilityOccurrencesSummary or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *VulnerabilityOccurrencesSummary.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesGetVulnerabilitySummaryCall) Fields ¶
func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesGetVulnerabilitySummaryCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesGetVulnerabilitySummaryCall) Filter ¶
func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) Filter(filter string) *ProjectsOccurrencesGetVulnerabilitySummaryCall
Filter sets the optional parameter "filter": The filter expression.
func (*ProjectsOccurrencesGetVulnerabilitySummaryCall) Header ¶
func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsOccurrencesGetVulnerabilitySummaryCall) IfNoneMatch ¶
func (c *ProjectsOccurrencesGetVulnerabilitySummaryCall) IfNoneMatch(entityTag string) *ProjectsOccurrencesGetVulnerabilitySummaryCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ProjectsOccurrencesListCall ¶
type ProjectsOccurrencesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesListCall) Context ¶
func (c *ProjectsOccurrencesListCall) Context(ctx context.Context) *ProjectsOccurrencesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesListCall) Do ¶
func (c *ProjectsOccurrencesListCall) Do(opts ...googleapi.CallOption) (*ListOccurrencesResponse, error)
Do executes the "containeranalysis.projects.occurrences.list" call. Exactly one of *ListOccurrencesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListOccurrencesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesListCall) Fields ¶
func (c *ProjectsOccurrencesListCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesListCall) Filter ¶
func (c *ProjectsOccurrencesListCall) Filter(filter string) *ProjectsOccurrencesListCall
Filter sets the optional parameter "filter": The filter expression.
func (*ProjectsOccurrencesListCall) Header ¶
func (c *ProjectsOccurrencesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsOccurrencesListCall) IfNoneMatch ¶
func (c *ProjectsOccurrencesListCall) IfNoneMatch(entityTag string) *ProjectsOccurrencesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ProjectsOccurrencesListCall) PageSize ¶
func (c *ProjectsOccurrencesListCall) PageSize(pageSize int64) *ProjectsOccurrencesListCall
PageSize sets the optional parameter "pageSize": Number of occurrences to return in the list. Must be positive. Max allowed page size is 1000. If not specified, page size defaults to 20.
func (*ProjectsOccurrencesListCall) PageToken ¶
func (c *ProjectsOccurrencesListCall) PageToken(pageToken string) *ProjectsOccurrencesListCall
PageToken sets the optional parameter "pageToken": Token to provide to skip to a particular spot in the list.
func (*ProjectsOccurrencesListCall) Pages ¶
func (c *ProjectsOccurrencesListCall) Pages(ctx context.Context, f func(*ListOccurrencesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsOccurrencesPatchCall ¶
type ProjectsOccurrencesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesPatchCall) Context ¶
func (c *ProjectsOccurrencesPatchCall) Context(ctx context.Context) *ProjectsOccurrencesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesPatchCall) Do ¶
func (c *ProjectsOccurrencesPatchCall) Do(opts ...googleapi.CallOption) (*Occurrence, error)
Do executes the "containeranalysis.projects.occurrences.patch" call. Exactly one of *Occurrence or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Occurrence.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesPatchCall) Fields ¶
func (c *ProjectsOccurrencesPatchCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesPatchCall) Header ¶
func (c *ProjectsOccurrencesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsOccurrencesPatchCall) UpdateMask ¶
func (c *ProjectsOccurrencesPatchCall) UpdateMask(updateMask string) *ProjectsOccurrencesPatchCall
UpdateMask sets the optional parameter "updateMask": The fields to update.
type ProjectsOccurrencesService ¶
type ProjectsOccurrencesService struct {
// contains filtered or unexported fields
}
func NewProjectsOccurrencesService ¶
func NewProjectsOccurrencesService(s *Service) *ProjectsOccurrencesService
func (*ProjectsOccurrencesService) BatchCreate ¶
func (r *ProjectsOccurrencesService) BatchCreate(parent string, batchcreateoccurrencesrequest *BatchCreateOccurrencesRequest) *ProjectsOccurrencesBatchCreateCall
BatchCreate: Creates new occurrences in batch.
- parent: The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrences are to be created.
func (*ProjectsOccurrencesService) Create ¶
func (r *ProjectsOccurrencesService) Create(parent string, occurrence *Occurrence) *ProjectsOccurrencesCreateCall
Create: Creates a new occurrence.
- parent: The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrence is to be created.
func (*ProjectsOccurrencesService) Delete ¶
func (r *ProjectsOccurrencesService) Delete(name string) *ProjectsOccurrencesDeleteCall
Delete: Deletes the specified occurrence. For example, use this method to delete an occurrence when the occurrence is no longer applicable for the given resource.
- name: The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.
func (*ProjectsOccurrencesService) Get ¶
func (r *ProjectsOccurrencesService) Get(name string) *ProjectsOccurrencesGetCall
Get: Gets the specified occurrence.
- name: The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.
func (*ProjectsOccurrencesService) GetIamPolicy ¶
func (r *ProjectsOccurrencesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsOccurrencesGetIamPolicyCall
GetIamPolicy: 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. The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
- resource: REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
func (*ProjectsOccurrencesService) GetNotes ¶
func (r *ProjectsOccurrencesService) GetNotes(name string) *ProjectsOccurrencesGetNotesCall
GetNotes: Gets the note attached to the specified occurrence. Consumer projects can use this method to get a note that belongs to a provider project.
- name: The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.
func (*ProjectsOccurrencesService) GetVulnerabilitySummary ¶
func (r *ProjectsOccurrencesService) GetVulnerabilitySummary(parent string) *ProjectsOccurrencesGetVulnerabilitySummaryCall
GetVulnerabilitySummary: Gets a summary of the number and severity of occurrences.
- parent: The name of the project to get a vulnerability summary for in the form of `projects/[PROJECT_ID]`.
func (*ProjectsOccurrencesService) List ¶
func (r *ProjectsOccurrencesService) List(parent string) *ProjectsOccurrencesListCall
List: Lists occurrences for the specified project.
- parent: The name of the project to list occurrences for in the form of `projects/[PROJECT_ID]`.
func (*ProjectsOccurrencesService) Patch ¶
func (r *ProjectsOccurrencesService) Patch(name string, occurrence *Occurrence) *ProjectsOccurrencesPatchCall
Patch: Updates the specified occurrence.
- name: The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.
func (*ProjectsOccurrencesService) SetIamPolicy ¶
func (r *ProjectsOccurrencesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsOccurrencesSetIamPolicyCall
SetIamPolicy: 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. The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
- resource: REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.
func (*ProjectsOccurrencesService) TestIamPermissions ¶
func (r *ProjectsOccurrencesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsOccurrencesTestIamPermissionsCall
TestIamPermissions: Returns the permissions that a caller has on the specified note or occurrence. Requires list permission on the project (for example, `containeranalysis.notes.list`). The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
- resource: REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.
type ProjectsOccurrencesSetIamPolicyCall ¶
type ProjectsOccurrencesSetIamPolicyCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesSetIamPolicyCall) Context ¶
func (c *ProjectsOccurrencesSetIamPolicyCall) Context(ctx context.Context) *ProjectsOccurrencesSetIamPolicyCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesSetIamPolicyCall) Do ¶
func (c *ProjectsOccurrencesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
Do executes the "containeranalysis.projects.occurrences.setIamPolicy" call. Exactly one of *Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesSetIamPolicyCall) Fields ¶
func (c *ProjectsOccurrencesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesSetIamPolicyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesSetIamPolicyCall) Header ¶
func (c *ProjectsOccurrencesSetIamPolicyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsOccurrencesTestIamPermissionsCall ¶
type ProjectsOccurrencesTestIamPermissionsCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOccurrencesTestIamPermissionsCall) Context ¶
func (c *ProjectsOccurrencesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsOccurrencesTestIamPermissionsCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsOccurrencesTestIamPermissionsCall) Do ¶
func (c *ProjectsOccurrencesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
Do executes the "containeranalysis.projects.occurrences.testIamPermissions" call. Exactly one of *TestIamPermissionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOccurrencesTestIamPermissionsCall) Fields ¶
func (c *ProjectsOccurrencesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsOccurrencesTestIamPermissionsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsOccurrencesTestIamPermissionsCall) Header ¶
func (c *ProjectsOccurrencesTestIamPermissionsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsService ¶
type ProjectsService struct { Notes *ProjectsNotesService Occurrences *ProjectsOccurrencesService // contains filtered or unexported fields }
func NewProjectsService ¶
func NewProjectsService(s *Service) *ProjectsService
type Recipe ¶
type Recipe struct { // Arguments: Collection of all external inputs that influenced the // build on top of recipe.definedInMaterial and recipe.entryPoint. For // example, if the recipe type were "make", then this might be the flags // passed to make aside from the target, which is captured in // recipe.entryPoint. Since the arguments field can greatly vary in // structure, depending on the builder and recipe type, this is of form // "Any". Arguments []googleapi.RawMessage `json:"arguments,omitempty"` // DefinedInMaterial: Index in materials containing the recipe steps // that are not implied by recipe.type. For example, if the recipe type // were "make", then this would point to the source containing the // Makefile, not the make program itself. Set to -1 if the recipe // doesn't come from a material, as zero is default unset value for // int64. DefinedInMaterial int64 `json:"definedInMaterial,omitempty,string"` // EntryPoint: String identifying the entry point into the build. This // is often a path to a configuration file and/or a target label within // that file. The syntax and meaning are defined by recipe.type. For // example, if the recipe type were "make", then this would reference // the directory in which to run make as well as which target to use. EntryPoint string `json:"entryPoint,omitempty"` // Environment: Any other builder-controlled inputs necessary for // correctly evaluating the recipe. Usually only needed for reproducing // the build but not evaluated as part of policy. Since the environment // field can greatly vary in structure, depending on the builder and // recipe type, this is of form "Any". Environment []googleapi.RawMessage `json:"environment,omitempty"` // Type: URI indicating what type of recipe was performed. It determines // the meaning of recipe.entryPoint, recipe.arguments, // recipe.environment, and materials. Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "Arguments") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Arguments") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Recipe: Steps taken to build the artifact. For a TaskRun, typically each container corresponds to one step in the recipe.
func (*Recipe) MarshalJSON ¶
type RelatedUrl ¶
type RelatedUrl struct { // Label: Label to describe usage of the URL. Label string `json:"label,omitempty"` // Url: Specific URL associated with the resource. Url string `json:"url,omitempty"` // ForceSendFields is a list of field names (e.g. "Label") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Label") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
RelatedUrl: Metadata for any related URL information.
func (*RelatedUrl) MarshalJSON ¶
func (s *RelatedUrl) MarshalJSON() ([]byte, error)
type RepoId ¶
type RepoId struct { // ProjectRepoId: A combination of a project ID and a repo name. ProjectRepoId *ProjectRepoId `json:"projectRepoId,omitempty"` // Uid: A server-assigned, globally unique identifier. Uid string `json:"uid,omitempty"` // ForceSendFields is a list of field names (e.g. "ProjectRepoId") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ProjectRepoId") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
RepoId: A unique identifier for a Cloud Repo.
func (*RepoId) MarshalJSON ¶
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment Operations *OperationsService Projects *ProjectsService // contains filtered or unexported fields }
func New
deprecated
New creates a new Service. It uses the provided http.Client for requests.
Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.
func NewService ¶
NewService creates a new Service.
type SetIamPolicyRequest ¶
type SetIamPolicyRequest struct { // Policy: REQUIRED: The complete policy to be applied to the // `resource`. The size of the policy is limited to a few 10s of KB. An // empty policy is a valid policy but certain Cloud Platform services // (such as Projects) might reject them. Policy *Policy `json:"policy,omitempty"` // ForceSendFields is a list of field names (e.g. "Policy") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Policy") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SetIamPolicyRequest: Request message for `SetIamPolicy` method.
func (*SetIamPolicyRequest) MarshalJSON ¶
func (s *SetIamPolicyRequest) MarshalJSON() ([]byte, error)
type Signature ¶
type Signature struct { // PublicKeyId: The identifier for the public key that verifies this // signature. * The `public_key_id` is required. * The `public_key_id` // SHOULD be an RFC3986 conformant URI. * When possible, the // `public_key_id` SHOULD be an immutable reference, such as a // cryptographic digest. Examples of valid `public_key_id`s: OpenPGP V4 // public key fingerprint: * // "openpgp4fpr:74FAF3B861BDA0870C7B6DEF607E48D2A663AEEA" See // https://www.iana.org/assignments/uri-schemes/prov/openpgp4fpr for // more details on this scheme. RFC6920 digest-named // SubjectPublicKeyInfo (digest of the DER serialization): * // "ni:///sha-256;cD9o9Cq6LG3jD0iKXqEi_vdjJGecm_iXkbqVoScViaU" * // "nih:///sha-256;703f68f42aba2c6de30f488a5ea122fef76324679c9bf89791ba95 // a1271589a5" PublicKeyId string `json:"publicKeyId,omitempty"` // Signature: The content of the signature, an opaque bytestring. The // payload that this signature verifies MUST be unambiguously provided // with the Signature during verification. A wrapper message might // provide the payload explicitly. Alternatively, a message might have a // canonical serialization that can always be unambiguously computed to // derive the payload. Signature string `json:"signature,omitempty"` // ForceSendFields is a list of field names (e.g. "PublicKeyId") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "PublicKeyId") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Signature: Verifiers (e.g. Kritis implementations) MUST verify signatures with respect to the trust anchors defined in policy (e.g. a Kritis policy). Typically this means that the verifier has been configured with a map from `public_key_id` to public key material (and any required parameters, e.g. signing algorithm). In particular, verification implementations MUST NOT treat the signature `public_key_id` as anything more than a key lookup hint. The `public_key_id` DOES NOT validate or authenticate a public key; it only provides a mechanism for quickly selecting a public key ALREADY CONFIGURED on the verifier through a trusted channel. Verification implementations MUST reject signatures in any of the following circumstances: * The `public_key_id` is not recognized by the verifier. * The public key that `public_key_id` refers to does not verify the signature with respect to the payload. The `signature` contents SHOULD NOT be "attached" (where the payload is included with the serialized `signature` bytes). Verifiers MUST ignore any "attached" payload and only verify signatures with respect to explicitly provided payload (e.g. a `payload` field on the proto message that holds this Signature, or the canonical serialization of the proto message that holds this signature).
func (*Signature) MarshalJSON ¶
type Source ¶
type Source struct { // AdditionalContexts: If provided, some of the source code used for the // build may be found in these locations, in the case where the source // repository had multiple remotes or submodules. This list will not // include the context specified in the context field. AdditionalContexts []*SourceContext `json:"additionalContexts,omitempty"` // ArtifactStorageSourceUri: If provided, the input binary artifacts for // the build came from this location. ArtifactStorageSourceUri string `json:"artifactStorageSourceUri,omitempty"` // Context: If provided, the source code used for the build came from // this location. Context *SourceContext `json:"context,omitempty"` // FileHashes: Hash(es) of the build source, which can be used to verify // that the original source integrity was maintained in the build. The // keys to this map are file paths used as build source and the values // contain the hash values for those files. If the build source came in // a single package such as a gzipped tarfile (.tar.gz), the FileHash // will be for the single path to that file. FileHashes map[string]FileHashes `json:"fileHashes,omitempty"` // ForceSendFields is a list of field names (e.g. "AdditionalContexts") // to unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AdditionalContexts") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
Source: Source describes the location of the source used for the build.
func (*Source) MarshalJSON ¶
type SourceContext ¶
type SourceContext struct { // CloudRepo: A SourceContext referring to a revision in a Google Cloud // Source Repo. CloudRepo *CloudRepoSourceContext `json:"cloudRepo,omitempty"` // Gerrit: A SourceContext referring to a Gerrit project. Gerrit *GerritSourceContext `json:"gerrit,omitempty"` // Git: A SourceContext referring to any third party Git repo (e.g., // GitHub). Git *GitSourceContext `json:"git,omitempty"` // Labels: Labels with user defined metadata. Labels map[string]string `json:"labels,omitempty"` // ForceSendFields is a list of field names (e.g. "CloudRepo") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CloudRepo") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SourceContext: A SourceContext is a reference to a tree of files. A SourceContext together with a path point to a unique revision of a single file or directory.
func (*SourceContext) MarshalJSON ¶
func (s *SourceContext) MarshalJSON() ([]byte, error)
type Status ¶
type Status struct { // Code: The status code, which should be an enum value of // google.rpc.Code. Code int64 `json:"code,omitempty"` // Details: A list of messages that carry the error details. There is a // common set of message types for APIs to use. Details []googleapi.RawMessage `json:"details,omitempty"` // Message: A developer-facing error message, which should be in // English. Any user-facing error message should be localized and sent // in the google.rpc.Status.details field, or localized by the client. Message string `json:"message,omitempty"` // ForceSendFields is a list of field names (e.g. "Code") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Code") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Status: The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors).
func (*Status) MarshalJSON ¶
type Subject ¶
type Subject struct { // Digest: "": "" Digest map[string]string `json:"digest,omitempty"` Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Digest") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Digest") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Subject) MarshalJSON ¶
type TestIamPermissionsRequest ¶
type TestIamPermissionsRequest struct { // Permissions: The set of permissions to check for the `resource`. // Permissions with wildcards (such as '*' or 'storage.*') are not // allowed. For more information see IAM Overview // (https://cloud.google.com/iam/docs/overview#permissions). Permissions []string `json:"permissions,omitempty"` // ForceSendFields is a list of field names (e.g. "Permissions") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Permissions") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
TestIamPermissionsRequest: Request message for `TestIamPermissions` method.
func (*TestIamPermissionsRequest) MarshalJSON ¶
func (s *TestIamPermissionsRequest) MarshalJSON() ([]byte, error)
type TestIamPermissionsResponse ¶
type TestIamPermissionsResponse struct { // Permissions: A subset of `TestPermissionsRequest.permissions` that // the caller is allowed. Permissions []string `json:"permissions,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Permissions") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Permissions") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
TestIamPermissionsResponse: Response message for `TestIamPermissions` method.
func (*TestIamPermissionsResponse) MarshalJSON ¶
func (s *TestIamPermissionsResponse) MarshalJSON() ([]byte, error)
type TimeSpan ¶
type TimeSpan struct { // EndTime: End of time span. EndTime string `json:"endTime,omitempty"` // StartTime: Start of time span. StartTime string `json:"startTime,omitempty"` // ForceSendFields is a list of field names (e.g. "EndTime") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "EndTime") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
TimeSpan: Start and end times for a build execution phase.
func (*TimeSpan) MarshalJSON ¶
type UpgradeDistribution ¶
type UpgradeDistribution struct { // Classification: The operating system classification of this Upgrade, // as specified by the upstream operating system upgrade feed. For // Windows the classification is one of the category_ids listed at // https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ff357803(v=vs.85) Classification string `json:"classification,omitempty"` // CpeUri: Required - The specific operating system this metadata // applies to. See https://cpe.mitre.org/specification/. CpeUri string `json:"cpeUri,omitempty"` // Cve: The cve tied to this Upgrade. Cve []string `json:"cve,omitempty"` // Severity: The severity as specified by the upstream operating system. Severity string `json:"severity,omitempty"` // ForceSendFields is a list of field names (e.g. "Classification") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Classification") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
UpgradeDistribution: The Upgrade Distribution represents metadata about the Upgrade for each operating system (CPE). Some distributions have additional metadata around updates, classifying them into various categories and severities.
func (*UpgradeDistribution) MarshalJSON ¶
func (s *UpgradeDistribution) MarshalJSON() ([]byte, error)
type UpgradeNote ¶
type UpgradeNote struct { // Distributions: Metadata about the upgrade for each specific operating // system. Distributions []*UpgradeDistribution `json:"distributions,omitempty"` // Package: Required for non-Windows OS. The package this Upgrade is // for. Package string `json:"package,omitempty"` // Version: Required for non-Windows OS. The version of the package in // machine + human readable form. Version *Version `json:"version,omitempty"` // WindowsUpdate: Required for Windows OS. Represents the metadata about // the Windows update. WindowsUpdate *WindowsUpdate `json:"windowsUpdate,omitempty"` // ForceSendFields is a list of field names (e.g. "Distributions") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Distributions") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
UpgradeNote: An Upgrade Note represents a potential upgrade of a package to a given version. For each package version combination (i.e. bash 4.0, bash 4.1, bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field represents the information related to the update.
func (*UpgradeNote) MarshalJSON ¶
func (s *UpgradeNote) MarshalJSON() ([]byte, error)
type UpgradeOccurrence ¶
type UpgradeOccurrence struct { // Distribution: Metadata about the upgrade for available for the // specific operating system for the resource_url. This allows efficient // filtering, as well as making it easier to use the occurrence. Distribution *UpgradeDistribution `json:"distribution,omitempty"` // Package: Required for non-Windows OS. The package this Upgrade is // for. Package string `json:"package,omitempty"` // ParsedVersion: Required for non-Windows OS. The version of the // package in a machine + human readable form. ParsedVersion *Version `json:"parsedVersion,omitempty"` // WindowsUpdate: Required for Windows OS. Represents the metadata about // the Windows update. WindowsUpdate *WindowsUpdate `json:"windowsUpdate,omitempty"` // ForceSendFields is a list of field names (e.g. "Distribution") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Distribution") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
UpgradeOccurrence: An Upgrade Occurrence represents that a specific resource_url could install a specific upgrade. This presence is supplied via local sources (i.e. it is present in the mirror and the running system has noticed its availability). For Windows, both distribution and windows_update contain information for the Windows update.
func (*UpgradeOccurrence) MarshalJSON ¶
func (s *UpgradeOccurrence) MarshalJSON() ([]byte, error)
type Version ¶
type Version struct { // Epoch: Used to correct mistakes in the version numbering scheme. Epoch int64 `json:"epoch,omitempty"` // FullName: Human readable version string. This string is of the form // :- and is only set when kind is NORMAL. FullName string `json:"fullName,omitempty"` // Inclusive: Whether this version is specifying part of an inclusive // range. Grafeas does not have the capability to specify version // ranges; instead we have fields that specify start version and end // versions. At times this is insufficient - we also need to specify // whether the version is included in the range or is excluded from the // range. This boolean is expected to be set to true when the version is // included in a range. Inclusive bool `json:"inclusive,omitempty"` // Kind: Required. Distinguishes between sentinel MIN/MAX versions and // normal versions. // // Possible values: // "VERSION_KIND_UNSPECIFIED" - Unknown. // "NORMAL" - A standard package version. // "MINIMUM" - A special version representing negative infinity. // "MAXIMUM" - A special version representing positive infinity. Kind string `json:"kind,omitempty"` // Name: Required only when version kind is NORMAL. The main part of the // version name. Name string `json:"name,omitempty"` // Revision: The iteration of the package build from the above version. Revision string `json:"revision,omitempty"` // ForceSendFields is a list of field names (e.g. "Epoch") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Epoch") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Version: Version contains structured information about the version of a package.
func (*Version) MarshalJSON ¶
type Volume ¶
type Volume struct { // Name: Name of the volume to mount. Volume names must be unique per // build step and must be valid names for Docker volumes. Each named // volume must be used by at least two build steps. Name string `json:"name,omitempty"` // Path: Path at which to mount the volume. Paths must be absolute and // cannot conflict with other volume paths on the same build step or // with certain reserved volume paths. Path string `json:"path,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Volume: Volume describes a Docker container volume which is mounted into build steps in order to persist files across build step execution.
func (*Volume) MarshalJSON ¶
type VulnerabilityNote ¶
type VulnerabilityNote struct { // CvssScore: The CVSS score of this vulnerability. CVSS score is on a // scale of 0 - 10 where 0 indicates low severity and 10 indicates high // severity. CvssScore float64 `json:"cvssScore,omitempty"` // CvssV3: The full description of the CVSSv3 for this vulnerability. CvssV3 *CVSSv3 `json:"cvssV3,omitempty"` // Details: Details of all known distros and packages affected by this // vulnerability. Details []*Detail `json:"details,omitempty"` // Severity: The note provider assigned severity of this vulnerability. // // Possible values: // "SEVERITY_UNSPECIFIED" - Unknown. // "MINIMAL" - Minimal severity. // "LOW" - Low severity. // "MEDIUM" - Medium severity. // "HIGH" - High severity. // "CRITICAL" - Critical severity. Severity string `json:"severity,omitempty"` // SourceUpdateTime: The time this information was last changed at the // source. This is an upstream timestamp from the underlying information // source - e.g. Ubuntu security tracker. SourceUpdateTime string `json:"sourceUpdateTime,omitempty"` // WindowsDetails: Windows details get their own format because the // information format and model don't match a normal detail. // Specifically Windows updates are done as patches, thus Windows // vulnerabilities really are a missing package, rather than a package // being at an incorrect version. WindowsDetails []*WindowsDetail `json:"windowsDetails,omitempty"` // ForceSendFields is a list of field names (e.g. "CvssScore") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CvssScore") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
VulnerabilityNote: A security vulnerability that can be found in resources.
func (*VulnerabilityNote) MarshalJSON ¶
func (s *VulnerabilityNote) MarshalJSON() ([]byte, error)
func (*VulnerabilityNote) UnmarshalJSON ¶
func (s *VulnerabilityNote) UnmarshalJSON(data []byte) error
type VulnerabilityOccurrence ¶
type VulnerabilityOccurrence struct { // CvssScore: Output only. The CVSS score of this vulnerability. CVSS // score is on a scale of 0 - 10 where 0 indicates low severity and 10 // indicates high severity. CvssScore float64 `json:"cvssScore,omitempty"` // EffectiveSeverity: The distro assigned severity for this // vulnerability when it is available, otherwise this is the note // provider assigned severity. When there are multiple PackageIssues for // this vulnerability, they can have different effective severities // because some might be provided by the distro while others are // provided by the language ecosystem for a language pack. For this // reason, it is advised to use the effective severity on the // PackageIssue level. In the case where multiple PackageIssues have // differing effective severities, this field should be the highest // severity for any of the PackageIssues. // // Possible values: // "SEVERITY_UNSPECIFIED" - Unknown. // "MINIMAL" - Minimal severity. // "LOW" - Low severity. // "MEDIUM" - Medium severity. // "HIGH" - High severity. // "CRITICAL" - Critical severity. EffectiveSeverity string `json:"effectiveSeverity,omitempty"` // FixAvailable: Output only. Whether at least one of the affected // packages has a fix available. FixAvailable bool `json:"fixAvailable,omitempty"` // LongDescription: Output only. A detailed description of this // vulnerability. LongDescription string `json:"longDescription,omitempty"` // PackageIssue: Required. The set of affected locations and their fixes // (if available) within the associated resource. PackageIssue []*PackageIssue `json:"packageIssue,omitempty"` // RelatedUrls: Output only. URLs related to this vulnerability. RelatedUrls []*RelatedUrl `json:"relatedUrls,omitempty"` // Severity: Output only. The note provider assigned severity of this // vulnerability. // // Possible values: // "SEVERITY_UNSPECIFIED" - Unknown. // "MINIMAL" - Minimal severity. // "LOW" - Low severity. // "MEDIUM" - Medium severity. // "HIGH" - High severity. // "CRITICAL" - Critical severity. Severity string `json:"severity,omitempty"` // ShortDescription: Output only. A one sentence description of this // vulnerability. ShortDescription string `json:"shortDescription,omitempty"` // Type: The type of package; whether native or non native (e.g., ruby // gems, node.js packages, etc.). Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "CvssScore") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CvssScore") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
VulnerabilityOccurrence: An occurrence of a severity vulnerability on a resource.
func (*VulnerabilityOccurrence) MarshalJSON ¶
func (s *VulnerabilityOccurrence) MarshalJSON() ([]byte, error)
func (*VulnerabilityOccurrence) UnmarshalJSON ¶
func (s *VulnerabilityOccurrence) UnmarshalJSON(data []byte) error
type VulnerabilityOccurrencesSummary ¶
type VulnerabilityOccurrencesSummary struct { // Counts: A listing by resource of the number of fixable and total // vulnerabilities. Counts []*FixableTotalByDigest `json:"counts,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Counts") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Counts") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
VulnerabilityOccurrencesSummary: A summary of how many vulnerability occurrences there are per resource and severity type.
func (*VulnerabilityOccurrencesSummary) MarshalJSON ¶
func (s *VulnerabilityOccurrencesSummary) MarshalJSON() ([]byte, error)
type WindowsDetail ¶
type WindowsDetail struct { // CpeUri: Required. The CPE URI (https://cpe.mitre.org/specification/) // this vulnerability affects. CpeUri string `json:"cpeUri,omitempty"` // Description: The description of this vulnerability. Description string `json:"description,omitempty"` // FixingKbs: Required. The names of the KBs which have hotfixes to // mitigate this vulnerability. Note that there may be multiple hotfixes // (and thus multiple KBs) that mitigate a given vulnerability. // Currently any listed KBs presence is considered a fix. FixingKbs []*KnowledgeBase `json:"fixingKbs,omitempty"` // Name: Required. The name of this vulnerability. Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "CpeUri") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CpeUri") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*WindowsDetail) MarshalJSON ¶
func (s *WindowsDetail) MarshalJSON() ([]byte, error)
type WindowsUpdate ¶
type WindowsUpdate struct { // Categories: The list of categories to which the update belongs. Categories []*Category `json:"categories,omitempty"` // Description: The localized description of the update. Description string `json:"description,omitempty"` // Identity: Required - The unique identifier for the update. Identity *Identity `json:"identity,omitempty"` // KbArticleIds: The Microsoft Knowledge Base article IDs that are // associated with the update. KbArticleIds []string `json:"kbArticleIds,omitempty"` // LastPublishedTimestamp: The last published timestamp of the update. LastPublishedTimestamp string `json:"lastPublishedTimestamp,omitempty"` // SupportUrl: The hyperlink to the support information for the update. SupportUrl string `json:"supportUrl,omitempty"` // Title: The localized title of the update. Title string `json:"title,omitempty"` // ForceSendFields is a list of field names (e.g. "Categories") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Categories") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
WindowsUpdate: Windows Update represents the metadata about the update for the Windows operating system. The fields in this message come from the Windows Update API documented at https://docs.microsoft.com/en-us/windows/win32/api/wuapi/nn-wuapi-iupdate.
func (*WindowsUpdate) MarshalJSON ¶
func (s *WindowsUpdate) MarshalJSON() ([]byte, error)