Interface UpdateDiscoveryConfigRequestOrBuilder (3.44.0)

public interface UpdateDiscoveryConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiscoveryConfig()

public abstract DiscoveryConfig getDiscoveryConfig()

Required. New DiscoveryConfig value.

.google.privacy.dlp.v2.DiscoveryConfig discovery_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DiscoveryConfig

The discoveryConfig.

getDiscoveryConfigOrBuilder()

public abstract DiscoveryConfigOrBuilder getDiscoveryConfigOrBuilder()

Required. New DiscoveryConfig value.

.google.privacy.dlp.v2.DiscoveryConfig discovery_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DiscoveryConfigOrBuilder

getName()

public abstract String getName()

Required. Resource name of the project and the configuration, for example projects/dlp-test-project/discoveryConfigs/53234423.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Resource name of the project and the configuration, for example projects/dlp-test-project/discoveryConfigs/53234423.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getUpdateMask()

public abstract FieldMask getUpdateMask()

Mask to control which fields get updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Mask to control which fields get updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
FieldMaskOrBuilder

hasDiscoveryConfig()

public abstract boolean hasDiscoveryConfig()

Required. New DiscoveryConfig value.

.google.privacy.dlp.v2.DiscoveryConfig discovery_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the discoveryConfig field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Mask to control which fields get updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
boolean

Whether the updateMask field is set.