Uses of Class
io.envoyproxy.envoy.service.status.v3.ClientStatusRequest.Builder
Packages that use ClientStatusRequest.Builder
-
Uses of ClientStatusRequest.Builder in io.envoyproxy.envoy.service.status.v3
Methods in io.envoyproxy.envoy.service.status.v3 that return ClientStatusRequest.BuilderModifier and TypeMethodDescriptionClientStatusRequest.Builder.addAllNodeMatchers
(Iterable<? extends NodeMatcher> values) Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.addNodeMatchers
(int index, NodeMatcher value) Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.addNodeMatchers
(int index, NodeMatcher.Builder builderForValue) Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.addNodeMatchers
(NodeMatcher value) Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.addNodeMatchers
(NodeMatcher.Builder builderForValue) Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.clear()
ClientStatusRequest.Builder.clearExcludeResourceContents()
If true, the server will not include the resource contents in the response (i.e., the generic_xds_configs.xds_config field will not be populated).ClientStatusRequest.Builder.clearNode()
The node making the csds request.ClientStatusRequest.Builder.clearNodeMatchers()
Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClientStatusRequest.Builder.mergeFrom
(com.google.protobuf.Message other) ClientStatusRequest.Builder.mergeFrom
(ClientStatusRequest other) The node making the csds request.static ClientStatusRequest.Builder
ClientStatusRequest.newBuilder()
static ClientStatusRequest.Builder
ClientStatusRequest.newBuilder
(ClientStatusRequest prototype) ClientStatusRequest.newBuilderForType()
protected ClientStatusRequest.Builder
ClientStatusRequest.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ClientStatusRequest.Builder.removeNodeMatchers
(int index) Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.setExcludeResourceContents
(boolean value) If true, the server will not include the resource contents in the response (i.e., the generic_xds_configs.xds_config field will not be populated).The node making the csds request.ClientStatusRequest.Builder.setNode
(Node.Builder builderForValue) The node making the csds request.ClientStatusRequest.Builder.setNodeMatchers
(int index, NodeMatcher value) Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.setNodeMatchers
(int index, NodeMatcher.Builder builderForValue) Management server can use these match criteria to identify clients.ClientStatusRequest.toBuilder()