Interface ScopedRoutesConfigDump.DynamicScopedRouteConfigsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ScopedRoutesConfigDump.DynamicScopedRouteConfigs, ScopedRoutesConfigDump.DynamicScopedRouteConfigs.Builder
Enclosing class:
ScopedRoutesConfigDump

public static interface ScopedRoutesConfigDump.DynamicScopedRouteConfigsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The client status of this resource.
    int
    The client status of this resource.
    Set if the last update failed, cleared after the next successful update.
    Set if the last update failed, cleared after the next successful update.
    com.google.protobuf.Timestamp
    The timestamp when the scoped route config set was last updated.
    com.google.protobuf.TimestampOrBuilder
    The timestamp when the scoped route config set was last updated.
    The name assigned to the scoped route configurations.
    com.google.protobuf.ByteString
    The name assigned to the scoped route configurations.
    com.google.protobuf.Any
    The scoped route configurations.
    int
    The scoped route configurations.
    List<com.google.protobuf.Any>
    The scoped route configurations.
    com.google.protobuf.AnyOrBuilder
    The scoped route configurations.
    List<? extends com.google.protobuf.AnyOrBuilder>
    The scoped route configurations.
    This is the per-resource version information.
    com.google.protobuf.ByteString
    This is the per-resource version information.
    boolean
    Set if the last update failed, cleared after the next successful update.
    boolean
    The timestamp when the scoped route config set was last updated.

    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 assigned to the scoped route configurations.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The name assigned to the scoped route configurations.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getVersionInfo

      String getVersionInfo()
       This is the per-resource version information. This version is currently taken from the
       :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>` field at the time that
       the scoped routes configuration was loaded.
       
      string version_info = 2;
      Returns:
      The versionInfo.
    • getVersionInfoBytes

      com.google.protobuf.ByteString getVersionInfoBytes()
       This is the per-resource version information. This version is currently taken from the
       :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>` field at the time that
       the scoped routes configuration was loaded.
       
      string version_info = 2;
      Returns:
      The bytes for versionInfo.
    • getScopedRouteConfigsList

      List<com.google.protobuf.Any> getScopedRouteConfigsList()
       The scoped route configurations.
       
      repeated .google.protobuf.Any scoped_route_configs = 3;
    • getScopedRouteConfigs

      com.google.protobuf.Any getScopedRouteConfigs(int index)
       The scoped route configurations.
       
      repeated .google.protobuf.Any scoped_route_configs = 3;
    • getScopedRouteConfigsCount

      int getScopedRouteConfigsCount()
       The scoped route configurations.
       
      repeated .google.protobuf.Any scoped_route_configs = 3;
    • getScopedRouteConfigsOrBuilderList

      List<? extends com.google.protobuf.AnyOrBuilder> getScopedRouteConfigsOrBuilderList()
       The scoped route configurations.
       
      repeated .google.protobuf.Any scoped_route_configs = 3;
    • getScopedRouteConfigsOrBuilder

      com.google.protobuf.AnyOrBuilder getScopedRouteConfigsOrBuilder(int index)
       The scoped route configurations.
       
      repeated .google.protobuf.Any scoped_route_configs = 3;
    • hasLastUpdated

      boolean hasLastUpdated()
       The timestamp when the scoped route config set was last updated.
       
      .google.protobuf.Timestamp last_updated = 4;
      Returns:
      Whether the lastUpdated field is set.
    • getLastUpdated

      com.google.protobuf.Timestamp getLastUpdated()
       The timestamp when the scoped route config set was last updated.
       
      .google.protobuf.Timestamp last_updated = 4;
      Returns:
      The lastUpdated.
    • getLastUpdatedOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
       The timestamp when the scoped route config set was last updated.
       
      .google.protobuf.Timestamp last_updated = 4;
    • hasErrorState

      boolean hasErrorState()
       Set if the last update failed, cleared after the next successful update.
       The ``error_state`` field contains the rejected version of this particular
       resource along with the reason and timestamp. For successfully updated or
       acknowledged resource, this field should be empty.
       [#not-implemented-hide:]
       
      .envoy.admin.v3.UpdateFailureState error_state = 5;
      Returns:
      Whether the errorState field is set.
    • getErrorState

      UpdateFailureState getErrorState()
       Set if the last update failed, cleared after the next successful update.
       The ``error_state`` field contains the rejected version of this particular
       resource along with the reason and timestamp. For successfully updated or
       acknowledged resource, this field should be empty.
       [#not-implemented-hide:]
       
      .envoy.admin.v3.UpdateFailureState error_state = 5;
      Returns:
      The errorState.
    • getErrorStateOrBuilder

      UpdateFailureStateOrBuilder getErrorStateOrBuilder()
       Set if the last update failed, cleared after the next successful update.
       The ``error_state`` field contains the rejected version of this particular
       resource along with the reason and timestamp. For successfully updated or
       acknowledged resource, this field should be empty.
       [#not-implemented-hide:]
       
      .envoy.admin.v3.UpdateFailureState error_state = 5;
    • getClientStatusValue

      int getClientStatusValue()
       The client status of this resource.
       [#not-implemented-hide:]
       
      .envoy.admin.v3.ClientResourceStatus client_status = 6;
      Returns:
      The enum numeric value on the wire for clientStatus.
    • getClientStatus

      ClientResourceStatus getClientStatus()
       The client status of this resource.
       [#not-implemented-hide:]
       
      .envoy.admin.v3.ClientResourceStatus client_status = 6;
      Returns:
      The clientStatus.