Interface UpdateRouteRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    io.envoyproxy.envoy.config.route.v3.RouteConfiguration
    The route's `name` field is used to identify the route to update.
    io.envoyproxy.envoy.config.route.v3.RouteConfigurationOrBuilder
    The route's `name` field is used to identify the route to update.
    boolean
    The route's `name` field is used to identify the route to update.

    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

    • hasRoute

      boolean hasRoute()
      The route's `name` field is used to identify the route to update.
      Format: groups/{group}/routes/{route}
      
      .envoy.config.route.v3.RouteConfiguration route = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the route field is set.
    • getRoute

      io.envoyproxy.envoy.config.route.v3.RouteConfiguration getRoute()
      The route's `name` field is used to identify the route to update.
      Format: groups/{group}/routes/{route}
      
      .envoy.config.route.v3.RouteConfiguration route = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The route.
    • getRouteOrBuilder

      io.envoyproxy.envoy.config.route.v3.RouteConfigurationOrBuilder getRouteOrBuilder()
      The route's `name` field is used to identify the route to update.
      Format: groups/{group}/routes/{route}
      
      .envoy.config.route.v3.RouteConfiguration route = 1 [(.google.api.field_behavior) = REQUIRED];