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.String
getConcurrency()
string concurrency = 4;
com.google.protobuf.ByteString
getConcurrencyBytes()
string concurrency = 4;
com.google.protobuf.Any
getData()
.google.protobuf.Any data = 1;
com.google.protobuf.AnyOrBuilder
getDataOrBuilder()
.google.protobuf.Any data = 1;
DaprClientProtos.State
getState(int index)
repeated .daprclient.State state = 3;
int
getStateCount()
repeated .daprclient.State state = 3;
java.util.List<DaprClientProtos.State>
getStateList()
repeated .daprclient.State state = 3;
DaprClientProtos.StateOrBuilder
getStateOrBuilder(int index)
repeated .daprclient.State state = 3;
java.util.List<? extends DaprClientProtos.StateOrBuilder>
getStateOrBuilderList()
repeated .daprclient.State state = 3;
java.lang.String
getTo(int index)
repeated string to = 2;
com.google.protobuf.ByteString
getToBytes(int index)
repeated string to = 2;
int
getToCount()
repeated string to = 2;
java.util.List<java.lang.String>
getToList()
repeated string to = 2;
boolean
hasData()
.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.
-