Class BuildOccurrence (2.1.3)

public final class BuildOccurrence extends GeneratedMessageV3 implements BuildOccurrenceOrBuilder

Details of a build occurrence.

Protobuf type grafeas.v1.BuildOccurrence

Fields

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

Methods

equals(Object obj)

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

getDefaultInstance()

public static BuildOccurrence getDefaultInstance()
Returns
Type Description
BuildOccurrence

getDefaultInstanceForType()

public BuildOccurrence getDefaultInstanceForType()
Returns
Type Description
BuildOccurrence

getDescriptor()

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

getParserForType()

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

getProvenance()

public BuildProvenance getProvenance()

Required. 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()

Required. The actual provenance for the build.

.grafeas.v1.BuildProvenance provenance = 1;

Returns
Type Description
BuildProvenanceOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

hasProvenance()

public boolean hasProvenance()

Required. 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

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

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

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>

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