Interface ReusableConfigValues.CaOptionsOrBuilder (2.3.0)

public static interface ReusableConfigValues.CaOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsCa()

public abstract 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
TypeDescription
BoolValue

The isCa.

getIsCaOrBuilder()

public abstract 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];

Returns
TypeDescription
BoolValueOrBuilder

getMaxIssuerPathLength()

public abstract 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
TypeDescription
Int32Value

The maxIssuerPathLength.

getMaxIssuerPathLengthOrBuilder()

public abstract 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];

Returns
TypeDescription
Int32ValueOrBuilder

hasIsCa()

public abstract 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
TypeDescription
boolean

Whether the isCa field is set.

hasMaxIssuerPathLength()

public abstract 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
TypeDescription
boolean

Whether the maxIssuerPathLength field is set.