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

io.envoyproxy.envoy.service.discovery.v2.LocalityEndpointsOrBuilder 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/service/discovery/v2/hds.proto

package io.envoyproxy.envoy.service.discovery.v2;

public interface LocalityEndpointsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.discovery.v2.LocalityEndpoints)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .envoy.api.v2.core.Locality locality = 1;
   * @return Whether the locality field is set.
   */
  boolean hasLocality();
  /**
   * .envoy.api.v2.core.Locality locality = 1;
   * @return The locality.
   */
  io.envoyproxy.envoy.api.v2.core.Locality getLocality();
  /**
   * .envoy.api.v2.core.Locality locality = 1;
   */
  io.envoyproxy.envoy.api.v2.core.LocalityOrBuilder getLocalityOrBuilder();

  /**
   * repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
   */
  java.util.List 
      getEndpointsList();
  /**
   * repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
   */
  io.envoyproxy.envoy.api.v2.endpoint.Endpoint getEndpoints(int index);
  /**
   * repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
   */
  int getEndpointsCount();
  /**
   * repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
   */
  java.util.List 
      getEndpointsOrBuilderList();
  /**
   * repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
   */
  io.envoyproxy.envoy.api.v2.endpoint.EndpointOrBuilder getEndpointsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy