Interface CaPoolOrBuilder

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

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

      • getName

        String getName()
         Output only. The resource name for this
         [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
         `projects/*/locations/*/caPools/*`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name for this
         [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
         `projects/*/locations/*/caPools/*`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for name.
      • getTierValue

        int getTierValue()
         Required. Immutable. The
         [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
         [CaPool][google.cloud.security.privateca.v1.CaPool].
         
        .google.cloud.security.privateca.v1.CaPool.Tier tier = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The enum numeric value on the wire for tier.
      • getTier

        CaPool.Tier getTier()
         Required. Immutable. The
         [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
         [CaPool][google.cloud.security.privateca.v1.CaPool].
         
        .google.cloud.security.privateca.v1.CaPool.Tier tier = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The tier.
      • hasIssuancePolicy

        boolean hasIssuancePolicy()
         Optional. The
         [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
         to control how
         [Certificates][google.cloud.security.privateca.v1.Certificate] will be
         issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
         
        .google.cloud.security.privateca.v1.CaPool.IssuancePolicy issuance_policy = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the issuancePolicy field is set.
      • getIssuancePolicy

        CaPool.IssuancePolicy getIssuancePolicy()
         Optional. The
         [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
         to control how
         [Certificates][google.cloud.security.privateca.v1.Certificate] will be
         issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
         
        .google.cloud.security.privateca.v1.CaPool.IssuancePolicy issuance_policy = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The issuancePolicy.
      • getIssuancePolicyOrBuilder

        CaPool.IssuancePolicyOrBuilder getIssuancePolicyOrBuilder()
         Optional. The
         [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
         to control how
         [Certificates][google.cloud.security.privateca.v1.Certificate] will be
         issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
         
        .google.cloud.security.privateca.v1.CaPool.IssuancePolicy issuance_policy = 3 [(.google.api.field_behavior) = OPTIONAL];
      • hasPublishingOptions

        boolean hasPublishingOptions()
         Optional. The
         [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
         to follow when issuing
         [Certificates][google.cloud.security.privateca.v1.Certificate] from any
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
         in this [CaPool][google.cloud.security.privateca.v1.CaPool].
         
        .google.cloud.security.privateca.v1.CaPool.PublishingOptions publishing_options = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the publishingOptions field is set.
      • getPublishingOptions

        CaPool.PublishingOptions getPublishingOptions()
         Optional. The
         [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
         to follow when issuing
         [Certificates][google.cloud.security.privateca.v1.Certificate] from any
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
         in this [CaPool][google.cloud.security.privateca.v1.CaPool].
         
        .google.cloud.security.privateca.v1.CaPool.PublishingOptions publishing_options = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The publishingOptions.
      • getPublishingOptionsOrBuilder

        CaPool.PublishingOptionsOrBuilder getPublishingOptionsOrBuilder()
         Optional. The
         [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
         to follow when issuing
         [Certificates][google.cloud.security.privateca.v1.Certificate] from any
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
         in this [CaPool][google.cloud.security.privateca.v1.CaPool].
         
        .google.cloud.security.privateca.v1.CaPool.PublishingOptions publishing_options = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getLabelsCount

        int getLabelsCount()
         Optional. Labels with user-defined metadata.
         
        map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
      • containsLabels

        boolean containsLabels​(String key)
         Optional. Labels with user-defined metadata.
         
        map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getLabelsMap

        Map<String,​String> getLabelsMap()
         Optional. Labels with user-defined metadata.
         
        map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getLabelsOrDefault

        String getLabelsOrDefault​(String key,
                                  String defaultValue)
         Optional. Labels with user-defined metadata.
         
        map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getLabelsOrThrow

        String getLabelsOrThrow​(String key)
         Optional. Labels with user-defined metadata.
         
        map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];