Package io.dapr
Interface DaprClientProtos.BindingResponseEnvelopeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprClientProtos.BindingResponseEnvelope,DaprClientProtos.BindingResponseEnvelope.Builder
- Enclosing class:
- DaprClientProtos
public static interface DaprClientProtos.BindingResponseEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.StringgetConcurrency()string concurrency = 4;com.google.protobuf.ByteStringgetConcurrencyBytes()string concurrency = 4;com.google.protobuf.AnygetData().google.protobuf.Any data = 1;com.google.protobuf.AnyOrBuildergetDataOrBuilder().google.protobuf.Any data = 1;DaprClientProtos.StategetState(int index)repeated .daprclient.State state = 3;intgetStateCount()repeated .daprclient.State state = 3;java.util.List<DaprClientProtos.State>getStateList()repeated .daprclient.State state = 3;DaprClientProtos.StateOrBuildergetStateOrBuilder(int index)repeated .daprclient.State state = 3;java.util.List<? extends DaprClientProtos.StateOrBuilder>getStateOrBuilderList()repeated .daprclient.State state = 3;java.lang.StringgetTo(int index)repeated string to = 2;com.google.protobuf.ByteStringgetToBytes(int index)repeated string to = 2;intgetToCount()repeated string to = 2;java.util.List<java.lang.String>getToList()repeated string to = 2;booleanhasData().google.protobuf.Any data = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasData
boolean hasData().google.protobuf.Any data = 1;- Returns:
- Whether the data field is set.
-
getData
com.google.protobuf.Any getData().google.protobuf.Any data = 1;- Returns:
- The data.
-
getDataOrBuilder
com.google.protobuf.AnyOrBuilder getDataOrBuilder().google.protobuf.Any data = 1; -
getToList
java.util.List<java.lang.String> getToList()repeated string to = 2;- Returns:
- A list containing the to.
-
getToCount
int getToCount()repeated string to = 2;- Returns:
- The count of to.
-
getTo
java.lang.String getTo(int index)repeated string to = 2;- Parameters:
index- The index of the element to return.- Returns:
- The to at the given index.
-
getToBytes
com.google.protobuf.ByteString getToBytes(int index)repeated string to = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the to at the given index.
-
getStateList
java.util.List<DaprClientProtos.State> getStateList()repeated .daprclient.State state = 3; -
getState
repeated .daprclient.State state = 3; -
getStateCount
int getStateCount()repeated .daprclient.State state = 3; -
getStateOrBuilderList
java.util.List<? extends DaprClientProtos.StateOrBuilder> getStateOrBuilderList()repeated .daprclient.State state = 3; -
getStateOrBuilder
repeated .daprclient.State state = 3; -
getConcurrency
java.lang.String getConcurrency()string concurrency = 4;- Returns:
- The concurrency.
-
getConcurrencyBytes
com.google.protobuf.ByteString getConcurrencyBytes()string concurrency = 4;- Returns:
- The bytes for concurrency.
-