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

org.apache.bookkeeper.stream.proto.NamespaceConfigurationOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: stream.proto

package org.apache.bookkeeper.stream.proto;

public interface NamespaceConfigurationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:bookkeeper.proto.stream.NamespaceConfiguration)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .bookkeeper.proto.stream.StreamConfiguration default_stream_conf = 1;
   * @return Whether the defaultStreamConf field is set.
   */
  boolean hasDefaultStreamConf();
  /**
   * .bookkeeper.proto.stream.StreamConfiguration default_stream_conf = 1;
   * @return The defaultStreamConf.
   */
  org.apache.bookkeeper.stream.proto.StreamConfiguration getDefaultStreamConf();
  /**
   * .bookkeeper.proto.stream.StreamConfiguration default_stream_conf = 1;
   */
  org.apache.bookkeeper.stream.proto.StreamConfigurationOrBuilder getDefaultStreamConfOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy