Class DataQualityDimension.Builder (1.81.0)

public static final class DataQualityDimension.Builder extends GeneratedMessage.Builder<DataQualityDimension.Builder> implements DataQualityDimensionOrBuilder

A dimension captures data quality intent about a defined subset of the rules specified.

Protobuf type google.cloud.dataplex.v1.DataQualityDimension

Static Methods

getDescriptor()

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

Methods

build()

public DataQualityDimension build()
Returns
Type Description
DataQualityDimension

buildPartial()

public DataQualityDimension buildPartial()
Returns
Type Description
DataQualityDimension

clear()

public DataQualityDimension.Builder clear()
Returns
Type Description
DataQualityDimension.Builder
Overrides

clearName()

public DataQualityDimension.Builder clearName()

Output only. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.

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

Returns
Type Description
DataQualityDimension.Builder

This builder for chaining.

getDefaultInstanceForType()

public DataQualityDimension getDefaultInstanceForType()
Returns
Type Description
DataQualityDimension

getDescriptorForType()

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

getName()

public String getName()

Output only. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataQualityDimension other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DataQualityDimension.Builder setName(String value)

Output only. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DataQualityDimension.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DataQualityDimension.Builder setNameBytes(ByteString value)

Output only. The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DataQualityDimension.Builder

This builder for chaining.