All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pipservices4.grpc.commandable.InvokeReplyOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: commandable.proto

package org.pipservices4.grpc.commandable;

public interface InvokeReplyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:commandable.InvokeReply)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .commandable.ErrorDescription error = 1;
   */
  boolean hasError();
  /**
   * .commandable.ErrorDescription error = 1;
   */
  org.pipservices4.grpc.commandable.ErrorDescription getError();
  /**
   * .commandable.ErrorDescription error = 1;
   */
  org.pipservices4.grpc.commandable.ErrorDescriptionOrBuilder getErrorOrBuilder();

  /**
   * bool result_empty = 2;
   */
  boolean getResultEmpty();

  /**
   * string result_json = 3;
   */
  java.lang.String getResultJson();
  /**
   * string result_json = 3;
   */
  com.google.protobuf.ByteString
      getResultJsonBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy