Package feast.proto.serving
Interface ServingAPIProto.GetFeastServingInfoResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServingAPIProto.GetFeastServingInfoResponse,ServingAPIProto.GetFeastServingInfoResponse.Builder
- Enclosing class:
- ServingAPIProto
public static interface ServingAPIProto.GetFeastServingInfoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetVersion()Feast version of this serving deployment.com.google.protobuf.ByteStringgetVersionBytes()Feast version of this serving deployment.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersion
String getVersion()
Feast version of this serving deployment.
string version = 1;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Feast version of this serving deployment.
string version = 1;- Returns:
- The bytes for version.
-
-