- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class DataProfileResult.Profile.Field.Builder extends GeneratedMessageV3.Builder<DataProfileResult.Profile.Field.Builder> implements DataProfileResult.Profile.FieldOrBuilder
A field within a table.
Protobuf type google.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.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.Builder |
clearType()
public DataProfileResult.Profile.Field.Builder clearType()
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 Entity, it is the Entity Schema.
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.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.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.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfoOrBuilder |
getType()
public String getType()
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 Entity, it is the Entity Schema.
string type = 2;
Returns | |
---|---|
Type | Description |
String |
The type. |
getTypeBytes()
public ByteString getTypeBytes()
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 Entity, it is the Entity Schema.
string type = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for type. |
hasProfile()
public boolean hasProfile()
Profile information for the corresponding field.
.google.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.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 |
String The 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 |
ByteString The 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 |
String The 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 |
ByteString The 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.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.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 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 Entity, it is the Entity Schema.
string type = 2;
Parameter | |
---|---|
Name | Description |
value |
String The 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 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 Entity, it is the Entity Schema.
string type = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The 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 |