Interface ResourceNameOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ResourceName, ResourceName.Builder

public interface ResourceNameOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Dynamic parameter constraints associated with this resource.
    Dynamic parameter constraints associated with this resource.
    The name of the resource.
    com.google.protobuf.ByteString
    The name of the resource.
    boolean
    Dynamic parameter constraints associated with this resource.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
       The name of the resource.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The name of the resource.
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasDynamicParameterConstraints

      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;
      Returns:
      Whether the dynamicParameterConstraints field is set.
    • getDynamicParameterConstraints

      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;
      Returns:
      The dynamicParameterConstraints.
    • getDynamicParameterConstraintsOrBuilder

      DynamicParameterConstraintsOrBuilder getDynamicParameterConstraintsOrBuilder()
       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;