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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.security.privateca.v1beta1.ReusableConfigWrapperOrBuilder> |
|