Package feast.proto.core
Interface ValidationProfile.GEValidationProfilerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidationProfile.GEValidationProfiler,ValidationProfile.GEValidationProfiler.Builder
- Enclosing class:
- ValidationProfile
public static interface ValidationProfile.GEValidationProfilerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationProfile.GEValidationProfiler.UserDefinedProfilergetProfiler().feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;ValidationProfile.GEValidationProfiler.UserDefinedProfilerOrBuildergetProfilerOrBuilder().feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;booleanhasProfiler().feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProfiler
boolean hasProfiler()
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;- Returns:
- Whether the profiler field is set.
-
getProfiler
ValidationProfile.GEValidationProfiler.UserDefinedProfiler getProfiler()
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;- Returns:
- The profiler.
-
getProfilerOrBuilder
ValidationProfile.GEValidationProfiler.UserDefinedProfilerOrBuilder getProfilerOrBuilder()
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
-
-