public static interface DaprClientProtos.BindingResponseEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
List<DaprClientProtos.State> |
getStateList()
repeated .daprclient.State state = 3; |
DaprClientProtos.StateOrBuilder |
getStateOrBuilder(int index)
repeated .daprclient.State state = 3; |
List<? extends DaprClientProtos.StateOrBuilder> |
getStateOrBuilderList()
repeated .daprclient.State state = 3; |
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; |
List<String> |
getToList()
repeated string to = 2; |
boolean |
hasData()
.google.protobuf.Any data = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasData()
.google.protobuf.Any data = 1;
com.google.protobuf.Any getData()
.google.protobuf.Any data = 1;
com.google.protobuf.AnyOrBuilder getDataOrBuilder()
.google.protobuf.Any data = 1;
int getToCount()
repeated string to = 2;
String getTo(int index)
repeated string to = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getToBytes(int index)
repeated string to = 2;
index
- The index of the value to return.List<DaprClientProtos.State> getStateList()
repeated .daprclient.State state = 3;
DaprClientProtos.State getState(int index)
repeated .daprclient.State state = 3;
int getStateCount()
repeated .daprclient.State state = 3;
List<? extends DaprClientProtos.StateOrBuilder> getStateOrBuilderList()
repeated .daprclient.State state = 3;
DaprClientProtos.StateOrBuilder getStateOrBuilder(int index)
repeated .daprclient.State state = 3;
String getConcurrency()
string concurrency = 4;
com.google.protobuf.ByteString getConcurrencyBytes()
string concurrency = 4;
Copyright © 2020. All rights reserved.