static IngestionJobProto.IngestionJobStatus |
IngestionJobProto.IngestionJobStatus.forNumber(int value) |
|
IngestionJobProto.IngestionJobStatus |
IngestionJobProto.IngestionJob.Builder.getStatus() |
.feast.core.IngestionJobStatus status = 3;
|
IngestionJobProto.IngestionJobStatus |
IngestionJobProto.IngestionJob.getStatus() |
.feast.core.IngestionJobStatus status = 3;
|
IngestionJobProto.IngestionJobStatus |
IngestionJobProto.IngestionJobOrBuilder.getStatus() |
.feast.core.IngestionJobStatus status = 3;
|
static IngestionJobProto.IngestionJobStatus |
IngestionJobProto.IngestionJobStatus.valueOf(int value) |
Deprecated.
|
static IngestionJobProto.IngestionJobStatus |
IngestionJobProto.IngestionJobStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static IngestionJobProto.IngestionJobStatus |
IngestionJobProto.IngestionJobStatus.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IngestionJobProto.IngestionJobStatus[] |
IngestionJobProto.IngestionJobStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|