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

com.salesforce.eventbus.protobuf.SchemaRequestOrBuilder 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 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