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

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

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

package com.salesforce.eventbus.protobuf;

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

  /**
   * 
   * Publish results
   * 
* * repeated .eventbus.v1.PublishResult results = 1; */ java.util.List getResultsList(); /** *
   * Publish results
   * 
* * repeated .eventbus.v1.PublishResult results = 1; */ com.salesforce.eventbus.protobuf.PublishResult getResults(int index); /** *
   * Publish results
   * 
* * repeated .eventbus.v1.PublishResult results = 1; */ int getResultsCount(); /** *
   * Publish results
   * 
* * repeated .eventbus.v1.PublishResult results = 1; */ java.util.List getResultsOrBuilderList(); /** *
   * Publish results
   * 
* * repeated .eventbus.v1.PublishResult results = 1; */ com.salesforce.eventbus.protobuf.PublishResultOrBuilder getResultsOrBuilder( int index); /** *
   * Schema fingerprint for this event, which is a hash of the schema
   * 
* * string schema_id = 2; * @return The schemaId. */ java.lang.String getSchemaId(); /** *
   * Schema fingerprint for this event, which is a hash of the schema
   * 
* * string schema_id = 2; * @return The bytes for schemaId. */ com.google.protobuf.ByteString getSchemaIdBytes(); /** *
   * RPC ID used to trace errors.
   * 
* * string rpc_id = 3; * @return The rpcId. */ java.lang.String getRpcId(); /** *
   * RPC ID used to trace errors.
   * 
* * string rpc_id = 3; * @return The bytes for rpcId. */ com.google.protobuf.ByteString getRpcIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy