Class ClientStatusRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<ClientStatusRequest.Builder>
com.google.protobuf.GeneratedMessage.Builder<ClientStatusRequest.Builder>
io.envoyproxy.envoy.service.status.v3.ClientStatusRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,ClientStatusRequestOrBuilder
,Cloneable
- Enclosing class:
ClientStatusRequest
public static final class ClientStatusRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClientStatusRequest.Builder>
implements ClientStatusRequestOrBuilder
Request for client status of clients identified by a list of NodeMatchers.Protobuf type
envoy.service.status.v3.ClientStatusRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private boolean
private Node
private com.google.protobuf.SingleFieldBuilder
<Node, Node.Builder, NodeOrBuilder> private List
<NodeMatcher> private com.google.protobuf.RepeatedFieldBuilder
<NodeMatcher, NodeMatcher.Builder, NodeMatcherOrBuilder> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllNodeMatchers
(Iterable<? extends NodeMatcher> values) Management server can use these match criteria to identify clients.addNodeMatchers
(int index, NodeMatcher value) Management server can use these match criteria to identify clients.addNodeMatchers
(int index, NodeMatcher.Builder builderForValue) Management server can use these match criteria to identify clients.addNodeMatchers
(NodeMatcher value) Management server can use these match criteria to identify clients.addNodeMatchers
(NodeMatcher.Builder builderForValue) Management server can use these match criteria to identify clients.Management server can use these match criteria to identify clients.addNodeMatchersBuilder
(int index) Management server can use these match criteria to identify clients.build()
private void
buildPartial0
(ClientStatusRequest result) private void
clear()
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.Management server can use these match criteria to identify clients.private void
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
boolean
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).getNode()
The node making the csds request.The node making the csds request.getNodeMatchers
(int index) Management server can use these match criteria to identify clients.getNodeMatchersBuilder
(int index) Management server can use these match criteria to identify clients.Management server can use these match criteria to identify clients.int
Management server can use these match criteria to identify clients.Management server can use these match criteria to identify clients.getNodeMatchersOrBuilder
(int index) Management server can use these match criteria to identify clients.List
<? extends NodeMatcherOrBuilder> Management server can use these match criteria to identify clients.The node making the csds request.boolean
hasNode()
The node making the csds request.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
private com.google.protobuf.SingleFieldBuilder
<Node, Node.Builder, NodeOrBuilder> The node making the csds request.private com.google.protobuf.RepeatedFieldBuilder
<NodeMatcher, NodeMatcher.Builder, NodeMatcherOrBuilder> final boolean
private void
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(ClientStatusRequest other) The node making the csds request.removeNodeMatchers
(int index) Management server can use these match criteria to identify clients.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.setNode
(Node.Builder builderForValue) The node making the csds request.setNodeMatchers
(int index, NodeMatcher value) Management server can use these match criteria to identify clients.setNodeMatchers
(int index, NodeMatcher.Builder builderForValue) Management server can use these match criteria to identify clients.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
bitField0_
private int bitField0_ -
nodeMatchers_
-
nodeMatchersBuilder_
private com.google.protobuf.RepeatedFieldBuilder<NodeMatcher,NodeMatcher.Builder, nodeMatchersBuilder_NodeMatcherOrBuilder> -
node_
-
nodeBuilder_
-
excludeResourceContents_
private boolean excludeResourceContents_
-
-
Constructor Details
-
Builder
private Builder() -
Builder
private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<ClientStatusRequest.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization() -
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<ClientStatusRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<ClientStatusRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartialRepeatedFields
-
buildPartial0
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ClientStatusRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<ClientStatusRequest.Builder>
-
mergeFrom
public ClientStatusRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ClientStatusRequest.Builder>
- Throws:
IOException
-
ensureNodeMatchersIsMutable
private void ensureNodeMatchersIsMutable() -
getNodeMatchersList
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
- Specified by:
getNodeMatchersList
in interfaceClientStatusRequestOrBuilder
-
getNodeMatchersCount
public int getNodeMatchersCount()Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
- Specified by:
getNodeMatchersCount
in interfaceClientStatusRequestOrBuilder
-
getNodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
- Specified by:
getNodeMatchers
in interfaceClientStatusRequestOrBuilder
-
setNodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
setNodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
addNodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
addNodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
addNodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
addNodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
addAllNodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
clearNodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
removeNodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
getNodeMatchersBuilder
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
getNodeMatchersOrBuilder
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
- Specified by:
getNodeMatchersOrBuilder
in interfaceClientStatusRequestOrBuilder
-
getNodeMatchersOrBuilderList
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
- Specified by:
getNodeMatchersOrBuilderList
in interfaceClientStatusRequestOrBuilder
-
addNodeMatchersBuilder
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
addNodeMatchersBuilder
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
getNodeMatchersBuilderList
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
-
internalGetNodeMatchersFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<NodeMatcher,NodeMatcher.Builder, internalGetNodeMatchersFieldBuilder()NodeMatcherOrBuilder> -
hasNode
public boolean hasNode()The node making the csds request.
.envoy.config.core.v3.Node node = 2;
- Specified by:
hasNode
in interfaceClientStatusRequestOrBuilder
- Returns:
- Whether the node field is set.
-
getNode
The node making the csds request.
.envoy.config.core.v3.Node node = 2;
- Specified by:
getNode
in interfaceClientStatusRequestOrBuilder
- Returns:
- The node.
-
setNode
The node making the csds request.
.envoy.config.core.v3.Node node = 2;
-
setNode
The node making the csds request.
.envoy.config.core.v3.Node node = 2;
-
mergeNode
The node making the csds request.
.envoy.config.core.v3.Node node = 2;
-
clearNode
The node making the csds request.
.envoy.config.core.v3.Node node = 2;
-
getNodeBuilder
The node making the csds request.
.envoy.config.core.v3.Node node = 2;
-
getNodeOrBuilder
The node making the csds request.
.envoy.config.core.v3.Node node = 2;
- Specified by:
getNodeOrBuilder
in interfaceClientStatusRequestOrBuilder
-
internalGetNodeFieldBuilder
private com.google.protobuf.SingleFieldBuilder<Node,Node.Builder, internalGetNodeFieldBuilder()NodeOrBuilder> The node making the csds request.
.envoy.config.core.v3.Node node = 2;
-
getExcludeResourceContents
public boolean getExcludeResourceContents()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). [#not-implemented-hide:]
bool exclude_resource_contents = 3;
- Specified by:
getExcludeResourceContents
in interfaceClientStatusRequestOrBuilder
- Returns:
- The excludeResourceContents.
-
setExcludeResourceContents
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). [#not-implemented-hide:]
bool exclude_resource_contents = 3;
- Parameters:
value
- The excludeResourceContents to set.- Returns:
- This builder for chaining.
-
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). [#not-implemented-hide:]
bool exclude_resource_contents = 3;
- Returns:
- This builder for chaining.
-