Package feast.proto.core
Interface InfraObjectProto.InfraOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InfraObjectProto.Infra,InfraObjectProto.Infra.Builder
- Enclosing class:
- InfraObjectProto
public static interface InfraObjectProto.InfraOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InfraObjectProto.InfraObjectgetInfraObjects(int index)List of infrastructure objects managed by FeastintgetInfraObjectsCount()List of infrastructure objects managed by FeastList<InfraObjectProto.InfraObject>getInfraObjectsList()List of infrastructure objects managed by FeastInfraObjectProto.InfraObjectOrBuildergetInfraObjectsOrBuilder(int index)List of infrastructure objects managed by FeastList<? extends InfraObjectProto.InfraObjectOrBuilder>getInfraObjectsOrBuilderList()List of infrastructure objects managed by Feast-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInfraObjectsList
List<InfraObjectProto.InfraObject> getInfraObjectsList()
List of infrastructure objects managed by Feast
repeated .feast.core.InfraObject infra_objects = 1;
-
getInfraObjects
InfraObjectProto.InfraObject getInfraObjects(int index)
List of infrastructure objects managed by Feast
repeated .feast.core.InfraObject infra_objects = 1;
-
getInfraObjectsCount
int getInfraObjectsCount()
List of infrastructure objects managed by Feast
repeated .feast.core.InfraObject infra_objects = 1;
-
getInfraObjectsOrBuilderList
List<? extends InfraObjectProto.InfraObjectOrBuilder> getInfraObjectsOrBuilderList()
List of infrastructure objects managed by Feast
repeated .feast.core.InfraObject infra_objects = 1;
-
getInfraObjectsOrBuilder
InfraObjectProto.InfraObjectOrBuilder getInfraObjectsOrBuilder(int index)
List of infrastructure objects managed by Feast
repeated .feast.core.InfraObject infra_objects = 1;
-
-