Package feast.proto.core
Interface StoreProto.Store.BigQueryConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreProto.Store.BigQueryConfig,StoreProto.Store.BigQueryConfig.Builder
- Enclosing class:
- StoreProto.Store
public static interface StoreProto.Store.BigQueryConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDatasetId()string dataset_id = 2;com.google.protobuf.ByteStringgetDatasetIdBytes()string dataset_id = 2;intgetInitialRetryDelaySeconds()int32 initial_retry_delay_seconds = 4;StringgetProjectId()string project_id = 1;com.google.protobuf.ByteStringgetProjectIdBytes()string project_id = 1;StringgetStagingLocation()string staging_location = 3;com.google.protobuf.ByteStringgetStagingLocationBytes()string staging_location = 3;intgetTotalTimeoutSeconds()int32 total_timeout_seconds = 5;intgetWriteTriggeringFrequencySeconds()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
string project_id = 1;- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
string project_id = 1;- Returns:
- The bytes for projectId.
-
getDatasetId
String getDatasetId()
string dataset_id = 2;- Returns:
- The datasetId.
-
getDatasetIdBytes
com.google.protobuf.ByteString getDatasetIdBytes()
string dataset_id = 2;- Returns:
- The bytes for datasetId.
-
getStagingLocation
String getStagingLocation()
string staging_location = 3;- Returns:
- The stagingLocation.
-
getStagingLocationBytes
com.google.protobuf.ByteString getStagingLocationBytes()
string staging_location = 3;- Returns:
- The bytes for stagingLocation.
-
getInitialRetryDelaySeconds
int getInitialRetryDelaySeconds()
int32 initial_retry_delay_seconds = 4;- Returns:
- The initialRetryDelaySeconds.
-
getTotalTimeoutSeconds
int getTotalTimeoutSeconds()
int32 total_timeout_seconds = 5;- Returns:
- The totalTimeoutSeconds.
-
getWriteTriggeringFrequencySeconds
int getWriteTriggeringFrequencySeconds()
Required. Frequency of running BQ load job and flushing all collected rows to BQ table
int32 write_triggering_frequency_seconds = 6;- Returns:
- The writeTriggeringFrequencySeconds.
-
-