Class Details.Builder

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

    public static final class Details.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Details.Builder>
    implements DetailsOrBuilder
     Details of a build occurrence.
     
    Protobuf type grafeas.v1beta1.build.Details
    • 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<Details.Builder>
      • clear

        public Details.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<Details.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<Details.Builder>
      • getDefaultInstanceForType

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

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

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

        public Details.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<Details.Builder>
      • setField

        public Details.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<Details.Builder>
      • clearField

        public Details.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<Details.Builder>
      • clearOneof

        public Details.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<Details.Builder>
      • setRepeatedField

        public Details.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<Details.Builder>
      • addRepeatedField

        public Details.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<Details.Builder>
      • mergeFrom

        public Details.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<Details.Builder>
      • isInitialized

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

        public Details.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<Details.Builder>
        Throws:
        IOException
      • hasProvenance

        public boolean hasProvenance()
         Required. The actual provenance for the build.
         
        .grafeas.v1beta1.provenance.BuildProvenance provenance = 1;
        Specified by:
        hasProvenance in interface DetailsOrBuilder
        Returns:
        Whether the provenance field is set.
      • getProvenance

        public BuildProvenance getProvenance()
         Required. The actual provenance for the build.
         
        .grafeas.v1beta1.provenance.BuildProvenance provenance = 1;
        Specified by:
        getProvenance in interface DetailsOrBuilder
        Returns:
        The provenance.
      • setProvenance

        public Details.Builder setProvenance​(BuildProvenance value)
         Required. The actual provenance for the build.
         
        .grafeas.v1beta1.provenance.BuildProvenance provenance = 1;
      • setProvenance

        public Details.Builder setProvenance​(BuildProvenance.Builder builderForValue)
         Required. The actual provenance for the build.
         
        .grafeas.v1beta1.provenance.BuildProvenance provenance = 1;
      • mergeProvenance

        public Details.Builder mergeProvenance​(BuildProvenance value)
         Required. The actual provenance for the build.
         
        .grafeas.v1beta1.provenance.BuildProvenance provenance = 1;
      • clearProvenance

        public Details.Builder clearProvenance()
         Required. The actual provenance for the build.
         
        .grafeas.v1beta1.provenance.BuildProvenance provenance = 1;
      • getProvenanceBuilder

        public BuildProvenance.Builder getProvenanceBuilder()
         Required. The actual provenance for the build.
         
        .grafeas.v1beta1.provenance.BuildProvenance provenance = 1;
      • getProvenanceBytes

        public String getProvenanceBytes()
         Serialized JSON representation of the provenance, used in generating the
         build signature in the corresponding build note. After verifying the
         signature, `provenance_bytes` can be unmarshalled and compared to the
         provenance to confirm that it is unchanged. A base64-encoded string
         representation of the provenance bytes is used for the signature in order
         to interoperate with openssl which expects this format for signature
         verification.
         The serialized form is captured both to avoid ambiguity in how the
         provenance is marshalled to json as well to prevent incompatibilities with
         future changes.
         
        string provenance_bytes = 2;
        Specified by:
        getProvenanceBytes in interface DetailsOrBuilder
        Returns:
        The provenanceBytes.
      • getProvenanceBytesBytes

        public com.google.protobuf.ByteString getProvenanceBytesBytes()
         Serialized JSON representation of the provenance, used in generating the
         build signature in the corresponding build note. After verifying the
         signature, `provenance_bytes` can be unmarshalled and compared to the
         provenance to confirm that it is unchanged. A base64-encoded string
         representation of the provenance bytes is used for the signature in order
         to interoperate with openssl which expects this format for signature
         verification.
         The serialized form is captured both to avoid ambiguity in how the
         provenance is marshalled to json as well to prevent incompatibilities with
         future changes.
         
        string provenance_bytes = 2;
        Specified by:
        getProvenanceBytesBytes in interface DetailsOrBuilder
        Returns:
        The bytes for provenanceBytes.
      • setProvenanceBytes

        public Details.Builder setProvenanceBytes​(String value)
         Serialized JSON representation of the provenance, used in generating the
         build signature in the corresponding build note. After verifying the
         signature, `provenance_bytes` can be unmarshalled and compared to the
         provenance to confirm that it is unchanged. A base64-encoded string
         representation of the provenance bytes is used for the signature in order
         to interoperate with openssl which expects this format for signature
         verification.
         The serialized form is captured both to avoid ambiguity in how the
         provenance is marshalled to json as well to prevent incompatibilities with
         future changes.
         
        string provenance_bytes = 2;
        Parameters:
        value - The provenanceBytes to set.
        Returns:
        This builder for chaining.
      • clearProvenanceBytes

        public Details.Builder clearProvenanceBytes()
         Serialized JSON representation of the provenance, used in generating the
         build signature in the corresponding build note. After verifying the
         signature, `provenance_bytes` can be unmarshalled and compared to the
         provenance to confirm that it is unchanged. A base64-encoded string
         representation of the provenance bytes is used for the signature in order
         to interoperate with openssl which expects this format for signature
         verification.
         The serialized form is captured both to avoid ambiguity in how the
         provenance is marshalled to json as well to prevent incompatibilities with
         future changes.
         
        string provenance_bytes = 2;
        Returns:
        This builder for chaining.
      • setProvenanceBytesBytes

        public Details.Builder setProvenanceBytesBytes​(com.google.protobuf.ByteString value)
         Serialized JSON representation of the provenance, used in generating the
         build signature in the corresponding build note. After verifying the
         signature, `provenance_bytes` can be unmarshalled and compared to the
         provenance to confirm that it is unchanged. A base64-encoded string
         representation of the provenance bytes is used for the signature in order
         to interoperate with openssl which expects this format for signature
         verification.
         The serialized form is captured both to avoid ambiguity in how the
         provenance is marshalled to json as well to prevent incompatibilities with
         future changes.
         
        string provenance_bytes = 2;
        Parameters:
        value - The bytes for provenanceBytes to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Details.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<Details.Builder>
      • mergeUnknownFields

        public final Details.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<Details.Builder>