com.salesforce.eventbus.protobuf.SchemaRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: pubsub_api.proto
package com.salesforce.eventbus.protobuf;
public interface SchemaRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:eventbus.v1.SchemaRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Schema fingerprint for this event, which is a hash of the schema.
*
*
* string schema_id = 1;
* @return The schemaId.
*/
java.lang.String getSchemaId();
/**
*
* Schema fingerprint for this event, which is a hash of the schema.
*
*
* string schema_id = 1;
* @return The bytes for schemaId.
*/
com.google.protobuf.ByteString
getSchemaIdBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy