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

io.envoyproxy.envoy.service.discovery.v3.ResourceNameOrBuilder 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/v3/discovery.proto

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

public interface ResourceNameOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.discovery.v3.ResourceName)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the resource.
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * The name of the resource.
   * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Dynamic parameter constraints associated with this resource. To be used by client-side caches
   * (including xDS proxies) when matching subscribed resource locators.
   * 
* * .envoy.service.discovery.v3.DynamicParameterConstraints dynamic_parameter_constraints = 2; * @return Whether the dynamicParameterConstraints field is set. */ boolean hasDynamicParameterConstraints(); /** *
   * Dynamic parameter constraints associated with this resource. To be used by client-side caches
   * (including xDS proxies) when matching subscribed resource locators.
   * 
* * .envoy.service.discovery.v3.DynamicParameterConstraints dynamic_parameter_constraints = 2; * @return The dynamicParameterConstraints. */ io.envoyproxy.envoy.service.discovery.v3.DynamicParameterConstraints getDynamicParameterConstraints(); /** *
   * Dynamic parameter constraints associated with this resource. To be used by client-side caches
   * (including xDS proxies) when matching subscribed resource locators.
   * 
* * .envoy.service.discovery.v3.DynamicParameterConstraints dynamic_parameter_constraints = 2; */ io.envoyproxy.envoy.service.discovery.v3.DynamicParameterConstraintsOrBuilder getDynamicParameterConstraintsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy