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

xyz.block.ftl.schema.v1.TopicRuntimeOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/schema/v1/schema.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.schema.v1;

public interface TopicRuntimeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.schema.v1.TopicRuntime)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string kafka_brokers = 1;
   * @return A list containing the kafkaBrokers.
   */
  java.util.List
      getKafkaBrokersList();
  /**
   * repeated string kafka_brokers = 1;
   * @return The count of kafkaBrokers.
   */
  int getKafkaBrokersCount();
  /**
   * repeated string kafka_brokers = 1;
   * @param index The index of the element to return.
   * @return The kafkaBrokers at the given index.
   */
  java.lang.String getKafkaBrokers(int index);
  /**
   * repeated string kafka_brokers = 1;
   * @param index The index of the value to return.
   * @return The bytes of the kafkaBrokers at the given index.
   */
  com.google.protobuf.ByteString
      getKafkaBrokersBytes(int index);

  /**
   * string topic_id = 2;
   * @return The topicId.
   */
  java.lang.String getTopicId();
  /**
   * string topic_id = 2;
   * @return The bytes for topicId.
   */
  com.google.protobuf.ByteString
      getTopicIdBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy