Interface ScopedRdsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ConfigSource getScopedRdsConfigSource()
      Configuration source specifier for scoped RDS.
      ConfigSourceOrBuilder getScopedRdsConfigSourceOrBuilder()
      Configuration source specifier for scoped RDS.
      boolean hasScopedRdsConfigSource()
      Configuration source specifier for scoped RDS.
      • 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 Detail

      • hasScopedRdsConfigSource

        boolean hasScopedRdsConfigSource()
         Configuration source specifier for scoped RDS.
         
        .envoy.api.v2.core.ConfigSource scoped_rds_config_source = 1 [(.validate.rules) = { ... }
        Returns:
        Whether the scopedRdsConfigSource field is set.
      • getScopedRdsConfigSource

        ConfigSource getScopedRdsConfigSource()
         Configuration source specifier for scoped RDS.
         
        .envoy.api.v2.core.ConfigSource scoped_rds_config_source = 1 [(.validate.rules) = { ... }
        Returns:
        The scopedRdsConfigSource.
      • getScopedRdsConfigSourceOrBuilder

        ConfigSourceOrBuilder getScopedRdsConfigSourceOrBuilder()
         Configuration source specifier for scoped RDS.
         
        .envoy.api.v2.core.ConfigSource scoped_rds_config_source = 1 [(.validate.rules) = { ... }