Package io.dapr.v1

Interface CommonProtos.HTTPExtensionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getQuerystring()
      Optional.
      com.google.protobuf.ByteString getQuerystringBytes()
      Optional.
      CommonProtos.HTTPExtension.Verb getVerb()
      Required.
      int getVerbValue()
      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 Detail

      • getVerbValue

        int getVerbValue()
         Required. HTTP verb.
         
        .dapr.proto.common.v1.HTTPExtension.Verb verb = 1;
        Returns:
        The enum numeric value on the wire for verb.
      • getQuerystring

        String getQuerystring()
         Optional. querystring represents an encoded HTTP url query string in the following format: name=value&name2=value2
         
        string querystring = 2;
        Returns:
        The querystring.
      • getQuerystringBytes

        com.google.protobuf.ByteString getQuerystringBytes()
         Optional. querystring represents an encoded HTTP url query string in the following format: name=value&name2=value2
         
        string querystring = 2;
        Returns:
        The bytes for querystring.