public static interface DaprClientProtos.GetBindingsSubscriptionsEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
List<String> |
getBindingsList()
repeated string bindings = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getBindingsList()
repeated string bindings = 1;
int getBindingsCount()
repeated string bindings = 1;
String getBindings(int index)
repeated string bindings = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getBindingsBytes(int index)
repeated string bindings = 1;
index
- The index of the value to return.Copyright © 2020. All rights reserved.