Interface CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigListOrBuilder (2.3.0)

public static interface CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowedConfigValues(int index)

public abstract ReusableConfigWrapper getAllowedConfigValues(int index)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
ReusableConfigWrapper

getAllowedConfigValuesCount()

public abstract int getAllowedConfigValuesCount()

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getAllowedConfigValuesList()

public abstract List<ReusableConfigWrapper> getAllowedConfigValuesList()

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<ReusableConfigWrapper>

getAllowedConfigValuesOrBuilder(int index)

public abstract ReusableConfigWrapperOrBuilder getAllowedConfigValuesOrBuilder(int index)

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
ReusableConfigWrapperOrBuilder

getAllowedConfigValuesOrBuilderList()

public abstract List<? extends ReusableConfigWrapperOrBuilder> getAllowedConfigValuesOrBuilderList()

Required. All Certificates issued by the CertificateAuthority must match at least one listed ReusableConfigWrapper. If a ReusableConfigWrapper has an empty field, any value will be allowed for that field.

repeated .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper allowed_config_values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.security.privateca.v1beta1.ReusableConfigWrapperOrBuilder>