Uses of Class
io.envoyproxy.envoy.service.discovery.v3.DiscoveryRequest.Builder
Packages that use DiscoveryRequest.Builder
-
Uses of DiscoveryRequest.Builder in io.envoyproxy.envoy.service.discovery.v3
Subclasses with type arguments of type DiscoveryRequest.Builder in io.envoyproxy.envoy.service.discovery.v3Modifier and TypeClassDescriptionstatic final classA DiscoveryRequest requests a set of versioned resources of the same type for a given Envoy node on some API.Methods in io.envoyproxy.envoy.service.discovery.v3 that return DiscoveryRequest.BuilderModifier and TypeMethodDescriptionDiscoveryRequest.Builder.addAllResourceLocators(Iterable<? extends ResourceLocator> values) [#not-implemented-hide:] Alternative to ``resource_names`` field that allows specifying dynamic parameters along with each resource name.DiscoveryRequest.Builder.addAllResourceNames(Iterable<String> values) List of resources to subscribe to, e.g.DiscoveryRequest.Builder.addResourceLocators(int index, ResourceLocator value) [#not-implemented-hide:] Alternative to ``resource_names`` field that allows specifying dynamic parameters along with each resource name.DiscoveryRequest.Builder.addResourceLocators(int index, ResourceLocator.Builder builderForValue) [#not-implemented-hide:] Alternative to ``resource_names`` field that allows specifying dynamic parameters along with each resource name.DiscoveryRequest.Builder.addResourceLocators(ResourceLocator value) [#not-implemented-hide:] Alternative to ``resource_names`` field that allows specifying dynamic parameters along with each resource name.DiscoveryRequest.Builder.addResourceLocators(ResourceLocator.Builder builderForValue) [#not-implemented-hide:] Alternative to ``resource_names`` field that allows specifying dynamic parameters along with each resource name.DiscoveryRequest.Builder.addResourceNames(String value) List of resources to subscribe to, e.g.DiscoveryRequest.Builder.addResourceNamesBytes(com.google.protobuf.ByteString value) List of resources to subscribe to, e.g.DiscoveryRequest.Builder.clear()DiscoveryRequest.Builder.clearErrorDetail()This is populated when the previous :ref:`DiscoveryResponse <envoy_v3_api_msg_service.discovery.v3.DiscoveryResponse>` failed to update configuration.DiscoveryRequest.Builder.clearNode()The node making the request.DiscoveryRequest.Builder.clearResourceLocators()[#not-implemented-hide:] Alternative to ``resource_names`` field that allows specifying dynamic parameters along with each resource name.DiscoveryRequest.Builder.clearResourceNames()List of resources to subscribe to, e.g.DiscoveryRequest.Builder.clearResponseNonce()nonce corresponding to DiscoveryResponse being ACK/NACKed.DiscoveryRequest.Builder.clearTypeUrl()Type of the resource that is being requested, e.g.DiscoveryRequest.Builder.clearVersionInfo()The version_info provided in the request messages will be the version_info received with the most recent successfully processed response or empty on the first request.DiscoveryRequest.Builder.mergeErrorDetail(com.google.rpc.Status value) This is populated when the previous :ref:`DiscoveryResponse <envoy_v3_api_msg_service.discovery.v3.DiscoveryResponse>` failed to update configuration.DiscoveryRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DiscoveryRequest.Builder.mergeFrom(com.google.protobuf.Message other) DiscoveryRequest.Builder.mergeFrom(DiscoveryRequest other) The node making the request.static DiscoveryRequest.BuilderDiscoveryRequest.newBuilder()static DiscoveryRequest.BuilderDiscoveryRequest.newBuilder(DiscoveryRequest prototype) DiscoveryRequest.newBuilderForType()protected DiscoveryRequest.BuilderDiscoveryRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DiscoveryRequest.Builder.removeResourceLocators(int index) [#not-implemented-hide:] Alternative to ``resource_names`` field that allows specifying dynamic parameters along with each resource name.DiscoveryRequest.Builder.setErrorDetail(com.google.rpc.Status value) This is populated when the previous :ref:`DiscoveryResponse <envoy_v3_api_msg_service.discovery.v3.DiscoveryResponse>` failed to update configuration.DiscoveryRequest.Builder.setErrorDetail(com.google.rpc.Status.Builder builderForValue) This is populated when the previous :ref:`DiscoveryResponse <envoy_v3_api_msg_service.discovery.v3.DiscoveryResponse>` failed to update configuration.The node making the request.DiscoveryRequest.Builder.setNode(Node.Builder builderForValue) The node making the request.DiscoveryRequest.Builder.setResourceLocators(int index, ResourceLocator value) [#not-implemented-hide:] Alternative to ``resource_names`` field that allows specifying dynamic parameters along with each resource name.DiscoveryRequest.Builder.setResourceLocators(int index, ResourceLocator.Builder builderForValue) [#not-implemented-hide:] Alternative to ``resource_names`` field that allows specifying dynamic parameters along with each resource name.DiscoveryRequest.Builder.setResourceNames(int index, String value) List of resources to subscribe to, e.g.DiscoveryRequest.Builder.setResponseNonce(String value) nonce corresponding to DiscoveryResponse being ACK/NACKed.DiscoveryRequest.Builder.setResponseNonceBytes(com.google.protobuf.ByteString value) nonce corresponding to DiscoveryResponse being ACK/NACKed.DiscoveryRequest.Builder.setTypeUrl(String value) Type of the resource that is being requested, e.g.DiscoveryRequest.Builder.setTypeUrlBytes(com.google.protobuf.ByteString value) Type of the resource that is being requested, e.g.DiscoveryRequest.Builder.setVersionInfo(String value) The version_info provided in the request messages will be the version_info received with the most recent successfully processed response or empty on the first request.DiscoveryRequest.Builder.setVersionInfoBytes(com.google.protobuf.ByteString value) The version_info provided in the request messages will be the version_info received with the most recent successfully processed response or empty on the first request.DiscoveryRequest.toBuilder()