Class BuildOccurrence (2.45.0)

public final class BuildOccurrence extends GeneratedMessageV3 implements BuildOccurrenceOrBuilder

Details of a build occurrence.

Protobuf type grafeas.v1.BuildOccurrence

Static Fields

INTOTO_PROVENANCE_FIELD_NUMBER

public static final int INTOTO_PROVENANCE_FIELD_NUMBER
Field Value
Type Description
int

INTOTO_STATEMENT_FIELD_NUMBER

public static final int INTOTO_STATEMENT_FIELD_NUMBER
Field Value
Type Description
int

IN_TOTO_SLSA_PROVENANCE_V1_FIELD_NUMBER

public static final int IN_TOTO_SLSA_PROVENANCE_V1_FIELD_NUMBER
Field Value
Type Description
int

PROVENANCE_BYTES_FIELD_NUMBER

public static final int PROVENANCE_BYTES_FIELD_NUMBER
Field Value
Type Description
int

PROVENANCE_FIELD_NUMBER

public static final int PROVENANCE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BuildOccurrence getDefaultInstance()
Returns
Type Description
BuildOccurrence

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BuildOccurrence.Builder newBuilder()
Returns
Type Description
BuildOccurrence.Builder

newBuilder(BuildOccurrence prototype)

public static BuildOccurrence.Builder newBuilder(BuildOccurrence prototype)
Parameter
Name Description
prototype BuildOccurrence
Returns
Type Description
BuildOccurrence.Builder

parseDelimitedFrom(InputStream input)

public static BuildOccurrence parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BuildOccurrence parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BuildOccurrence parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BuildOccurrence parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BuildOccurrence parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BuildOccurrence parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BuildOccurrence parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BuildOccurrence parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BuildOccurrence parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BuildOccurrence parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BuildOccurrence parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BuildOccurrence parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BuildOccurrence
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BuildOccurrence> parser()
Returns
Type Description
Parser<BuildOccurrence>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BuildOccurrence getDefaultInstanceForType()
Returns
Type Description
BuildOccurrence

getInTotoSlsaProvenanceV1()

public InTotoSlsaProvenanceV1 getInTotoSlsaProvenanceV1()

In-Toto Slsa Provenance V1 represents a slsa provenance meeting the slsa spec, wrapped in an in-toto statement. This allows for direct jsonification of a to-spec in-toto slsa statement with a to-spec slsa provenance.

.grafeas.v1.InTotoSlsaProvenanceV1 in_toto_slsa_provenance_v1 = 5;

Returns
Type Description
InTotoSlsaProvenanceV1

The inTotoSlsaProvenanceV1.

getInTotoSlsaProvenanceV1OrBuilder()

public InTotoSlsaProvenanceV1OrBuilder getInTotoSlsaProvenanceV1OrBuilder()

In-Toto Slsa Provenance V1 represents a slsa provenance meeting the slsa spec, wrapped in an in-toto statement. This allows for direct jsonification of a to-spec in-toto slsa statement with a to-spec slsa provenance.

.grafeas.v1.InTotoSlsaProvenanceV1 in_toto_slsa_provenance_v1 = 5;

Returns
Type Description
InTotoSlsaProvenanceV1OrBuilder

getIntotoProvenance()

public InTotoProvenance getIntotoProvenance()

Deprecated. See InTotoStatement for the replacement. In-toto Provenance representation as defined in spec.

.grafeas.v1.InTotoProvenance intoto_provenance = 3;

Returns
Type Description
InTotoProvenance

The intotoProvenance.

getIntotoProvenanceOrBuilder()

public InTotoProvenanceOrBuilder getIntotoProvenanceOrBuilder()

Deprecated. See InTotoStatement for the replacement. In-toto Provenance representation as defined in spec.

.grafeas.v1.InTotoProvenance intoto_provenance = 3;

Returns
Type Description
InTotoProvenanceOrBuilder

getIntotoStatement()

public InTotoStatement getIntotoStatement()

In-toto Statement representation as defined in spec. The intoto_statement can contain any type of provenance. The serialized payload of the statement can be stored and signed in the Occurrence's envelope.

