Package io.dapr
Interface DaprClientProtos.GetBindingsSubscriptionsEnvelopeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprClientProtos.GetBindingsSubscriptionsEnvelope
,DaprClientProtos.GetBindingsSubscriptionsEnvelope.Builder
- Enclosing class:
- DaprClientProtos
public static interface DaprClientProtos.GetBindingsSubscriptionsEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.String
getBindings(int index)
repeated string bindings = 1;
com.google.protobuf.ByteString
getBindingsBytes(int index)
repeated string bindings = 1;
int
getBindingsCount()
repeated string bindings = 1;
java.util.List<java.lang.String>
getBindingsList()
repeated string bindings = 1;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBindingsList
java.util.List<java.lang.String> getBindingsList()repeated string bindings = 1;
- Returns:
- A list containing the bindings.
-
getBindingsCount
int getBindingsCount()repeated string bindings = 1;
- Returns:
- The count of bindings.
-
getBindings
java.lang.String getBindings(int index)repeated string bindings = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The bindings at the given index.
-
getBindingsBytes
com.google.protobuf.ByteString getBindingsBytes(int index)repeated string bindings = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the bindings at the given index.
-