public static interface DataProfileResult.Profile.FieldOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMode()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |
getProfileOrBuilder()
public abstract 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 abstract 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 abstract 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 abstract 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. |