public static final class DataProfileResult.Profile.Field.Builder extends GeneratedMessageV3.Builder<DataProfileResult.Profile.Field.Builder> implements DataProfileResult.Profile.FieldOrBuilderA field within a table.
Protobuf type google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataProfileResult.Profile.Field.BuilderImplements
DataProfileResult.Profile.FieldOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataProfileResult.Profile.Field.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
build()
public DataProfileResult.Profile.Field build()| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field |
|
buildPartial()
public DataProfileResult.Profile.Field buildPartial()| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field |
|
clear()
public DataProfileResult.Profile.Field.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public DataProfileResult.Profile.Field.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
clearMode()
public DataProfileResult.Profile.Field.Builder clearMode()The mode of the field. Possible values include:
- REQUIRED, if it is a required field.
- NULLABLE, if it is an optional field.
- REPEATED, if it is a repeated field.
string mode = 3;
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
clearName()
public DataProfileResult.Profile.Field.Builder clearName()The name of the field.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataProfileResult.Profile.Field.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
clearProfile()
public DataProfileResult.Profile.Field.Builder clearProfile()Profile information for the corresponding field.
.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
clearType()
public DataProfileResult.Profile.Field.Builder clearType()The field data type. Possible values include:
- STRING
- BYTE
- INT64
- INT32
- INT16
- DOUBLE
- FLOAT
- DECIMAL
- BOOLEAN
- BINARY
- TIMESTAMP
- DATE
- TIME
- NULL
- RECORD
string type = 2;
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
clone()
public DataProfileResult.Profile.Field.Builder clone()| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
getDefaultInstanceForType()
public DataProfileResult.Profile.Field getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMode()
public String getMode()The mode of the field. Possible values include:
- REQUIRED, if it is a required field.
- NULLABLE, if it is an optional field.
- REPEATED, if it is a repeated field.
string mode = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The mode. |
getModeBytes()
public ByteString getModeBytes()The mode of the field. Possible values include:
- REQUIRED, if it is a required field.
- NULLABLE, if it is an optional field.
- REPEATED, if it is a repeated field.
string mode = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mode. |
getName()
public String getName()The name of the field.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()The name of the field.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProfile()
public DataProfileResult.Profile.Field.ProfileInfo getProfile()Profile information for the corresponding field.
.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.ProfileInfo |
The profile. |
getProfileBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.Builder getProfileBuilder()Profile information for the corresponding field.
.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
|
getProfileOrBuilder()
public DataProfileResult.Profile.Field.ProfileInfoOrBuilder getProfileOrBuilder()Profile information for the corresponding field.
.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.ProfileInfoOrBuilder |
|
getType()
public String getType()The field data type. Possible values include:
- STRING
- BYTE
- INT64
- INT32
- INT16
- DOUBLE
- FLOAT
- DECIMAL
- BOOLEAN
- BINARY
- TIMESTAMP
- DATE
- TIME
- NULL
- RECORD
string type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public ByteString getTypeBytes()The field data type. Possible values include:
- STRING
- BYTE
- INT64
- INT32
- INT16
- DOUBLE
- FLOAT
- DECIMAL
- BOOLEAN
- BINARY
- TIMESTAMP
- DATE
- TIME
- NULL
- RECORD
string type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
hasProfile()
public boolean hasProfile()Profile information for the corresponding field.
.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the profile field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DataProfileResult.Profile.Field other)
public DataProfileResult.Profile.Field.Builder mergeFrom(DataProfileResult.Profile.Field other)| Parameter | |
|---|---|
| Name | Description |
other |
DataProfileResult.Profile.Field |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataProfileResult.Profile.Field.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataProfileResult.Profile.Field.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
mergeProfile(DataProfileResult.Profile.Field.ProfileInfo value)
public DataProfileResult.Profile.Field.Builder mergeProfile(DataProfileResult.Profile.Field.ProfileInfo value)Profile information for the corresponding field.
.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
DataProfileResult.Profile.Field.ProfileInfo |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileResult.Profile.Field.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public DataProfileResult.Profile.Field.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
setMode(String value)
public DataProfileResult.Profile.Field.Builder setMode(String value)The mode of the field. Possible values include:
- REQUIRED, if it is a required field.
- NULLABLE, if it is an optional field.
- REPEATED, if it is a repeated field.
string mode = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe mode to set. |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
setModeBytes(ByteString value)
public DataProfileResult.Profile.Field.Builder setModeBytes(ByteString value)The mode of the field. Possible values include:
- REQUIRED, if it is a required field.
- NULLABLE, if it is an optional field.
- REPEATED, if it is a repeated field.
string mode = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for mode to set. |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
setName(String value)
public DataProfileResult.Profile.Field.Builder setName(String value)The name of the field.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DataProfileResult.Profile.Field.Builder setNameBytes(ByteString value)The name of the field.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
setProfile(DataProfileResult.Profile.Field.ProfileInfo value)
public DataProfileResult.Profile.Field.Builder setProfile(DataProfileResult.Profile.Field.ProfileInfo value)Profile information for the corresponding field.
.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
DataProfileResult.Profile.Field.ProfileInfo |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
setProfile(DataProfileResult.Profile.Field.ProfileInfo.Builder builderForValue)
public DataProfileResult.Profile.Field.Builder setProfile(DataProfileResult.Profile.Field.ProfileInfo.Builder builderForValue)Profile information for the corresponding field.
.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataProfileResult.Profile.Field.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
setType(String value)
public DataProfileResult.Profile.Field.Builder setType(String value)The field data type. Possible values include:
- STRING
- BYTE
- INT64
- INT32
- INT16
- DOUBLE
- FLOAT
- DECIMAL
- BOOLEAN
- BINARY
- TIMESTAMP
- DATE
- TIME
- NULL
- RECORD
string type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe type to set. |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
setTypeBytes(ByteString value)
public DataProfileResult.Profile.Field.Builder setTypeBytes(ByteString value)The field data type. Possible values include:
- STRING
- BYTE
- INT64
- INT32
- INT16
- DOUBLE
- FLOAT
- DECIMAL
- BOOLEAN
- BINARY
- TIMESTAMP
- DATE
- TIME
- NULL
- RECORD
string type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for type to set. |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileResult.Profile.Field.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|