public interface ReusableConfigWrapperOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfigValuesCase()
public abstract ReusableConfigWrapper.ConfigValuesCase getConfigValuesCase()| Type | Description |
ReusableConfigWrapper.ConfigValuesCase |
getReusableConfig()
public abstract String getReusableConfig() Required. A resource path to a ReusableConfig in the format
projects/*/locations/*/reusableConfigs/*.
string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
String |
The reusableConfig. |
getReusableConfigBytes()
public abstract ByteString getReusableConfigBytes() Required. A resource path to a ReusableConfig in the format
projects/*/locations/*/reusableConfigs/*.
string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
ByteString |
The bytes for reusableConfig. |
getReusableConfigValues()
public abstract ReusableConfigValues getReusableConfigValues()Required. A user-specified inline ReusableConfigValues.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues reusable_config_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
ReusableConfigValues |
The reusableConfigValues. |
getReusableConfigValuesOrBuilder()
public abstract ReusableConfigValuesOrBuilder getReusableConfigValuesOrBuilder()Required. A user-specified inline ReusableConfigValues.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues reusable_config_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
ReusableConfigValuesOrBuilder |
hasReusableConfig()
public abstract boolean hasReusableConfig() Required. A resource path to a ReusableConfig in the format
projects/*/locations/*/reusableConfigs/*.
string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
boolean |
Whether the reusableConfig field is set. |
hasReusableConfigValues()
public abstract boolean hasReusableConfigValues()Required. A user-specified inline ReusableConfigValues.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues reusable_config_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
boolean |
Whether the reusableConfigValues field is set. |