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

com.salesforce.eventbus.protobuf.ErrorOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.8.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: pubsub_api.proto

package com.salesforce.eventbus.protobuf;

public interface ErrorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:eventbus.v1.Error)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Error code
   * 
* * .eventbus.v1.ErrorCode code = 1; * @return The enum numeric value on the wire for code. */ int getCodeValue(); /** *
   * Error code
   * 
* * .eventbus.v1.ErrorCode code = 1; * @return The code. */ com.salesforce.eventbus.protobuf.ErrorCode getCode(); /** *
   * Error message
   * 
* * string msg = 2; * @return The msg. */ java.lang.String getMsg(); /** *
   * Error message
   * 
* * string msg = 2; * @return The bytes for msg. */ com.google.protobuf.ByteString getMsgBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy