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
INTOTO_STATEMENT_FIELD_NUMBER
public static final int INTOTO_STATEMENT_FIELD_NUMBER
Field Value
PROVENANCE_BYTES_FIELD_NUMBER
public static final int PROVENANCE_BYTES_FIELD_NUMBER
Field Value
PROVENANCE_FIELD_NUMBER
public static final int PROVENANCE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BuildOccurrence getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BuildOccurrence.Builder newBuilder()
Returns
newBuilder(BuildOccurrence prototype)
public static BuildOccurrence.Builder newBuilder(BuildOccurrence prototype)
Parameter
Returns
public static BuildOccurrence parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BuildOccurrence parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BuildOccurrence parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BuildOccurrence parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BuildOccurrence parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BuildOccurrence parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BuildOccurrence parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BuildOccurrence parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BuildOccurrence parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BuildOccurrence parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BuildOccurrence parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BuildOccurrence parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BuildOccurrence> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public BuildOccurrence getDefaultInstanceForType()
Returns
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
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
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
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
getParserForType()
public Parser<BuildOccurrence> getParserForType()
Returns
Overrides
getProvenance()
public BuildProvenance getProvenance()
The actual provenance for the build.
.grafeas.v1.BuildProvenance provenance = 1;
Returns
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
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public BuildOccurrence.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BuildOccurrence.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BuildOccurrence.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions