Properties of a BuildProvenance.
Package
@google-cloud/grafeas!Properties
builderVersion
builderVersion?: (string|null);
BuildProvenance builderVersion
Type | Description |
(string|null) |
buildOptions
buildOptions?: ({ [k: string]: string }|null);
BuildProvenance buildOptions
Type | Description |
({ [k: string]: string }|null) |
builtArtifacts
builtArtifacts?: (grafeas.v1.IArtifact[]|null);
BuildProvenance builtArtifacts
Type | Description |
(grafeas.v1.IArtifact[]|null) |
commands
commands?: (grafeas.v1.ICommand[]|null);
BuildProvenance commands
Type | Description |
(grafeas.v1.ICommand[]|null) |
createTime
createTime?: (google.protobuf.ITimestamp|null);
BuildProvenance createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
creator
creator?: (string|null);
BuildProvenance creator
Type | Description |
(string|null) |
endTime
endTime?: (google.protobuf.ITimestamp|null);
BuildProvenance endTime
Type | Description |
(google.protobuf.ITimestamp|null) |
id
id?: (string|null);
BuildProvenance id
Type | Description |
(string|null) |
logsUri
logsUri?: (string|null);
BuildProvenance logsUri
Type | Description |
(string|null) |
projectId
projectId?: (string|null);
BuildProvenance projectId
Type | Description |
(string|null) |
sourceProvenance
sourceProvenance?: (grafeas.v1.ISource|null);
BuildProvenance sourceProvenance
Type | Description |
(grafeas.v1.ISource|null) |
startTime
startTime?: (google.protobuf.ITimestamp|null);
BuildProvenance startTime
Type | Description |
(google.protobuf.ITimestamp|null) |
triggerId
triggerId?: (string|null);
BuildProvenance triggerId
Type | Description |
(string|null) |