.grafeas.v1.InTotoStatement intoto_statement = 4;

Returns
Type Description
InTotoStatement

The intotoStatement.

getIntotoStatementOrBuilder()

public InTotoStatementOrBuilder getIntotoStatementOrBuilder()

In-toto Statement representation as defined in spec. The intoto_statement can contain any type of provenance. The serialized payload of the statement can be stored and signed in the Occurrence's envelope.

.grafeas.v1.InTotoStatement intoto_statement = 4;

Returns
Type Description
InTotoStatementOrBuilder

getParserForType()

public Parser<BuildOccurrence> getParserForType()
Returns
Type Description
Parser<BuildOccurrence>
Overrides

getProvenance()

public BuildProvenance getProvenance()

The actual provenance for the build.

.grafeas.v1.BuildProvenance provenance = 1;

Returns
Type Description
BuildProvenance

The provenance.

getProvenanceBytes()

public String getProvenanceBytes()

Serialized JSON representation of the provenance, used in generating the build signature in the corresponding build note. After verifying the signature, provenance_bytes can be unmarshalled and compared to the provenance to confirm that it is unchanged. A base64-encoded string representation of the provenance bytes is used for the signature in order to interoperate with openssl which expects this format for signature verification.

The serialized form is captured both to avoid ambiguity in how the provenance is marshalled to json as well to prevent incompatibilities with future changes.

string provenance_bytes = 2;

Returns
Type Description
String

The provenanceBytes.

getProvenanceBytesBytes()

public ByteString getProvenanceBytesBytes()

Serialized JSON representation of the provenance, used in generating the build signature in the corresponding build note. After verifying the signature, provenance_bytes can be unmarshalled and compared to the provenance to confirm that it is unchanged. A base64-encoded string representation of the provenance bytes is used for the signature in order to interoperate with openssl which expects this format for signature verification.

The serialized form is captured both to avoid ambiguity in how the provenance is marshalled to json as well to prevent incompatibilities with future changes.

string provenance_bytes = 2;

Returns
Type Description
ByteString

The bytes for provenanceBytes.

getProvenanceOrBuilder()

public BuildProvenanceOrBuilder getProvenanceOrBuilder()

The actual provenance for the build.

.grafeas.v1.BuildProvenance provenance = 1;

Returns
Type Description
BuildProvenanceOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasInTotoSlsaProvenanceV1()

public boolean hasInTotoSlsaProvenanceV1()

In-Toto Slsa Provenance V1 represents a slsa provenance meeting the slsa spec, wrapped in an in-toto statement. This allows for direct jsonification of a to-spec in-toto slsa statement with a to-spec slsa provenance.

.grafeas.v1.InTotoSlsaProvenanceV1 in_toto_slsa_provenance_v1 = 5;

Returns
Type Description
boolean

Whether the inTotoSlsaProvenanceV1 field is set.

hasIntotoProvenance()

public boolean hasIntotoProvenance()

Deprecated. See InTotoStatement for the replacement. In-toto Provenance representation as defined in spec.

.grafeas.v1.InTotoProvenance intoto_provenance = 3;

Returns
Type Description
boolean

Whether the intotoProvenance field is set.

hasIntotoStatement()

public boolean hasIntotoStatement()

In-toto Statement representation as defined in spec. The intoto_statement can contain any type of provenance. The serialized payload of the statement can be stored and signed in the Occurrence's envelope.

.grafeas.v1.InTotoStatement intoto_statement = 4;

Returns
Type Description
boolean

Whether the intotoStatement field is set.

hasProvenance()

public boolean hasProvenance()

The actual provenance for the build.

.grafeas.v1.BuildProvenance provenance = 1;

Returns
Type Description
boolean

Whether the provenance field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BuildOccurrence.Builder newBuilderForType()
Returns
Type Description
BuildOccurrence.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BuildOccurrence.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BuildOccurrence.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BuildOccurrence.Builder toBuilder()
Returns
Type Description
BuildOccurrence.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException