public static interface CertificateAuthority.CertificateAuthorityPolicy.AllowedConfigListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Name | Description |
| index | int |
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Name | Description |
| index | int |
| Type | Description |
| 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];
| Type | Description |
| List<? extends com.google.cloud.security.privateca.v1beta1.ReusableConfigWrapperOrBuilder> |