Package feast.proto.core
Interface CoreServiceProto.UpdateStoreResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.UpdateStoreResponse,CoreServiceProto.UpdateStoreResponse.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.UpdateStoreResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoreServiceProto.UpdateStoreResponse.StatusgetStatus().feast.core.UpdateStoreResponse.Status status = 2;intgetStatusValue().feast.core.UpdateStoreResponse.Status status = 2;StoreProto.StoregetStore().feast.core.Store store = 1;StoreProto.StoreOrBuildergetStoreOrBuilder().feast.core.Store store = 1;booleanhasStore().feast.core.Store store = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStore
boolean hasStore()
.feast.core.Store store = 1;- Returns:
- Whether the store field is set.
-
getStore
StoreProto.Store getStore()
.feast.core.Store store = 1;- Returns:
- The store.
-
getStoreOrBuilder
StoreProto.StoreOrBuilder getStoreOrBuilder()
.feast.core.Store store = 1;
-
getStatusValue
int getStatusValue()
.feast.core.UpdateStoreResponse.Status status = 2;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
CoreServiceProto.UpdateStoreResponse.Status getStatus()
.feast.core.UpdateStoreResponse.Status status = 2;- Returns:
- The status.
-
-