Interface CaPool.IssuancePolicy.IssuanceModesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CaPool.IssuancePolicy.IssuanceModes
,CaPool.IssuancePolicy.IssuanceModes.Builder
- Enclosing class:
- CaPool.IssuancePolicy
public static interface CaPool.IssuancePolicy.IssuanceModesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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.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.
-
-