Package io.dapr.v1
Interface DaprProtos.InvokeBindingResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.InvokeBindingResponse
,DaprProtos.InvokeBindingResponse.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.InvokeBindingResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetadata
(String key) The metadata returned from an external systemcom.google.protobuf.ByteString
getData()
The data which will be sent to output binding.Deprecated.int
The metadata returned from an external systemThe metadata returned from an external systemgetMetadataOrDefault
(String key, String defaultValue) The metadata returned from an external systemgetMetadataOrThrow
(String key) The metadata returned from an external systemMethods 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
-
getData
com.google.protobuf.ByteString getData()The data which will be sent to output binding.
bytes data = 1;
- Returns:
- The data.
-
getMetadataCount
int getMetadataCount()The metadata returned from an external system
map<string, string> metadata = 2;
-
containsMetadata
The metadata returned from an external system
map<string, string> metadata = 2;
-
getMetadata
Deprecated.UsegetMetadataMap()
instead. -
getMetadataMap
The metadata returned from an external system
map<string, string> metadata = 2;
-
getMetadataOrDefault
The metadata returned from an external system
map<string, string> metadata = 2;
-
getMetadataOrThrow
The metadata returned from an external system
map<string, string> metadata = 2;
-