Class DataProfileResult.Profile.Builder (1.81.0)

public static final class DataProfileResult.Profile.Builder extends GeneratedMessage.Builder<DataProfileResult.Profile.Builder> implements DataProfileResult.ProfileOrBuilder

Contains name, type, mode and field type specific profile information.

Protobuf type google.cloud.dataplex.v1.DataProfileResult.Profile

Static Methods

getDescriptor()

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

Methods

addAllFields(Iterable<? extends DataProfileResult.Profile.Field> values)

public DataProfileResult.Profile.Builder addAllFields(Iterable<? extends DataProfileResult.Profile.Field> values)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<? extends com.google.cloud.dataplex.v1.DataProfileResult.Profile.Field>
Returns
Type Description
DataProfileResult.Profile.Builder

addFields(DataProfileResult.Profile.Field value)

public DataProfileResult.Profile.Builder addFields(DataProfileResult.Profile.Field value)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value DataProfileResult.Profile.Field
Returns
Type Description
DataProfileResult.Profile.Builder

addFields(DataProfileResult.Profile.Field.Builder builderForValue)

public DataProfileResult.Profile.Builder addFields(DataProfileResult.Profile.Field.Builder builderForValue)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue DataProfileResult.Profile.Field.Builder
Returns
Type Description
DataProfileResult.Profile.Builder

addFields(int index, DataProfileResult.Profile.Field value)

public DataProfileResult.Profile.Builder addFields(int index, DataProfileResult.Profile.Field value)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value DataProfileResult.Profile.Field
Returns
Type Description
DataProfileResult.Profile.Builder

addFields(int index, DataProfileResult.Profile.Field.Builder builderForValue)

public DataProfileResult.Profile.Builder addFields(int index, DataProfileResult.Profile.Field.Builder builderForValue)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue DataProfileResult.Profile.Field.Builder
Returns
Type Description
DataProfileResult.Profile.Builder

addFieldsBuilder()

public DataProfileResult.Profile.Field.Builder addFieldsBuilder()

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataProfileResult.Profile.Field.Builder

addFieldsBuilder(int index)

public DataProfileResult.Profile.Field.Builder addFieldsBuilder(int index)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataProfileResult.Profile.Field.Builder

build()

public DataProfileResult.Profile build()
Returns
Type Description
DataProfileResult.Profile

buildPartial()

public DataProfileResult.Profile buildPartial()
Returns
Type Description
DataProfileResult.Profile

clear()

public DataProfileResult.Profile.Builder clear()
Returns
Type Description
DataProfileResult.Profile.Builder
Overrides

clearFields()

public DataProfileResult.Profile.Builder clearFields()

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataProfileResult.Profile.Builder

getDefaultInstanceForType()

public DataProfileResult.Profile getDefaultInstanceForType()
Returns
Type Description
DataProfileResult.Profile

getDescriptorForType()

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

getFields(int index)

public DataProfileResult.Profile.Field getFields(int index)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataProfileResult.Profile.Field

getFieldsBuilder(int index)

public DataProfileResult.Profile.Field.Builder getFieldsBuilder(int index)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataProfileResult.Profile.Field.Builder

getFieldsBuilderList()

public List<DataProfileResult.Profile.Field.Builder> getFieldsBuilderList()

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Builder>

getFieldsCount()

public int getFieldsCount()

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getFieldsList()

public List<DataProfileResult.Profile.Field> getFieldsList()

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Field>

getFieldsOrBuilder(int index)

public DataProfileResult.Profile.FieldOrBuilder getFieldsOrBuilder(int index)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataProfileResult.Profile.FieldOrBuilder

getFieldsOrBuilderList()

public List<? extends DataProfileResult.Profile.FieldOrBuilder> getFieldsOrBuilderList()

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.dataplex.v1.DataProfileResult.Profile.FieldOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataProfileResult.Profile other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeFields(int index)

public DataProfileResult.Profile.Builder removeFields(int index)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DataProfileResult.Profile.Builder

setFields(int index, DataProfileResult.Profile.Field value)

public DataProfileResult.Profile.Builder setFields(int index, DataProfileResult.Profile.Field value)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value DataProfileResult.Profile.Field
Returns
Type Description
DataProfileResult.Profile.Builder

setFields(int index, DataProfileResult.Profile.Field.Builder builderForValue)

public DataProfileResult.Profile.Builder setFields(int index, DataProfileResult.Profile.Field.Builder builderForValue)

Output only. List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue DataProfileResult.Profile.Field.Builder
Returns
Type Description
DataProfileResult.Profile.Builder