Class 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.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
    implements ClientStatusRequestOrBuilder
     Request for client status of clients identified by a list of NodeMatchers.
     
    Protobuf type envoy.service.status.v2.ClientStatusRequest
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • clear

        public ClientStatusRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • getDefaultInstanceForType

        public ClientStatusRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ClientStatusRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ClientStatusRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ClientStatusRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • setField

        public ClientStatusRequest.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • clearField

        public ClientStatusRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • clearOneof

        public ClientStatusRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • setRepeatedField

        public ClientStatusRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • addRepeatedField

        public ClientStatusRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • mergeFrom

        public ClientStatusRequest.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClientStatusRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • mergeFrom

        public ClientStatusRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClientStatusRequest.Builder>
        Throws:
        IOException
      • getNodeMatchersCount

        public int getNodeMatchersCount()
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
        Specified by:
        getNodeMatchersCount in interface ClientStatusRequestOrBuilder
      • getNodeMatchers

        public NodeMatcher getNodeMatchers​(int index)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
        Specified by:
        getNodeMatchers in interface ClientStatusRequestOrBuilder
      • setNodeMatchers

        public ClientStatusRequest.Builder setNodeMatchers​(int index,
                                                           NodeMatcher value)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • setNodeMatchers

        public ClientStatusRequest.Builder setNodeMatchers​(int index,
                                                           NodeMatcher.Builder builderForValue)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • addNodeMatchers

        public ClientStatusRequest.Builder addNodeMatchers​(NodeMatcher value)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • addNodeMatchers

        public ClientStatusRequest.Builder addNodeMatchers​(int index,
                                                           NodeMatcher value)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • addNodeMatchers

        public ClientStatusRequest.Builder addNodeMatchers​(NodeMatcher.Builder builderForValue)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • addNodeMatchers

        public ClientStatusRequest.Builder addNodeMatchers​(int index,
                                                           NodeMatcher.Builder builderForValue)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • addAllNodeMatchers

        public ClientStatusRequest.Builder addAllNodeMatchers​(Iterable<? extends NodeMatcher> values)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • clearNodeMatchers

        public ClientStatusRequest.Builder clearNodeMatchers()
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • removeNodeMatchers

        public ClientStatusRequest.Builder removeNodeMatchers​(int index)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • getNodeMatchersBuilder

        public NodeMatcher.Builder getNodeMatchersBuilder​(int index)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • addNodeMatchersBuilder

        public NodeMatcher.Builder addNodeMatchersBuilder()
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • addNodeMatchersBuilder

        public NodeMatcher.Builder addNodeMatchersBuilder​(int index)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • getNodeMatchersBuilderList

        public List<NodeMatcher.Builder> getNodeMatchersBuilderList()
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • setUnknownFields

        public final ClientStatusRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>
      • mergeUnknownFields

        public final ClientStatusRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ClientStatusRequest.Builder>