Class Attestation.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AttestationOrBuilder, Cloneable
    Enclosing class:
    Attestation

    public static final class Attestation.Builder
    extends com.google.protobuf.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
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • clear

        public Attestation.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • getDefaultInstanceForType

        public Attestation getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Attestation build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Attestation buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Attestation.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • setField

        public Attestation.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                            Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • clearField

        public Attestation.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • clearOneof

        public Attestation.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • setRepeatedField

        public Attestation.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    int index,
                                                    Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • addRepeatedField

        public Attestation.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • mergeFrom

        public Attestation.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Attestation.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • mergeFrom

        public Attestation.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Attestation.Builder>
        Throws:
        IOException
      • hasPgpSignedAttestation

        public boolean hasPgpSignedAttestation()
         A PGP signed attestation.
         
        .grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
        Specified by:
        hasPgpSignedAttestation in interface AttestationOrBuilder
        Returns:
        Whether the pgpSignedAttestation field is set.
      • setPgpSignedAttestation

        public Attestation.Builder setPgpSignedAttestation​(PgpSignedAttestation value)
         A PGP signed attestation.
         
        .grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
      • mergePgpSignedAttestation

        public Attestation.Builder mergePgpSignedAttestation​(PgpSignedAttestation value)
         A PGP signed attestation.
         
        .grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
      • clearPgpSignedAttestation

        public Attestation.Builder clearPgpSignedAttestation()
         A PGP signed attestation.
         
        .grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
      • getPgpSignedAttestationBuilder

        public PgpSignedAttestation.Builder getPgpSignedAttestationBuilder()
         A PGP signed attestation.
         
        .grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
      • hasGenericSignedAttestation

        public boolean hasGenericSignedAttestation()
        .grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
        Specified by:
        hasGenericSignedAttestation in interface AttestationOrBuilder
        Returns:
        Whether the genericSignedAttestation field is set.
      • clearGenericSignedAttestation

        public Attestation.Builder clearGenericSignedAttestation()
        .grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
      • getGenericSignedAttestationBuilder

        public GenericSignedAttestation.Builder getGenericSignedAttestationBuilder()
        .grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
      • setUnknownFields

        public final Attestation.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>
      • mergeUnknownFields

        public final Attestation.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Attestation.Builder>