Interface CertificateMapEntryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CertificateMapEntry, CertificateMapEntry.Builder

    public interface CertificateMapEntryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        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;
        Returns:
        The name.
      • getNameBytes

        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;
        Returns:
        The bytes for name.
      • getDescription

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

        com.google.protobuf.ByteString getDescriptionBytes()
         One or more paragraphs of text description of a certificate map entry.
         
        string description = 9;
        Returns:
        The bytes for description.
      • hasCreateTime

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

        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];
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        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];
      • hasUpdateTime

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

        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];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        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];
      • getLabelsCount

        int getLabelsCount()
         Set of labels associated with a Certificate Map Entry.
         
        map<string, string> labels = 4;
      • containsLabels

        boolean containsLabels​(String key)
         Set of labels associated with a Certificate Map Entry.
         
        map<string, string> labels = 4;
      • getLabelsMap

        Map<String,​String> getLabelsMap()
         Set of labels associated with a Certificate Map Entry.
         
        map<string, string> labels = 4;
      • getLabelsOrDefault

        String getLabelsOrDefault​(String key,
                                  String defaultValue)
         Set of labels associated with a Certificate Map Entry.
         
        map<string, string> labels = 4;
      • getLabelsOrThrow

        String getLabelsOrThrow​(String key)
         Set of labels associated with a Certificate Map Entry.
         
        map<string, string> labels = 4;
      • hasHostname

        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;
        Returns:
        Whether the hostname field is set.
      • getHostname

        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;
        Returns:
        The hostname.
      • getHostnameBytes

        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;
        Returns:
        The bytes for hostname.
      • hasMatcher

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

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

        CertificateMapEntry.Matcher getMatcher()
         A predefined matcher for particular cases, other than SNI selection.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
        Returns:
        The matcher.
      • getCertificatesList

        List<String> 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) = { ... }
        Returns:
        A list containing the certificates.
      • getCertificatesCount

        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) = { ... }
        Returns:
        The count of certificates.
      • getCertificates

        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) = { ... }
        Parameters:
        index - The index of the element to return.
        Returns:
        The certificates at the given index.
      • getCertificatesBytes

        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) = { ... }
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the certificates at the given index.
      • getStateValue

        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];
        Returns:
        The enum numeric value on the wire for state.
      • getState

        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];
        Returns:
        The state.