Package feast.proto.core
Interface CoreServiceProto.GetEntityRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.GetEntityRequest,CoreServiceProto.GetEntityRequest.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.GetEntityRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Name of entity (required).com.google.protobuf.ByteStringgetNameBytes()Name of entity (required).StringgetProject()Name of project the entity belongs to.com.google.protobuf.ByteStringgetProjectBytes()Name of project the entity belongs to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Name of entity (required).
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of entity (required).
string name = 1;- Returns:
- The bytes for name.
-
getProject
String getProject()
Name of project the entity belongs to. If omitted will default to 'default' project.
string project = 2;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Name of project the entity belongs to. If omitted will default to 'default' project.
string project = 2;- Returns:
- The bytes for project.
-
-