public static final class DataProfileResult.Profile.Field.Builder extends GeneratedMessage.Builder<DataProfileResult.Profile.Field.Builder> implements DataProfileResult.Profile.FieldOrBuilderA field within a table.
Protobuf type google.cloud.dataplex.v1.DataProfileResult.Profile.Field
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataProfileResult.Profile.Field.BuilderImplements
DataProfileResult.Profile.FieldOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
clearMode()
public DataProfileResult.Profile.Field.Builder clearMode()Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
clearName()
public DataProfileResult.Profile.Field.Builder clearName()Output only. The name of the field.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
clearProfile()
public DataProfileResult.Profile.Field.Builder clearProfile()Output only. Profile information for the corresponding field.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
clearType()
public DataProfileResult.Profile.Field.Builder clearType()Output only. The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema. For a Dataplex Universal Catalog Entity, it is the Entity Schema.
string type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |
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()Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The mode. |
getModeBytes()
public ByteString getModeBytes()Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mode. |
getName()
public String getName()Output only. The name of the field.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Output only. The name of the field.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProfile()
public DataProfileResult.Profile.Field.ProfileInfo getProfile()Output only. Profile information for the corresponding field.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.ProfileInfo |
The profile. |
getProfileBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.Builder getProfileBuilder()Output only. Profile information for the corresponding field.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
|
getProfileOrBuilder()
public DataProfileResult.Profile.Field.ProfileInfoOrBuilder getProfileOrBuilder()Output only. Profile information for the corresponding field.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.ProfileInfoOrBuilder |
|
getType()
public String getType()Output only. The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema. For a Dataplex Universal Catalog Entity, it is the Entity Schema.
string type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public ByteString getTypeBytes()Output only. The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema. For a Dataplex Universal Catalog Entity, it is the Entity Schema.
string type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
hasProfile()
public boolean hasProfile()Output only. Profile information for the corresponding field.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the profile field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.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)Output only. Profile information for the corresponding field.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataProfileResult.Profile.Field.ProfileInfo |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
setMode(String value)
public DataProfileResult.Profile.Field.Builder setMode(String value)Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| 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)Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| 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)Output only. The name of the field.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| 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)Output only. The name of the field.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| 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)Output only. Profile information for the corresponding field.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| 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)Output only. Profile information for the corresponding field.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
|
setType(String value)
public DataProfileResult.Profile.Field.Builder setType(String value)Output only. The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema. For a Dataplex Universal Catalog Entity, it is the Entity Schema.
string type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| 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)Output only. The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema. For a Dataplex Universal Catalog Entity, it is the Entity Schema.
string type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for type to set. |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field.Builder |
This builder for chaining. |