Interface CaPool.IssuancePolicy.IssuanceModesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAllowConfigBasedIssuance()
      Optional.
      boolean getAllowCsrBasedIssuance()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAllowCsrBasedIssuance

        boolean getAllowCsrBasedIssuance()
         Optional. When true, allows callers to create
         [Certificates][google.cloud.security.privateca.v1.Certificate] by
         specifying a CSR.
         
        bool allow_csr_based_issuance = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The allowCsrBasedIssuance.
      • getAllowConfigBasedIssuance

        boolean getAllowConfigBasedIssuance()
         Optional. When true, allows callers to create
         [Certificates][google.cloud.security.privateca.v1.Certificate] by
         specifying a
         [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
         
        bool allow_config_based_issuance = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The allowConfigBasedIssuance.