Package io.dapr.v1
Interface DaprAppCallbackProtos.BindingEventRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprAppCallbackProtos.BindingEventRequest
,DaprAppCallbackProtos.BindingEventRequest.Builder
- Enclosing class:
- DaprAppCallbackProtos
public static interface DaprAppCallbackProtos.BindingEventRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetadata
(String key) The metadata set by the input binging components.com.google.protobuf.ByteString
getData()
Required.Deprecated.int
The metadata set by the input binging components.The metadata set by the input binging components.getMetadataOrDefault
(String key, String defaultValue) The metadata set by the input binging components.getMetadataOrThrow
(String key) The metadata set by the input binging components.getName()
Required.com.google.protobuf.ByteString
Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()Required. The name of the input binding component.
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Required. The name of the input binding component.
string name = 1;
- Returns:
- The bytes for name.
-
getData
com.google.protobuf.ByteString getData()Required. The payload that the input bindings sent
bytes data = 2;
- Returns:
- The data.
-
getMetadataCount
int getMetadataCount()The metadata set by the input binging components.
map<string, string> metadata = 3;
-
containsMetadata
The metadata set by the input binging components.
map<string, string> metadata = 3;
-
getMetadata
Deprecated.UsegetMetadataMap()
instead. -
getMetadataMap
The metadata set by the input binging components.
map<string, string> metadata = 3;
-
getMetadataOrDefault
The metadata set by the input binging components.
map<string, string> metadata = 3;
-
getMetadataOrThrow
The metadata set by the input binging components.
map<string, string> metadata = 3;
-