- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DSSEAttestationOccurrence.BuilderImplements
DSSEAttestationOccurrenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DSSEAttestationOccurrence.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DSSEAttestationOccurrence.Builder |
build()
public DSSEAttestationOccurrence build()
Type | Description |
DSSEAttestationOccurrence |
buildPartial()
public DSSEAttestationOccurrence buildPartial()
Type | Description |
DSSEAttestationOccurrence |
clear()
public DSSEAttestationOccurrence.Builder clear()
Type | Description |
DSSEAttestationOccurrence.Builder |
clearDecodedPayload()
public DSSEAttestationOccurrence.Builder clearDecodedPayload()
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;
Type | Description |
DSSEAttestationOccurrence.Builder |
clearField(Descriptors.FieldDescriptor field)
public DSSEAttestationOccurrence.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DSSEAttestationOccurrence.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DSSEAttestationOccurrence.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DSSEAttestationOccurrence.Builder |
clearStatement()
public DSSEAttestationOccurrence.Builder clearStatement()
.grafeas.v1.InTotoStatement statement = 2;
Type | Description |
DSSEAttestationOccurrence.Builder |
clone()
public DSSEAttestationOccurrence.Builder clone()
Type | Description |
DSSEAttestationOccurrence.Builder |
getDecodedPayloadCase()
public DSSEAttestationOccurrence.DecodedPayloadCase getDecodedPayloadCase()
Type | Description |
DSSEAttestationOccurrence.DecodedPayloadCase |
getDefaultInstanceForType()
public DSSEAttestationOccurrence getDefaultInstanceForType()
Type | Description |
DSSEAttestationOccurrence |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEnvelope()
public Envelope getEnvelope()
If doing something security critical, make sure to verify the signatures in this metadata.
.grafeas.v1.Envelope envelope = 1;
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;
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;
Type | Description |
EnvelopeOrBuilder |
getStatement()
public InTotoStatement getStatement()
.grafeas.v1.InTotoStatement statement = 2;
Type | Description |
InTotoStatement | The statement. |
getStatementBuilder()
public InTotoStatement.Builder getStatementBuilder()
.grafeas.v1.InTotoStatement statement = 2;
Type | Description |
InTotoStatement.Builder |
getStatementOrBuilder()
public InTotoStatementOrBuilder getStatementOrBuilder()
.grafeas.v1.InTotoStatement statement = 2;
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;
Type | Description |
boolean | Whether the envelope field is set. |
hasStatement()
public boolean hasStatement()
.grafeas.v1.InTotoStatement statement = 2;
Type | Description |
boolean | Whether the statement field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
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;
Name | Description |
value | Envelope |
Type | Description |
DSSEAttestationOccurrence.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DSSEAttestationOccurrence.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DSSEAttestationOccurrence.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DSSEAttestationOccurrence.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DSSEAttestationOccurrence.Builder |
mergeFrom(DSSEAttestationOccurrence other)
public DSSEAttestationOccurrence.Builder mergeFrom(DSSEAttestationOccurrence other)
Name | Description |
other | DSSEAttestationOccurrence |
Type | Description |
DSSEAttestationOccurrence.Builder |
mergeStatement(InTotoStatement value)
public DSSEAttestationOccurrence.Builder mergeStatement(InTotoStatement value)
.grafeas.v1.InTotoStatement statement = 2;
Name | Description |
value | InTotoStatement |
Type | Description |
DSSEAttestationOccurrence.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DSSEAttestationOccurrence.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
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;
Name | Description |
value | Envelope |
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;
Name | Description |
builderForValue | Envelope.Builder |
Type | Description |
DSSEAttestationOccurrence.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DSSEAttestationOccurrence.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DSSEAttestationOccurrence.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DSSEAttestationOccurrence.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DSSEAttestationOccurrence.Builder |
setStatement(InTotoStatement value)
public DSSEAttestationOccurrence.Builder setStatement(InTotoStatement value)
.grafeas.v1.InTotoStatement statement = 2;
Name | Description |
value | InTotoStatement |
Type | Description |
DSSEAttestationOccurrence.Builder |
setStatement(InTotoStatement.Builder builderForValue)
public DSSEAttestationOccurrence.Builder setStatement(InTotoStatement.Builder builderForValue)
.grafeas.v1.InTotoStatement statement = 2;
Name | Description |
builderForValue | InTotoStatement.Builder |
Type | Description |
DSSEAttestationOccurrence.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DSSEAttestationOccurrence.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DSSEAttestationOccurrence.Builder |