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 TypeMethodDescriptionio.envoyproxy.envoy.config.route.v3.RouteConfigurationgetRoute()The route's `name` field is used to identify the route to update.io.envoyproxy.envoy.config.route.v3.RouteConfigurationOrBuilderThe route's `name` field is used to identify the route to update.booleanhasRoute()The route's `name` field is used to identify the route to update.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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];
-