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

io.envoyproxy.envoy.config.cluster.v3.ClusterCollectionOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/cluster/v3/cluster.proto

package io.envoyproxy.envoy.config.cluster.v3;

public interface ClusterCollectionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.cluster.v3.ClusterCollection)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .xds.core.v3.CollectionEntry entries = 1;
   * @return Whether the entries field is set.
   */
  boolean hasEntries();
  /**
   * .xds.core.v3.CollectionEntry entries = 1;
   * @return The entries.
   */
  com.github.xds.core.v3.CollectionEntry getEntries();
  /**
   * .xds.core.v3.CollectionEntry entries = 1;
   */
  com.github.xds.core.v3.CollectionEntryOrBuilder getEntriesOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy