Interface ReusableConfigValues.CaOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReusableConfigValues.CaOptions
,ReusableConfigValues.CaOptions.Builder
- Enclosing class:
- ReusableConfigValues
public static interface ReusableConfigValues.CaOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.BoolValue
getIsCa()
Optional.com.google.protobuf.BoolValueOrBuilder
getIsCaOrBuilder()
Optional.com.google.protobuf.Int32Value
getMaxIssuerPathLength()
Optional.com.google.protobuf.Int32ValueOrBuilder
getMaxIssuerPathLengthOrBuilder()
Optional.boolean
hasIsCa()
Optional.boolean
hasMaxIssuerPathLength()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIsCa
boolean hasIsCa()
Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
.google.protobuf.BoolValue is_ca = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the isCa field is set.
-
getIsCa
com.google.protobuf.BoolValue getIsCa()
Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
.google.protobuf.BoolValue is_ca = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The isCa.
-
getIsCaOrBuilder
com.google.protobuf.BoolValueOrBuilder getIsCaOrBuilder()
Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
.google.protobuf.BoolValue is_ca = 1 [(.google.api.field_behavior) = OPTIONAL];
-
hasMaxIssuerPathLength
boolean hasMaxIssuerPathLength()
Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
.google.protobuf.Int32Value max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the maxIssuerPathLength field is set.
-
getMaxIssuerPathLength
com.google.protobuf.Int32Value getMaxIssuerPathLength()
Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
.google.protobuf.Int32Value max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The maxIssuerPathLength.
-
getMaxIssuerPathLengthOrBuilder
com.google.protobuf.Int32ValueOrBuilder getMaxIssuerPathLengthOrBuilder()
Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
.google.protobuf.Int32Value max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL];
-
-