public static interface SlsaProvenanceZeroTwo.SlsaMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBuildFinishedOn()
public abstract Timestamp getBuildFinishedOn().google.protobuf.Timestamp build_finished_on = 3;
| Type | Description |
| Timestamp | The buildFinishedOn. |
getBuildFinishedOnOrBuilder()
public abstract TimestampOrBuilder getBuildFinishedOnOrBuilder().google.protobuf.Timestamp build_finished_on = 3;
| Type | Description |
| TimestampOrBuilder |
getBuildInvocationId()
public abstract String getBuildInvocationId()string build_invocation_id = 1;
| Type | Description |
| String | The buildInvocationId. |
getBuildInvocationIdBytes()
public abstract ByteString getBuildInvocationIdBytes()string build_invocation_id = 1;
| Type | Description |
| ByteString | The bytes for buildInvocationId. |
getBuildStartedOn()
public abstract Timestamp getBuildStartedOn().google.protobuf.Timestamp build_started_on = 2;
| Type | Description |
| Timestamp | The buildStartedOn. |
getBuildStartedOnOrBuilder()
public abstract TimestampOrBuilder getBuildStartedOnOrBuilder().google.protobuf.Timestamp build_started_on = 2;
| Type | Description |
| TimestampOrBuilder |
getCompleteness()
public abstract SlsaProvenanceZeroTwo.SlsaCompleteness getCompleteness().grafeas.v1.SlsaProvenanceZeroTwo.SlsaCompleteness completeness = 4;
| Type | Description |
| SlsaProvenanceZeroTwo.SlsaCompleteness | The completeness. |
getCompletenessOrBuilder()
public abstract SlsaProvenanceZeroTwo.SlsaCompletenessOrBuilder getCompletenessOrBuilder().grafeas.v1.SlsaProvenanceZeroTwo.SlsaCompleteness completeness = 4;
| Type | Description |
| SlsaProvenanceZeroTwo.SlsaCompletenessOrBuilder |
getReproducible()
public abstract boolean getReproducible()bool reproducible = 5;
| Type | Description |
| boolean | The reproducible. |
hasBuildFinishedOn()
public abstract boolean hasBuildFinishedOn().google.protobuf.Timestamp build_finished_on = 3;
| Type | Description |
| boolean | Whether the buildFinishedOn field is set. |
hasBuildStartedOn()
public abstract boolean hasBuildStartedOn().google.protobuf.Timestamp build_started_on = 2;
| Type | Description |
| boolean | Whether the buildStartedOn field is set. |
hasCompleteness()
public abstract boolean hasCompleteness().grafeas.v1.SlsaProvenanceZeroTwo.SlsaCompleteness completeness = 4;
| Type | Description |
| boolean | Whether the completeness field is set. |