Uses of Class
feast.proto.core.CoreServiceProto.UpdateFeatureSetStatusRequest
-
Packages that use CoreServiceProto.UpdateFeatureSetStatusRequest Package Description feast.proto.core -
-
Uses of CoreServiceProto.UpdateFeatureSetStatusRequest in feast.proto.core
Methods in feast.proto.core that return CoreServiceProto.UpdateFeatureSetStatusRequest Modifier and Type Method Description CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest.Builder. build()CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest.Builder. buildPartial()static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. getDefaultInstance()CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest.Builder. getDefaultInstanceForType()CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. getDefaultInstanceForType()static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseDelimitedFrom(InputStream input)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseFrom(byte[] data)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseFrom(com.google.protobuf.ByteString data)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseFrom(InputStream input)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseFrom(ByteBuffer data)static CoreServiceProto.UpdateFeatureSetStatusRequestCoreServiceProto.UpdateFeatureSetStatusRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in feast.proto.core that return types with arguments of type CoreServiceProto.UpdateFeatureSetStatusRequest Modifier and Type Method Description com.google.protobuf.Parser<CoreServiceProto.UpdateFeatureSetStatusRequest>CoreServiceProto.UpdateFeatureSetStatusRequest. getParserForType()static io.grpc.MethodDescriptor<CoreServiceProto.UpdateFeatureSetStatusRequest,CoreServiceProto.UpdateFeatureSetStatusResponse>CoreServiceGrpc. getUpdateFeatureSetStatusMethod()static com.google.protobuf.Parser<CoreServiceProto.UpdateFeatureSetStatusRequest>CoreServiceProto.UpdateFeatureSetStatusRequest. parser()Methods in feast.proto.core with parameters of type CoreServiceProto.UpdateFeatureSetStatusRequest Modifier and Type Method Description CoreServiceProto.UpdateFeatureSetStatusRequest.BuilderCoreServiceProto.UpdateFeatureSetStatusRequest.Builder. mergeFrom(CoreServiceProto.UpdateFeatureSetStatusRequest other)static CoreServiceProto.UpdateFeatureSetStatusRequest.BuilderCoreServiceProto.UpdateFeatureSetStatusRequest. newBuilder(CoreServiceProto.UpdateFeatureSetStatusRequest prototype)CoreServiceProto.UpdateFeatureSetStatusResponseCoreServiceGrpc.CoreServiceBlockingStub. updateFeatureSetStatus(CoreServiceProto.UpdateFeatureSetStatusRequest request)Internal API for Job Controller to update featureSet's status once responsible ingestion job is runningcom.google.common.util.concurrent.ListenableFuture<CoreServiceProto.UpdateFeatureSetStatusResponse>CoreServiceGrpc.CoreServiceFutureStub. updateFeatureSetStatus(CoreServiceProto.UpdateFeatureSetStatusRequest request)Internal API for Job Controller to update featureSet's status once responsible ingestion job is runningvoidCoreServiceGrpc.CoreServiceImplBase. updateFeatureSetStatus(CoreServiceProto.UpdateFeatureSetStatusRequest request, io.grpc.stub.StreamObserver<CoreServiceProto.UpdateFeatureSetStatusResponse> responseObserver)Internal API for Job Controller to update featureSet's status once responsible ingestion job is runningvoidCoreServiceGrpc.CoreServiceStub. updateFeatureSetStatus(CoreServiceProto.UpdateFeatureSetStatusRequest request, io.grpc.stub.StreamObserver<CoreServiceProto.UpdateFeatureSetStatusResponse> responseObserver)Internal API for Job Controller to update featureSet's status once responsible ingestion job is running
-