Interface GenerateDataQualityRulesRequestOrBuilder (1.39.0)

public interface GenerateDataQualityRulesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The name should be either

  • the name of a datascan with at least one successful completed data profiling job, or
  • the name of a successful completed data profiling datascan job.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name should be either

  • the name of a datascan with at least one successful completed data profiling job, or
  • the name of a successful completed data profiling datascan job.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for name.