Package feast.proto.core
Interface JobServiceProto.Job.RetrievalJobMetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JobServiceProto.Job.RetrievalJobMeta,JobServiceProto.Job.RetrievalJobMeta.Builder
- Enclosing class:
- JobServiceProto.Job
public static interface JobServiceProto.Job.RetrievalJobMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOutputLocation()string output_location = 1;com.google.protobuf.ByteStringgetOutputLocationBytes()string output_location = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOutputLocation
String getOutputLocation()
string output_location = 1;- Returns:
- The outputLocation.
-
getOutputLocationBytes
com.google.protobuf.ByteString getOutputLocationBytes()
string output_location = 1;- Returns:
- The bytes for outputLocation.
-
-