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

com.salesforce.eventbus.protobuf.SchemaInfoOrBuilder 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 SchemaInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:eventbus.v1.SchemaInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Avro schema in JSON format
   * 
* * string schema_json = 1; * @return The schemaJson. */ java.lang.String getSchemaJson(); /** *
   * Avro schema in JSON format
   * 
* * string schema_json = 1; * @return The bytes for schemaJson. */ com.google.protobuf.ByteString getSchemaJsonBytes(); /** *
   * Schema fingerprint
   * 
* * string schema_id = 2; * @return The schemaId. */ java.lang.String getSchemaId(); /** *
   * Schema fingerprint
   * 
* * 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