public interface GenerateDataQualityRulesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. The name must be one of the following:
- The name of a data scan with at least one successful, completed data profiling job
- The name of a successful, completed data profiling job (a data scan job where the job type is data profiling)
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name must be one of the following:
- The name of a data scan with at least one successful, completed data profiling job
- The name of a successful, completed data profiling job (a data scan job where the job type is data profiling)
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |