Class Envelope (2.18.0)

public final class Envelope extends GeneratedMessageV3 implements EnvelopeOrBuilder

MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.

Protobuf type grafeas.v1.Envelope

Implements

EnvelopeOrBuilder

Static Fields

PAYLOAD_FIELD_NUMBER

public static final int PAYLOAD_FIELD_NUMBER
Field Value
TypeDescription
int

PAYLOAD_TYPE_FIELD_NUMBER

public static final int PAYLOAD_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

SIGNATURES_FIELD_NUMBER

public static final int SIGNATURES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Envelope getDefaultInstance()
Returns
TypeDescription
Envelope

getDescriptor()

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

newBuilder()

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

newBuilder(Envelope prototype)

public static Envelope.Builder newBuilder(Envelope prototype)
Parameter
NameDescription
prototypeEnvelope
Returns
TypeDescription
Envelope.Builder