Interface protos.grafeas.v1.IBuildProvenance (3.5.0)

Properties of a BuildProvenance.

Package

@google-cloud/grafeas!

Properties

builderVersion

builderVersion?: (string|null);

BuildProvenance builderVersion

Property Value
TypeDescription
(string|null)

buildOptions

buildOptions?: ({ [k: string]: string }|null);

BuildProvenance buildOptions

Property Value
TypeDescription
({ [k: string]: string }|null)

builtArtifacts

builtArtifacts?: (grafeas.v1.IArtifact[]|null);

BuildProvenance builtArtifacts

Property Value
TypeDescription
(grafeas.v1.IArtifact[]|null)

commands

commands?: (grafeas.v1.ICommand[]|null);

BuildProvenance commands

Property Value
TypeDescription
(grafeas.v1.ICommand[]|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

BuildProvenance createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

creator

creator?: (string|null);

BuildProvenance creator

Property Value
TypeDescription
(string|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

BuildProvenance endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

id

id?: (string|null);

BuildProvenance id

Property Value
TypeDescription
(string|null)

logsUri

logsUri?: (string|null);

BuildProvenance logsUri

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

BuildProvenance projectId

Property Value
TypeDescription
(string|null)

sourceProvenance

sourceProvenance?: (grafeas.v1.ISource|null);

BuildProvenance sourceProvenance

Property Value
TypeDescription
(grafeas.v1.ISource|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

BuildProvenance startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

triggerId

triggerId?: (string|null);

BuildProvenance triggerId

Property Value
TypeDescription
(string|null)