public static final class DataQualityRuleTemplate.Sql extends GeneratedMessage implements DataQualityRuleTemplate.SqlOrBuilderTemplatized SQL query for data quality rules. It can have parameters that can be substituted with values when a rule is created using this template.
Protobuf type google.cloud.dataplex.v1.DataQualityRuleTemplate.Sql
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DataQualityRuleTemplate.SqlImplements
DataQualityRuleTemplate.SqlOrBuilderStatic Fields
QUERY_FIELD_NUMBER
public static final int QUERY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static DataQualityRuleTemplate.Sql getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static DataQualityRuleTemplate.Sql.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql.Builder |
|
newBuilder(DataQualityRuleTemplate.Sql prototype)
public static DataQualityRuleTemplate.Sql.Builder newBuilder(DataQualityRuleTemplate.Sql prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
DataQualityRuleTemplate.Sql |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql.Builder |
|
parseDelimitedFrom(InputStream input)
public static DataQualityRuleTemplate.Sql parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataQualityRuleTemplate.Sql parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static DataQualityRuleTemplate.Sql parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataQualityRuleTemplate.Sql parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static DataQualityRuleTemplate.Sql parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataQualityRuleTemplate.Sql parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static DataQualityRuleTemplate.Sql parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataQualityRuleTemplate.Sql parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static DataQualityRuleTemplate.Sql parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataQualityRuleTemplate.Sql parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static DataQualityRuleTemplate.Sql parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataQualityRuleTemplate.Sql parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<DataQualityRuleTemplate.Sql> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Sql> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public DataQualityRuleTemplate.Sql getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql |
|
getParserForType()
public Parser<DataQualityRuleTemplate.Sql> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Sql> |
|
getQuery()
public String getQuery()Output only. Templatized SQL query for data quality rules.
string query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The query. |
getQueryBytes()
public ByteString getQueryBytes()Output only. Templatized SQL query for data quality rules.
string query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for query. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public DataQualityRuleTemplate.Sql.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DataQualityRuleTemplate.Sql.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql.Builder |
|
toBuilder()
public DataQualityRuleTemplate.Sql.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
DataQualityRuleTemplate.Sql.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|