Package feast.proto.core
Interface FeatureServiceProto.LoggingConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureServiceProto.LoggingConfig,FeatureServiceProto.LoggingConfig.Builder
- Enclosing class:
- FeatureServiceProto
public static interface FeatureServiceProto.LoggingConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureServiceProto.LoggingConfig.BigQueryDestinationgetBigqueryDestination().feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;FeatureServiceProto.LoggingConfig.BigQueryDestinationOrBuildergetBigqueryDestinationOrBuilder().feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;FeatureServiceProto.LoggingConfig.CustomDestinationgetCustomDestination().feast.core.LoggingConfig.CustomDestination custom_destination = 7;FeatureServiceProto.LoggingConfig.CustomDestinationOrBuildergetCustomDestinationOrBuilder().feast.core.LoggingConfig.CustomDestination custom_destination = 7;FeatureServiceProto.LoggingConfig.DestinationCasegetDestinationCase()FeatureServiceProto.LoggingConfig.FileDestinationgetFileDestination().feast.core.LoggingConfig.FileDestination file_destination = 3;FeatureServiceProto.LoggingConfig.FileDestinationOrBuildergetFileDestinationOrBuilder().feast.core.LoggingConfig.FileDestination file_destination = 3;FeatureServiceProto.LoggingConfig.RedshiftDestinationgetRedshiftDestination().feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;FeatureServiceProto.LoggingConfig.RedshiftDestinationOrBuildergetRedshiftDestinationOrBuilder().feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;floatgetSampleRate()float sample_rate = 1;FeatureServiceProto.LoggingConfig.SnowflakeDestinationgetSnowflakeDestination().feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;FeatureServiceProto.LoggingConfig.SnowflakeDestinationOrBuildergetSnowflakeDestinationOrBuilder().feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;booleanhasBigqueryDestination().feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;booleanhasCustomDestination().feast.core.LoggingConfig.CustomDestination custom_destination = 7;booleanhasFileDestination().feast.core.LoggingConfig.FileDestination file_destination = 3;booleanhasRedshiftDestination().feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;booleanhasSnowflakeDestination().feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSampleRate
float getSampleRate()
float sample_rate = 1;- Returns:
- The sampleRate.
-
hasFileDestination
boolean hasFileDestination()
.feast.core.LoggingConfig.FileDestination file_destination = 3;- Returns:
- Whether the fileDestination field is set.
-
getFileDestination
FeatureServiceProto.LoggingConfig.FileDestination getFileDestination()
.feast.core.LoggingConfig.FileDestination file_destination = 3;- Returns:
- The fileDestination.
-
getFileDestinationOrBuilder
FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder getFileDestinationOrBuilder()
.feast.core.LoggingConfig.FileDestination file_destination = 3;
-
hasBigqueryDestination
boolean hasBigqueryDestination()
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;- Returns:
- Whether the bigqueryDestination field is set.
-
getBigqueryDestination
FeatureServiceProto.LoggingConfig.BigQueryDestination getBigqueryDestination()
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;- Returns:
- The bigqueryDestination.
-
getBigqueryDestinationOrBuilder
FeatureServiceProto.LoggingConfig.BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
-
hasRedshiftDestination
boolean hasRedshiftDestination()
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;- Returns:
- Whether the redshiftDestination field is set.
-
getRedshiftDestination
FeatureServiceProto.LoggingConfig.RedshiftDestination getRedshiftDestination()
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;- Returns:
- The redshiftDestination.
-
getRedshiftDestinationOrBuilder
FeatureServiceProto.LoggingConfig.RedshiftDestinationOrBuilder getRedshiftDestinationOrBuilder()
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
-
hasSnowflakeDestination
boolean hasSnowflakeDestination()
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;- Returns:
- Whether the snowflakeDestination field is set.
-
getSnowflakeDestination
FeatureServiceProto.LoggingConfig.SnowflakeDestination getSnowflakeDestination()
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;- Returns:
- The snowflakeDestination.
-
getSnowflakeDestinationOrBuilder
FeatureServiceProto.LoggingConfig.SnowflakeDestinationOrBuilder getSnowflakeDestinationOrBuilder()
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
-
hasCustomDestination
boolean hasCustomDestination()
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;- Returns:
- Whether the customDestination field is set.
-
getCustomDestination
FeatureServiceProto.LoggingConfig.CustomDestination getCustomDestination()
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;- Returns:
- The customDestination.
-
getCustomDestinationOrBuilder
FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder getCustomDestinationOrBuilder()
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
-
getDestinationCase
FeatureServiceProto.LoggingConfig.DestinationCase getDestinationCase()
-
-