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 Type Method Description
    boolean containsMetadata​(String key)
    The metadata returned from an external system
    com.google.protobuf.ByteString getData()
    The data which will be sent to output binding.
    Map<String,​String> getMetadata()
    Deprecated.
    int getMetadataCount()
    The metadata returned from an external system
    Map<String,​String> getMetadataMap()
    The metadata returned from an external system
    String getMetadataOrDefault​(String key, String defaultValue)
    The metadata returned from an external system
    String getMetadataOrThrow​(String key)
    The metadata returned from an external system

    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