com.salesforce.eventbus.protobuf.SchemaInfoOrBuilder Maven / Gradle / Ivy
// 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