Class DataQualityRuleResult.DebugQueryResult.Builder (1.86.0)

public static final class DataQualityRuleResult.DebugQueryResult.Builder extends GeneratedMessage.Builder<DataQualityRuleResult.DebugQueryResult.Builder> implements DataQualityRuleResult.DebugQueryResultOrBuilder

Contains a single result from the debug query.

Protobuf type google.cloud.dataplex.v1.DataQualityRuleResult.DebugQueryResult

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DataQualityRuleResult.DebugQueryResult build()
Returns
Type Description
DataQualityRuleResult.DebugQueryResult

buildPartial()

public DataQualityRuleResult.DebugQueryResult buildPartial()
Returns
Type Description
DataQualityRuleResult.DebugQueryResult

clear()

public DataQualityRuleResult.DebugQueryResult.Builder clear()
Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder
Overrides

clearName()

public DataQualityRuleResult.DebugQueryResult.Builder clearName()

Specifies the name of the result. Available if provided with an explicit alias using [AS] alias.

string name = 1;

Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder

This builder for chaining.

clearType()

public DataQualityRuleResult.DebugQueryResult.Builder clearType()

Indicates the data type of the result. For more information, see BigQuery data types.

string type = 2;

Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder

This builder for chaining.

clearValue()

public DataQualityRuleResult.DebugQueryResult.Builder clearValue()

Represents the value of the result as a string.

string value = 3;

Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder

This builder for chaining.

getDefaultInstanceForType()

public DataQualityRuleResult.DebugQueryResult getDefaultInstanceForType()
Returns
Type Description
DataQualityRuleResult.DebugQueryResult

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Specifies the name of the result. Available if provided with an explicit alias using [AS] alias.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Specifies the name of the result. Available if provided with an explicit alias using [AS] alias.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getType()

public String getType()

Indicates the data type of the result. For more information, see BigQuery data types.

string type = 2;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

Indicates the data type of the result. For more information, see BigQuery data types.

string type = 2;

Returns
Type Description
ByteString

The bytes for type.

getValue()

public String getValue()

Represents the value of the result as a string.

string value = 3;

Returns
Type Description
String

The value.

getValueBytes()

public ByteString getValueBytes()

Represents the value of the result as a string.

string value = 3;

Returns
Type Description
ByteString

The bytes for value.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataQualityRuleResult.DebugQueryResult other)

public DataQualityRuleResult.DebugQueryResult.Builder mergeFrom(DataQualityRuleResult.DebugQueryResult other)
Parameter
Name Description
other DataQualityRuleResult.DebugQueryResult
Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DataQualityRuleResult.DebugQueryResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DataQualityRuleResult.DebugQueryResult.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder
Overrides

setName(String value)

public DataQualityRuleResult.DebugQueryResult.Builder setName(String value)

Specifies the name of the result. Available if provided with an explicit alias using [AS] alias.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DataQualityRuleResult.DebugQueryResult.Builder setNameBytes(ByteString value)

Specifies the name of the result. Available if provided with an explicit alias using [AS] alias.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder

This builder for chaining.

setType(String value)

public DataQualityRuleResult.DebugQueryResult.Builder setType(String value)

Indicates the data type of the result. For more information, see BigQuery data types.

string type = 2;

Parameter
Name Description
value String

The type to set.

Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public DataQualityRuleResult.DebugQueryResult.Builder setTypeBytes(ByteString value)

Indicates the data type of the result. For more information, see BigQuery data types.

string type = 2;

Parameter
Name Description
value ByteString

The bytes for type to set.

Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder

This builder for chaining.

setValue(String value)

public DataQualityRuleResult.DebugQueryResult.Builder setValue(String value)

Represents the value of the result as a string.

string value = 3;

Parameter
Name Description
value String

The value to set.

Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder

This builder for chaining.

setValueBytes(ByteString value)

public DataQualityRuleResult.DebugQueryResult.Builder setValueBytes(ByteString value)

Represents the value of the result as a string.

string value = 3;

Parameter
Name Description
value ByteString

The bytes for value to set.

Returns
Type Description
DataQualityRuleResult.DebugQueryResult.Builder

This builder for chaining.