public interface UpdateCmekConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConfig()
public abstract CmekConfig getConfig()
Required. The CmekConfig resource.
.google.cloud.discoveryengine.v1.CmekConfig config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CmekConfig |
The config. |
getConfigOrBuilder()
public abstract CmekConfigOrBuilder getConfigOrBuilder()
Required. The CmekConfig resource.
.google.cloud.discoveryengine.v1.CmekConfig config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CmekConfigOrBuilder |
getSetDefault()
public abstract boolean getSetDefault()
Set the following CmekConfig as the default to be used for child resources if one is not specified.
bool set_default = 2;
Returns | |
---|---|
Type | Description |
boolean |
The setDefault. |
hasConfig()
public abstract boolean hasConfig()
Required. The CmekConfig resource.
.google.cloud.discoveryengine.v1.CmekConfig config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the config field is set. |