- 2.54.0 (latest)
- 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.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.10
- 2.3.1
- 2.2.16
public static final class Attestation.Builder extends GeneratedMessageV3.Builder<Attestation.Builder> implements AttestationOrBuilder
Occurrence that represents a single "attestation". The authenticity of an attestation can be verified using the attached signature. If the verifier trusts the public key of the signer, then verifying the signature is sufficient to establish trust. In this circumstance, the authority to which this attestation is attached is primarily useful for look-up (how to find this attestation if you already know the authority and artifact to be verified) and intent (which authority was this attestation intended to sign for).
Protobuf type grafeas.v1beta1.attestation.Attestation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Attestation.BuilderImplements
AttestationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Attestation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Attestation.Builder |
build()
public Attestation build()
Type | Description |
Attestation |
buildPartial()
public Attestation buildPartial()
Type | Description |
Attestation |
clear()
public Attestation.Builder clear()
Type | Description |
Attestation.Builder |
clearField(Descriptors.FieldDescriptor field)
public Attestation.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Attestation.Builder |
clearGenericSignedAttestation()
public Attestation.Builder clearGenericSignedAttestation()
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
Type | Description |
Attestation.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Attestation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Attestation.Builder |
clearPgpSignedAttestation()
public Attestation.Builder clearPgpSignedAttestation()
A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
Type | Description |
Attestation.Builder |
clearSignature()
public Attestation.Builder clearSignature()
Type | Description |
Attestation.Builder |
clone()
public Attestation.Builder clone()
Type | Description |
Attestation.Builder |
getDefaultInstanceForType()
public Attestation getDefaultInstanceForType()
Type | Description |
Attestation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getGenericSignedAttestation()
public GenericSignedAttestation getGenericSignedAttestation()
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
Type | Description |
GenericSignedAttestation | The genericSignedAttestation. |
getGenericSignedAttestationBuilder()
public GenericSignedAttestation.Builder getGenericSignedAttestationBuilder()
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
Type | Description |
GenericSignedAttestation.Builder |
getGenericSignedAttestationOrBuilder()
public GenericSignedAttestationOrBuilder getGenericSignedAttestationOrBuilder()
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
Type | Description |
GenericSignedAttestationOrBuilder |
getPgpSignedAttestation()
public PgpSignedAttestation getPgpSignedAttestation()
A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
Type | Description |
PgpSignedAttestation | The pgpSignedAttestation. |
getPgpSignedAttestationBuilder()
public PgpSignedAttestation.Builder getPgpSignedAttestationBuilder()
A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
Type | Description |
PgpSignedAttestation.Builder |
getPgpSignedAttestationOrBuilder()
public PgpSignedAttestationOrBuilder getPgpSignedAttestationOrBuilder()
A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
Type | Description |
PgpSignedAttestationOrBuilder |
getSignatureCase()
public Attestation.SignatureCase getSignatureCase()
Type | Description |
Attestation.SignatureCase |
hasGenericSignedAttestation()
public boolean hasGenericSignedAttestation()
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
Type | Description |
boolean | Whether the genericSignedAttestation field is set. |
hasPgpSignedAttestation()
public boolean hasPgpSignedAttestation()
A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
Type | Description |
boolean | Whether the pgpSignedAttestation field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Attestation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Attestation.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Attestation.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Attestation.Builder |
mergeFrom(Attestation other)
public Attestation.Builder mergeFrom(Attestation other)
Name | Description |
other | Attestation |
Type | Description |
Attestation.Builder |
mergeGenericSignedAttestation(GenericSignedAttestation value)
public Attestation.Builder mergeGenericSignedAttestation(GenericSignedAttestation value)
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
Name | Description |
value | GenericSignedAttestation |
Type | Description |
Attestation.Builder |
mergePgpSignedAttestation(PgpSignedAttestation value)
public Attestation.Builder mergePgpSignedAttestation(PgpSignedAttestation value)
A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
Name | Description |
value | PgpSignedAttestation |
Type | Description |
Attestation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Attestation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Attestation.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Attestation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Attestation.Builder |
setGenericSignedAttestation(GenericSignedAttestation value)
public Attestation.Builder setGenericSignedAttestation(GenericSignedAttestation value)
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
Name | Description |
value | GenericSignedAttestation |
Type | Description |
Attestation.Builder |
setGenericSignedAttestation(GenericSignedAttestation.Builder builderForValue)
public Attestation.Builder setGenericSignedAttestation(GenericSignedAttestation.Builder builderForValue)
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
Name | Description |
builderForValue | GenericSignedAttestation.Builder |
Type | Description |
Attestation.Builder |
setPgpSignedAttestation(PgpSignedAttestation value)
public Attestation.Builder setPgpSignedAttestation(PgpSignedAttestation value)
A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
Name | Description |
value | PgpSignedAttestation |
Type | Description |
Attestation.Builder |
setPgpSignedAttestation(PgpSignedAttestation.Builder builderForValue)
public Attestation.Builder setPgpSignedAttestation(PgpSignedAttestation.Builder builderForValue)
A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
Name | Description |
builderForValue | PgpSignedAttestation.Builder |
Type | Description |
Attestation.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Attestation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Attestation.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Attestation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Attestation.Builder |