public static final class DSSEAttestationOccurrence.Builder extends GeneratedMessageV3.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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DSSEAttestationOccurrence.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public DSSEAttestationOccurrence build()
Returns
buildPartial()
public DSSEAttestationOccurrence buildPartial()
Returns
clear()
public DSSEAttestationOccurrence.Builder clear()
Returns
Overrides
clearDecodedPayload()
public DSSEAttestationOccurrence.Builder clearDecodedPayload()
Returns
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
clearField(Descriptors.FieldDescriptor field)
public DSSEAttestationOccurrence.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DSSEAttestationOccurrence.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearStatement()
public DSSEAttestationOccurrence.Builder clearStatement()
.grafeas.v1.InTotoStatement statement = 2;
Returns
clone()
public DSSEAttestationOccurrence.Builder clone()
Returns
Overrides
getDecodedPayloadCase()
public DSSEAttestationOccurrence.DecodedPayloadCase getDecodedPayloadCase()
Returns
getDefaultInstanceForType()
public DSSEAttestationOccurrence getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
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
getEnvelopeOrBuilder()
public EnvelopeOrBuilder getEnvelopeOrBuilder()
If doing something security critical, make sure to verify the signatures in
this metadata.
.grafeas.v1.Envelope envelope = 1;
Returns
getStatement()
public InTotoStatement getStatement()
.grafeas.v1.InTotoStatement statement = 2;
Returns
getStatementBuilder()
public InTotoStatement.Builder getStatementBuilder()
.grafeas.v1.InTotoStatement statement = 2;
Returns
getStatementOrBuilder()
public InTotoStatementOrBuilder getStatementOrBuilder()
.grafeas.v1.InTotoStatement statement = 2;
Returns
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
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
Returns
public DSSEAttestationOccurrence.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public DSSEAttestationOccurrence.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeFrom(DSSEAttestationOccurrence other)
public DSSEAttestationOccurrence.Builder mergeFrom(DSSEAttestationOccurrence other)
Parameter
Returns
mergeStatement(InTotoStatement value)
public DSSEAttestationOccurrence.Builder mergeStatement(InTotoStatement value)
.grafeas.v1.InTotoStatement statement = 2;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DSSEAttestationOccurrence.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
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
Returns
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
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public DSSEAttestationOccurrence.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DSSEAttestationOccurrence.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setStatement(InTotoStatement value)
public DSSEAttestationOccurrence.Builder setStatement(InTotoStatement value)
.grafeas.v1.InTotoStatement statement = 2;
Parameter
Returns
setStatement(InTotoStatement.Builder builderForValue)
public DSSEAttestationOccurrence.Builder setStatement(InTotoStatement.Builder builderForValue)
.grafeas.v1.InTotoStatement statement = 2;
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final DSSEAttestationOccurrence.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides