Class CertificateMapEntry.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<CertificateMapEntry.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<CertificateMapEntry.Builder>
      • internalGetFieldAccessorTable

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

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

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

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

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

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

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

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

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

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

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

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

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

        public CertificateMapEntry.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<CertificateMapEntry.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         A user-defined name of the Certificate Map Entry. Certificate Map Entry
         names must be unique globally and match pattern
         `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
         
        string name = 1;
        Specified by:
        getName in interface CertificateMapEntryOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         A user-defined name of the Certificate Map Entry. Certificate Map Entry
         names must be unique globally and match pattern
         `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
         
        string name = 1;
        Specified by:
        getNameBytes in interface CertificateMapEntryOrBuilder
        Returns:
        The bytes for name.
      • setName

        public CertificateMapEntry.Builder setName​(String value)
         A user-defined name of the Certificate Map Entry. Certificate Map Entry
         names must be unique globally and match pattern
         `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public CertificateMapEntry.Builder clearName()
         A user-defined name of the Certificate Map Entry. Certificate Map Entry
         names must be unique globally and match pattern
         `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public CertificateMapEntry.Builder setNameBytes​(com.google.protobuf.ByteString value)
         A user-defined name of the Certificate Map Entry. Certificate Map Entry
         names must be unique globally and match pattern
         `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDescription

        public String getDescription()
         One or more paragraphs of text description of a certificate map entry.
         
        string description = 9;
        Specified by:
        getDescription in interface CertificateMapEntryOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         One or more paragraphs of text description of a certificate map entry.
         
        string description = 9;
        Specified by:
        getDescriptionBytes in interface CertificateMapEntryOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public CertificateMapEntry.Builder setDescription​(String value)
         One or more paragraphs of text description of a certificate map entry.
         
        string description = 9;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public CertificateMapEntry.Builder clearDescription()
         One or more paragraphs of text description of a certificate map entry.
         
        string description = 9;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public CertificateMapEntry.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         One or more paragraphs of text description of a certificate map entry.
         
        string description = 9;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. The creation timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface CertificateMapEntryOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The creation timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface CertificateMapEntryOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public CertificateMapEntry.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The creation timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public CertificateMapEntry.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The creation timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public CertificateMapEntry.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The creation timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public CertificateMapEntry.Builder clearCreateTime()
         Output only. The creation timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. The creation timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The creation timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface CertificateMapEntryOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. The update timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface CertificateMapEntryOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. The update timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface CertificateMapEntryOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public CertificateMapEntry.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The update timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public CertificateMapEntry.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The update timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public CertificateMapEntry.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The update timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public CertificateMapEntry.Builder clearUpdateTime()
         Output only. The update timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. The update timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The update timestamp of a Certificate Map Entry.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface CertificateMapEntryOrBuilder
      • removeLabels

        public CertificateMapEntry.Builder removeLabels​(String key)
         Set of labels associated with a Certificate Map Entry.
         
        map<string, string> labels = 4;
      • getMutableLabels

        @Deprecated
        public Map<String,​String> getMutableLabels()
        Deprecated.
        Use alternate mutation accessors instead.
      • hasHostname

        public boolean hasHostname()
         A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression
         (`*.example.com`) for a set of hostnames with common suffix. Used as
         Server Name Indication (SNI) for selecting a proper certificate.
         
        string hostname = 5;
        Specified by:
        hasHostname in interface CertificateMapEntryOrBuilder
        Returns:
        Whether the hostname field is set.
      • getHostname

        public String getHostname()
         A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression
         (`*.example.com`) for a set of hostnames with common suffix. Used as
         Server Name Indication (SNI) for selecting a proper certificate.
         
        string hostname = 5;
        Specified by:
        getHostname in interface CertificateMapEntryOrBuilder
        Returns:
        The hostname.
      • getHostnameBytes

        public com.google.protobuf.ByteString getHostnameBytes()
         A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression
         (`*.example.com`) for a set of hostnames with common suffix. Used as
         Server Name Indication (SNI) for selecting a proper certificate.
         
        string hostname = 5;
        Specified by:
        getHostnameBytes in interface CertificateMapEntryOrBuilder
        Returns:
        The bytes for hostname.
      • setHostname

        public CertificateMapEntry.Builder setHostname​(String value)
         A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression
         (`*.example.com`) for a set of hostnames with common suffix. Used as
         Server Name Indication (SNI) for selecting a proper certificate.
         
        string hostname = 5;
        Parameters:
        value - The hostname to set.
        Returns:
        This builder for chaining.
      • clearHostname

        public CertificateMapEntry.Builder clearHostname()
         A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression
         (`*.example.com`) for a set of hostnames with common suffix. Used as
         Server Name Indication (SNI) for selecting a proper certificate.
         
        string hostname = 5;
        Returns:
        This builder for chaining.
      • setHostnameBytes

        public CertificateMapEntry.Builder setHostnameBytes​(com.google.protobuf.ByteString value)
         A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression
         (`*.example.com`) for a set of hostnames with common suffix. Used as
         Server Name Indication (SNI) for selecting a proper certificate.
         
        string hostname = 5;
        Parameters:
        value - The bytes for hostname to set.
        Returns:
        This builder for chaining.
      • hasMatcher

        public boolean hasMatcher()
         A predefined matcher for particular cases, other than SNI selection.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
        Specified by:
        hasMatcher in interface CertificateMapEntryOrBuilder
        Returns:
        Whether the matcher field is set.
      • getMatcherValue

        public int getMatcherValue()
         A predefined matcher for particular cases, other than SNI selection.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
        Specified by:
        getMatcherValue in interface CertificateMapEntryOrBuilder
        Returns:
        The enum numeric value on the wire for matcher.
      • setMatcherValue

        public CertificateMapEntry.Builder setMatcherValue​(int value)
         A predefined matcher for particular cases, other than SNI selection.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
        Parameters:
        value - The enum numeric value on the wire for matcher to set.
        Returns:
        This builder for chaining.
      • setMatcher

        public CertificateMapEntry.Builder setMatcher​(CertificateMapEntry.Matcher value)
         A predefined matcher for particular cases, other than SNI selection.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
        Parameters:
        value - The matcher to set.
        Returns:
        This builder for chaining.
      • clearMatcher

        public CertificateMapEntry.Builder clearMatcher()
         A predefined matcher for particular cases, other than SNI selection.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
        Returns:
        This builder for chaining.
      • getCertificatesList

        public com.google.protobuf.ProtocolStringList getCertificatesList()
         A set of Certificates defines for the given `hostname`. There can be
         defined up to four certificates in each Certificate Map Entry. Each
         certificate must match pattern `projects/*/locations/*/certificates/*`.
         
        repeated string certificates = 7 [(.google.api.resource_reference) = { ... }
        Specified by:
        getCertificatesList in interface CertificateMapEntryOrBuilder
        Returns:
        A list containing the certificates.
      • getCertificatesCount

        public int getCertificatesCount()
         A set of Certificates defines for the given `hostname`. There can be
         defined up to four certificates in each Certificate Map Entry. Each
         certificate must match pattern `projects/*/locations/*/certificates/*`.
         
        repeated string certificates = 7 [(.google.api.resource_reference) = { ... }
        Specified by:
        getCertificatesCount in interface CertificateMapEntryOrBuilder
        Returns:
        The count of certificates.
      • getCertificates

        public String getCertificates​(int index)
         A set of Certificates defines for the given `hostname`. There can be
         defined up to four certificates in each Certificate Map Entry. Each
         certificate must match pattern `projects/*/locations/*/certificates/*`.
         
        repeated string certificates = 7 [(.google.api.resource_reference) = { ... }
        Specified by:
        getCertificates in interface CertificateMapEntryOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The certificates at the given index.
      • getCertificatesBytes

        public com.google.protobuf.ByteString getCertificatesBytes​(int index)
         A set of Certificates defines for the given `hostname`. There can be
         defined up to four certificates in each Certificate Map Entry. Each
         certificate must match pattern `projects/*/locations/*/certificates/*`.
         
        repeated string certificates = 7 [(.google.api.resource_reference) = { ... }
        Specified by:
        getCertificatesBytes in interface CertificateMapEntryOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the certificates at the given index.
      • setCertificates

        public CertificateMapEntry.Builder setCertificates​(int index,
                                                           String value)
         A set of Certificates defines for the given `hostname`. There can be
         defined up to four certificates in each Certificate Map Entry. Each
         certificate must match pattern `projects/*/locations/*/certificates/*`.
         
        repeated string certificates = 7 [(.google.api.resource_reference) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The certificates to set.
        Returns:
        This builder for chaining.
      • addCertificates

        public CertificateMapEntry.Builder addCertificates​(String value)
         A set of Certificates defines for the given `hostname`. There can be
         defined up to four certificates in each Certificate Map Entry. Each
         certificate must match pattern `projects/*/locations/*/certificates/*`.
         
        repeated string certificates = 7 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The certificates to add.
        Returns:
        This builder for chaining.
      • addAllCertificates

        public CertificateMapEntry.Builder addAllCertificates​(Iterable<String> values)
         A set of Certificates defines for the given `hostname`. There can be
         defined up to four certificates in each Certificate Map Entry. Each
         certificate must match pattern `projects/*/locations/*/certificates/*`.
         
        repeated string certificates = 7 [(.google.api.resource_reference) = { ... }
        Parameters:
        values - The certificates to add.
        Returns:
        This builder for chaining.
      • clearCertificates

        public CertificateMapEntry.Builder clearCertificates()
         A set of Certificates defines for the given `hostname`. There can be
         defined up to four certificates in each Certificate Map Entry. Each
         certificate must match pattern `projects/*/locations/*/certificates/*`.
         
        repeated string certificates = 7 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • addCertificatesBytes

        public CertificateMapEntry.Builder addCertificatesBytes​(com.google.protobuf.ByteString value)
         A set of Certificates defines for the given `hostname`. There can be
         defined up to four certificates in each Certificate Map Entry. Each
         certificate must match pattern `projects/*/locations/*/certificates/*`.
         
        repeated string certificates = 7 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes of the certificates to add.
        Returns:
        This builder for chaining.
      • getStateValue

        public int getStateValue()
         Output only. A serving state of this Certificate Map Entry.
         
        .google.cloud.certificatemanager.v1.ServingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface CertificateMapEntryOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public CertificateMapEntry.Builder setStateValue​(int value)
         Output only. A serving state of this Certificate Map Entry.
         
        .google.cloud.certificatemanager.v1.ServingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • getState

        public ServingState getState()
         Output only. A serving state of this Certificate Map Entry.
         
        .google.cloud.certificatemanager.v1.ServingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface CertificateMapEntryOrBuilder
        Returns:
        The state.
      • setState

        public CertificateMapEntry.Builder setState​(ServingState value)
         Output only. A serving state of this Certificate Map Entry.
         
        .google.cloud.certificatemanager.v1.ServingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public CertificateMapEntry.Builder clearState()
         Output only. A serving state of this Certificate Map Entry.
         
        .google.cloud.certificatemanager.v1.ServingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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