Interface InTotoSlsaProvenanceV1.BuildMetadataOrBuilder (2.46.0)

public static interface InTotoSlsaProvenanceV1.BuildMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFinishedOn()

public abstract Timestamp getFinishedOn()

.google.protobuf.Timestamp finished_on = 3;

Returns
Type Description
Timestamp

The finishedOn.

getFinishedOnOrBuilder()

public abstract TimestampOrBuilder getFinishedOnOrBuilder()

.google.protobuf.Timestamp finished_on = 3;

Returns
Type Description
TimestampOrBuilder

getInvocationId()

public abstract String getInvocationId()

string invocation_id = 1;

Returns
Type Description
String

The invocationId.

getInvocationIdBytes()

public abstract ByteString getInvocationIdBytes()

string invocation_id = 1;

Returns
Type Description
ByteString

The bytes for invocationId.

getStartedOn()

public abstract Timestamp getStartedOn()

.google.protobuf.Timestamp started_on = 2;

Returns
Type Description
Timestamp

The startedOn.

getStartedOnOrBuilder()

public abstract TimestampOrBuilder getStartedOnOrBuilder()

.google.protobuf.Timestamp started_on = 2;

Returns
Type Description
TimestampOrBuilder

hasFinishedOn()

public abstract boolean hasFinishedOn()

.google.protobuf.Timestamp finished_on = 3;

Returns
Type Description
boolean

Whether the finishedOn field is set.

hasStartedOn()

public abstract boolean hasStartedOn()

.google.protobuf.Timestamp started_on = 2;

Returns
Type Description
boolean

Whether the startedOn field is set.