Interface ScopedRoutesConfigDump.InlineScopedRouteConfigsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getLastUpdated()
      The timestamp when the scoped route config set was last updated.
      com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
      The timestamp when the scoped route config set was last updated.
      java.lang.String getName()
      The name assigned to the scoped route configurations.
      com.google.protobuf.ByteString getNameBytes()
      The name assigned to the scoped route configurations.
      com.google.protobuf.Any getScopedRouteConfigs​(int index)
      The scoped route configurations.
      int getScopedRouteConfigsCount()
      The scoped route configurations.
      java.util.List<com.google.protobuf.Any> getScopedRouteConfigsList()
      The scoped route configurations.
      com.google.protobuf.AnyOrBuilder getScopedRouteConfigsOrBuilder​(int index)
      The scoped route configurations.
      java.util.List<? extends com.google.protobuf.AnyOrBuilder> getScopedRouteConfigsOrBuilderList()
      The scoped route configurations.
      boolean hasLastUpdated()
      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 Detail

      • getName

        java.lang.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.
      • getScopedRouteConfigsList

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

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

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

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

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

        boolean hasLastUpdated()
         The timestamp when the scoped route config set was last updated.
         
        .google.protobuf.Timestamp last_updated = 3;
        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 = 3;
        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 = 3;