Interface UpdateConfigRequestOrBuilder (0.83.0)

public interface UpdateConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.