Package io.dapr.v1
Interface DaprProtos.DeleteBulkStateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.DeleteBulkStateRequest
,DaprProtos.DeleteBulkStateRequest.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.DeleteBulkStateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetStates
(int index) The array of the state key values.int
The array of the state key values.The array of the state key values.getStatesOrBuilder
(int index) The array of the state key values.List<? extends CommonProtos.StateItemOrBuilder>
The array of the state key values.The name of state store.com.google.protobuf.ByteString
The name of state store.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStoreName
String getStoreName()The name of state store.
string store_name = 1;
- Returns:
- The storeName.
-
getStoreNameBytes
com.google.protobuf.ByteString getStoreNameBytes()The name of state store.
string store_name = 1;
- Returns:
- The bytes for storeName.
-
getStatesList
List<CommonProtos.StateItem> getStatesList()The array of the state key values.
repeated .dapr.proto.common.v1.StateItem states = 2;
-
getStates
The array of the state key values.
repeated .dapr.proto.common.v1.StateItem states = 2;
-
getStatesCount
int getStatesCount()The array of the state key values.
repeated .dapr.proto.common.v1.StateItem states = 2;
-
getStatesOrBuilderList
List<? extends CommonProtos.StateItemOrBuilder> getStatesOrBuilderList()The array of the state key values.
repeated .dapr.proto.common.v1.StateItem states = 2;
-
getStatesOrBuilder
The array of the state key values.
repeated .dapr.proto.common.v1.StateItem states = 2;
-