Class Metadata (2.42.0)

public final class Metadata extends GeneratedMessageV3 implements MetadataOrBuilder

Other properties of the build.

Protobuf type grafeas.v1.Metadata

Implements

MetadataOrBuilder

Static Fields

BUILD_FINISHED_ON_FIELD_NUMBER

public static final int BUILD_FINISHED_ON_FIELD_NUMBER
Field Value
TypeDescription
int

BUILD_INVOCATION_ID_FIELD_NUMBER

public static final int BUILD_INVOCATION_ID_FIELD_NUMBER
Field Value
TypeDescription
int

BUILD_STARTED_ON_FIELD_NUMBER

public static final int BUILD_STARTED_ON_FIELD_NUMBER
Field Value
TypeDescription
int

COMPLETENESS_FIELD_NUMBER

public static final int COMPLETENESS_FIELD_NUMBER
Field Value
TypeDescription
int

REPRODUCIBLE_FIELD_NUMBER

public static final int REPRODUCIBLE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Metadata getDefaultInstance()
Returns
TypeDescription
Metadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Metadata.Builder newBuilder()
Returns
TypeDescription
Metadata.Builder

newBuilder(Metadata prototype)

public static Metadata.Builder newBuilder(Metadata prototype)
Parameter
NameDescription
prototypeMetadata
Returns
TypeDescription
Metadata.Builder

parseDelimitedFrom(InputStream input)

public static Metadata parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Metadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Metadata parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Metadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Metadata parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Metadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Metadata parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Metadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Metadata parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Metadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Metadata parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Metadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Metadata> parser()
Returns
TypeDescription
Parser<Metadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBuildFinishedOn()

public Timestamp getBuildFinishedOn()

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Returns
TypeDescription
Timestamp

The buildFinishedOn.

getBuildFinishedOnOrBuilder()

public TimestampOrBuilder getBuildFinishedOnOrBuilder()

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Returns
TypeDescription
TimestampOrBuilder

getBuildInvocationId()

public String getBuildInvocationId()

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.

string build_invocation_id = 1;

Returns
TypeDescription
String

The buildInvocationId.

getBuildInvocationIdBytes()

public ByteString getBuildInvocationIdBytes()

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.

string build_invocation_id = 1;

Returns
TypeDescription
ByteString

The bytes for buildInvocationId.

getBuildStartedOn()

public Timestamp getBuildStartedOn()

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Returns
TypeDescription
Timestamp

The buildStartedOn.

getBuildStartedOnOrBuilder()

public TimestampOrBuilder getBuildStartedOnOrBuilder()

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Returns
TypeDescription
TimestampOrBuilder

getCompleteness()

public Completeness getCompleteness()

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Returns
TypeDescription
Completeness

The completeness.

getCompletenessOrBuilder()

public CompletenessOrBuilder getCompletenessOrBuilder()

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Returns
TypeDescription
CompletenessOrBuilder

getDefaultInstanceForType()

public Metadata getDefaultInstanceForType()
Returns
TypeDescription
Metadata

getParserForType()

public Parser<Metadata> getParserForType()
Returns
TypeDescription
Parser<Metadata>
Overrides

getReproducible()

public boolean getReproducible()

If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.

bool reproducible = 5;

Returns
TypeDescription
boolean

The reproducible.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasBuildFinishedOn()

public boolean hasBuildFinishedOn()

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Returns
TypeDescription
boolean

Whether the buildFinishedOn field is set.

hasBuildStartedOn()

public boolean hasBuildStartedOn()

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Returns
TypeDescription
boolean

Whether the buildStartedOn field is set.

hasCompleteness()

public boolean hasCompleteness()

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Returns
TypeDescription
boolean

Whether the completeness field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Metadata.Builder newBuilderForType()
Returns
TypeDescription
Metadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Metadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Metadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Metadata.Builder toBuilder()
Returns
TypeDescription
Metadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException