Class DSSEAttestationOccurrence.Builder (2.84.0)

public static final class DSSEAttestationOccurrence.Builder extends GeneratedMessage.Builder<DSSEAttestationOccurrence.Builder> implements DSSEAttestationOccurrenceOrBuilder

Deprecated. Prefer to use a regular Occurrence, and populate the Envelope at the top level of the Occurrence.

Protobuf type grafeas.v1.DSSEAttestationOccurrence

Static Methods

getDescriptor()

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

Methods

build()

public DSSEAttestationOccurrence build()
Returns
Type Description
DSSEAttestationOccurrence

buildPartial()

public DSSEAttestationOccurrence buildPartial()
Returns
Type Description
DSSEAttestationOccurrence

clear()

public DSSEAttestationOccurrence.Builder clear()
Returns
Type Description
DSSEAttestationOccurrence.Builder
Overrides

clearDecodedPayload()

public DSSEAttestationOccurrence.Builder clearDecodedPayload()
Returns
Type Description
DSSEAttestationOccurrence.Builder

clearEnvelope()

public DSSEAttestationOccurrence.Builder clearEnvelope()

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Returns
Type Description
DSSEAttestationOccurrence.Builder

clearStatement()

public DSSEAttestationOccurrence.Builder clearStatement()

.grafeas.v1.InTotoStatement statement = 2;

Returns
Type Description
DSSEAttestationOccurrence.Builder

getDecodedPayloadCase()

public DSSEAttestationOccurrence.DecodedPayloadCase getDecodedPayloadCase()
Returns
Type Description
DSSEAttestationOccurrence.DecodedPayloadCase

getDefaultInstanceForType()

public DSSEAttestationOccurrence getDefaultInstanceForType()
Returns
Type Description
DSSEAttestationOccurrence

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEnvelope()

public Envelope getEnvelope()

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Returns
Type Description
Envelope

The envelope.

getEnvelopeBuilder()

public Envelope.Builder getEnvelopeBuilder()

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Returns
Type Description
Envelope.Builder

getEnvelopeOrBuilder()

public EnvelopeOrBuilder getEnvelopeOrBuilder()

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Returns
Type Description
EnvelopeOrBuilder

getStatement()

public InTotoStatement getStatement()

.grafeas.v1.InTotoStatement statement = 2;

Returns
Type Description
InTotoStatement

The statement.

getStatementBuilder()

public InTotoStatement.Builder getStatementBuilder()

.grafeas.v1.InTotoStatement statement = 2;

Returns
Type Description
InTotoStatement.Builder

getStatementOrBuilder()

public InTotoStatementOrBuilder getStatementOrBuilder()

.grafeas.v1.InTotoStatement statement = 2;

Returns
Type Description
InTotoStatementOrBuilder

hasEnvelope()

public boolean hasEnvelope()

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Returns
Type Description
boolean

Whether the envelope field is set.

hasStatement()

public boolean hasStatement()

.grafeas.v1.InTotoStatement statement = 2;

Returns
Type Description
boolean

Whether the statement field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeEnvelope(Envelope value)

public DSSEAttestationOccurrence.Builder mergeEnvelope(Envelope value)

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Parameter
Name Description
value Envelope
Returns
Type Description
DSSEAttestationOccurrence.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DSSEAttestationOccurrence.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DSSEAttestationOccurrence.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DSSEAttestationOccurrence.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DSSEAttestationOccurrence.Builder
Overrides

mergeFrom(DSSEAttestationOccurrence other)

public DSSEAttestationOccurrence.Builder mergeFrom(DSSEAttestationOccurrence other)
Parameter
Name Description
other DSSEAttestationOccurrence
Returns
Type Description
DSSEAttestationOccurrence.Builder

mergeStatement(InTotoStatement value)

public DSSEAttestationOccurrence.Builder mergeStatement(InTotoStatement value)

.grafeas.v1.InTotoStatement statement = 2;

Parameter
Name Description
value InTotoStatement
Returns
Type Description
DSSEAttestationOccurrence.Builder

setEnvelope(Envelope value)

public DSSEAttestationOccurrence.Builder setEnvelope(Envelope value)

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Parameter
Name Description
value Envelope
Returns
Type Description
DSSEAttestationOccurrence.Builder

setEnvelope(Envelope.Builder builderForValue)

public DSSEAttestationOccurrence.Builder setEnvelope(Envelope.Builder builderForValue)

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Parameter
Name Description
builderForValue Envelope.Builder
Returns
Type Description
DSSEAttestationOccurrence.Builder

setStatement(InTotoStatement value)

public DSSEAttestationOccurrence.Builder setStatement(InTotoStatement value)

.grafeas.v1.InTotoStatement statement = 2;

Parameter
Name Description
value InTotoStatement
Returns
Type Description
DSSEAttestationOccurrence.Builder

setStatement(InTotoStatement.Builder builderForValue)

public DSSEAttestationOccurrence.Builder setStatement(InTotoStatement.Builder builderForValue)

.grafeas.v1.InTotoStatement statement = 2;

Parameter
Name Description
builderForValue InTotoStatement.Builder
Returns
Type Description
DSSEAttestationOccurrence.Builder