public interface UpdateConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfig()
public abstract Config getConfig()Required. REQUIRED: The config to be applied to the resource and all its descendants.
.google.cloud.datacatalog.lineage.configmanagement.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Config |
The config. |
getConfigOrBuilder()
public abstract ConfigOrBuilder getConfigOrBuilder()Required. REQUIRED: The config to be applied to the resource and all its descendants.
.google.cloud.datacatalog.lineage.configmanagement.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ConfigOrBuilder |
|
hasConfig()
public abstract boolean hasConfig()Required. REQUIRED: The config to be applied to the resource and all its descendants.
.google.cloud.datacatalog.lineage.configmanagement.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the config field is set. |