Interface CertificateAuthority.CertificateAuthorityPolicy.IssuanceModesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateAuthority.CertificateAuthorityPolicy.IssuanceModes
,CertificateAuthority.CertificateAuthorityPolicy.IssuanceModes.Builder
- Enclosing class:
- CertificateAuthority.CertificateAuthorityPolicy
public static interface CertificateAuthority.CertificateAuthorityPolicy.IssuanceModesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getAllowConfigBasedIssuance()
Required.boolean
getAllowCsrBasedIssuance()
Required.-
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()
Required. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1beta1.Certificate] by specifying a CSR.
bool allow_csr_based_issuance = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The allowCsrBasedIssuance.
-
getAllowConfigBasedIssuance
boolean getAllowConfigBasedIssuance()
Required. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1beta1.Certificate] by specifying a [CertificateConfig][google.cloud.security.privateca.v1beta1.CertificateConfig].
bool allow_config_based_issuance = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The allowConfigBasedIssuance.
-
-