Package feast.proto.core
Interface FeatureServiceProto.LoggingConfig.BigQueryDestinationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureServiceProto.LoggingConfig.BigQueryDestination,FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
- Enclosing class:
- FeatureServiceProto.LoggingConfig
public static interface FeatureServiceProto.LoggingConfig.BigQueryDestinationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTableRef()Full table reference in the form of [project:dataset.table]com.google.protobuf.ByteStringgetTableRefBytes()Full table reference in the form of [project:dataset.table]-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTableRef
String getTableRef()
Full table reference in the form of [project:dataset.table]
string table_ref = 1;- Returns:
- The tableRef.
-
getTableRefBytes
com.google.protobuf.ByteString getTableRefBytes()
Full table reference in the form of [project:dataset.table]
string table_ref = 1;- Returns:
- The bytes for tableRef.
-
-