Package com.google.privacy.dlp.v2
Interface BigQueryFieldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BigQueryField
,BigQueryField.Builder
public interface BigQueryFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldId
getField()
Designated field in the BigQuery table.FieldIdOrBuilder
getFieldOrBuilder()
Designated field in the BigQuery table.BigQueryTable
getTable()
Source table of the field.BigQueryTableOrBuilder
getTableOrBuilder()
Source table of the field.boolean
hasField()
Designated field in the BigQuery table.boolean
hasTable()
Source table of the field.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTable
boolean hasTable()
Source table of the field.
.google.privacy.dlp.v2.BigQueryTable table = 1;
- Returns:
- Whether the table field is set.
-
getTable
BigQueryTable getTable()
Source table of the field.
.google.privacy.dlp.v2.BigQueryTable table = 1;
- Returns:
- The table.
-
getTableOrBuilder
BigQueryTableOrBuilder getTableOrBuilder()
Source table of the field.
.google.privacy.dlp.v2.BigQueryTable table = 1;
-
hasField
boolean hasField()
Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;
- Returns:
- Whether the field field is set.
-
getField
FieldId getField()
Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;
- Returns:
- The field.
-
getFieldOrBuilder
FieldIdOrBuilder getFieldOrBuilder()
Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;
-
-