public static final class RouteConfiguration.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder> implements RouteConfigurationOrBuilder
[#next-free-field: 6]Protobuf type
envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration| Modifier and Type | Method and Description |
|---|---|
RouteConfiguration.Builder |
addAllRoutes(Iterable<? extends Route> values)
The list of routes that will be matched, in order, against incoming requests.
|
RouteConfiguration.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RouteConfiguration.Builder |
addRoutes(int index,
Route.Builder builderForValue)
The list of routes that will be matched, in order, against incoming requests.
|
RouteConfiguration.Builder |
addRoutes(int index,
Route value)
The list of routes that will be matched, in order, against incoming requests.
|
RouteConfiguration.Builder |
addRoutes(Route.Builder builderForValue)
The list of routes that will be matched, in order, against incoming requests.
|
RouteConfiguration.Builder |
addRoutes(Route value)
The list of routes that will be matched, in order, against incoming requests.
|
Route.Builder |
addRoutesBuilder()
The list of routes that will be matched, in order, against incoming requests.
|
Route.Builder |
addRoutesBuilder(int index)
The list of routes that will be matched, in order, against incoming requests.
|
RouteConfiguration |
build() |
RouteConfiguration |
buildPartial() |
RouteConfiguration.Builder |
clear() |
RouteConfiguration.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RouteConfiguration.Builder |
clearGroup()
Which group does the interface belong to.
|
RouteConfiguration.Builder |
clearInterface()
The interface name of the service.
|
RouteConfiguration.Builder |
clearName()
The name of the route configuration.
|
RouteConfiguration.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RouteConfiguration.Builder |
clearRoutes()
The list of routes that will be matched, in order, against incoming requests.
|
RouteConfiguration.Builder |
clearVersion()
The version number of the interface.
|
RouteConfiguration.Builder |
clone() |
RouteConfiguration |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getGroup()
Which group does the interface belong to.
|
com.google.protobuf.ByteString |
getGroupBytes()
Which group does the interface belong to.
|
String |
getInterface()
The interface name of the service.
|
com.google.protobuf.ByteString |
getInterfaceBytes()
The interface name of the service.
|
String |
getName()
The name of the route configuration.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the route configuration.
|
Route |
getRoutes(int index)
The list of routes that will be matched, in order, against incoming requests.
|
Route.Builder |
getRoutesBuilder(int index)
The list of routes that will be matched, in order, against incoming requests.
|
List<Route.Builder> |
getRoutesBuilderList()
The list of routes that will be matched, in order, against incoming requests.
|
int |
getRoutesCount()
The list of routes that will be matched, in order, against incoming requests.
|
List<Route> |
getRoutesList()
The list of routes that will be matched, in order, against incoming requests.
|
RouteOrBuilder |
getRoutesOrBuilder(int index)
The list of routes that will be matched, in order, against incoming requests.
|
List<? extends RouteOrBuilder> |
getRoutesOrBuilderList()
The list of routes that will be matched, in order, against incoming requests.
|
String |
getVersion()
The version number of the interface.
|
com.google.protobuf.ByteString |
getVersionBytes()
The version number of the interface.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RouteConfiguration.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RouteConfiguration.Builder |
mergeFrom(com.google.protobuf.Message other) |
RouteConfiguration.Builder |
mergeFrom(RouteConfiguration other) |
RouteConfiguration.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RouteConfiguration.Builder |
removeRoutes(int index)
The list of routes that will be matched, in order, against incoming requests.
|
RouteConfiguration.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RouteConfiguration.Builder |
setGroup(String value)
Which group does the interface belong to.
|
RouteConfiguration.Builder |
setGroupBytes(com.google.protobuf.ByteString value)
Which group does the interface belong to.
|
RouteConfiguration.Builder |
setInterface(String value)
The interface name of the service.
|
RouteConfiguration.Builder |
setInterfaceBytes(com.google.protobuf.ByteString value)
The interface name of the service.
|
RouteConfiguration.Builder |
setName(String value)
The name of the route configuration.
|
RouteConfiguration.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name of the route configuration.
|
RouteConfiguration.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RouteConfiguration.Builder |
setRoutes(int index,
Route.Builder builderForValue)
The list of routes that will be matched, in order, against incoming requests.
|
RouteConfiguration.Builder |
setRoutes(int index,
Route value)
The list of routes that will be matched, in order, against incoming requests.
|
RouteConfiguration.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RouteConfiguration.Builder |
setVersion(String value)
The version number of the interface.
|
RouteConfiguration.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
The version number of the interface.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public RouteConfiguration.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public RouteConfiguration getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RouteConfiguration build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RouteConfiguration buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RouteConfiguration.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public RouteConfiguration.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public RouteConfiguration.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public RouteConfiguration.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public RouteConfiguration.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public RouteConfiguration.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public RouteConfiguration.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RouteConfiguration.Builder>public RouteConfiguration.Builder mergeFrom(RouteConfiguration other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public RouteConfiguration.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RouteConfiguration.Builder>IOExceptionpublic String getName()
The name of the route configuration. Reserved for future use in asynchronous route discovery.
string name = 1;getName in interface RouteConfigurationOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the route configuration. Reserved for future use in asynchronous route discovery.
string name = 1;getNameBytes in interface RouteConfigurationOrBuilderpublic RouteConfiguration.Builder setName(String value)
The name of the route configuration. Reserved for future use in asynchronous route discovery.
string name = 1;public RouteConfiguration.Builder clearName()
The name of the route configuration. Reserved for future use in asynchronous route discovery.
string name = 1;public RouteConfiguration.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the route configuration. Reserved for future use in asynchronous route discovery.
string name = 1;public String getInterface()
The interface name of the service.
string interface = 2;getInterface in interface RouteConfigurationOrBuilderpublic com.google.protobuf.ByteString getInterfaceBytes()
The interface name of the service.
string interface = 2;getInterfaceBytes in interface RouteConfigurationOrBuilderpublic RouteConfiguration.Builder setInterface(String value)
The interface name of the service.
string interface = 2;public RouteConfiguration.Builder clearInterface()
The interface name of the service.
string interface = 2;public RouteConfiguration.Builder setInterfaceBytes(com.google.protobuf.ByteString value)
The interface name of the service.
string interface = 2;public String getGroup()
Which group does the interface belong to.
string group = 3;getGroup in interface RouteConfigurationOrBuilderpublic com.google.protobuf.ByteString getGroupBytes()
Which group does the interface belong to.
string group = 3;getGroupBytes in interface RouteConfigurationOrBuilderpublic RouteConfiguration.Builder setGroup(String value)
Which group does the interface belong to.
string group = 3;public RouteConfiguration.Builder clearGroup()
Which group does the interface belong to.
string group = 3;public RouteConfiguration.Builder setGroupBytes(com.google.protobuf.ByteString value)
Which group does the interface belong to.
string group = 3;public String getVersion()
The version number of the interface.
string version = 4;getVersion in interface RouteConfigurationOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
The version number of the interface.
string version = 4;getVersionBytes in interface RouteConfigurationOrBuilderpublic RouteConfiguration.Builder setVersion(String value)
The version number of the interface.
string version = 4;public RouteConfiguration.Builder clearVersion()
The version number of the interface.
string version = 4;public RouteConfiguration.Builder setVersionBytes(com.google.protobuf.ByteString value)
The version number of the interface.
string version = 4;public List<Route> getRoutesList()
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;getRoutesList in interface RouteConfigurationOrBuilderpublic int getRoutesCount()
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;getRoutesCount in interface RouteConfigurationOrBuilderpublic Route getRoutes(int index)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;getRoutes in interface RouteConfigurationOrBuilderpublic RouteConfiguration.Builder setRoutes(int index, Route value)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public RouteConfiguration.Builder setRoutes(int index, Route.Builder builderForValue)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public RouteConfiguration.Builder addRoutes(Route value)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public RouteConfiguration.Builder addRoutes(int index, Route value)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public RouteConfiguration.Builder addRoutes(Route.Builder builderForValue)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public RouteConfiguration.Builder addRoutes(int index, Route.Builder builderForValue)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public RouteConfiguration.Builder addAllRoutes(Iterable<? extends Route> values)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public RouteConfiguration.Builder clearRoutes()
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public RouteConfiguration.Builder removeRoutes(int index)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public Route.Builder getRoutesBuilder(int index)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public RouteOrBuilder getRoutesOrBuilder(int index)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;getRoutesOrBuilder in interface RouteConfigurationOrBuilderpublic List<? extends RouteOrBuilder> getRoutesOrBuilderList()
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;getRoutesOrBuilderList in interface RouteConfigurationOrBuilderpublic Route.Builder addRoutesBuilder()
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public Route.Builder addRoutesBuilder(int index)
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public List<Route.Builder> getRoutesBuilderList()
The list of routes that will be matched, in order, against incoming requests. The first route that matches will be used.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.Route routes = 5;public final RouteConfiguration.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>public final RouteConfiguration.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RouteConfiguration.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.