Uses of Class
io.envoyproxy.envoy.service.ratelimit.v2.RateLimitResponse.DescriptorStatus.Builder
Packages that use RateLimitResponse.DescriptorStatus.Builder
-
Uses of RateLimitResponse.DescriptorStatus.Builder in io.envoyproxy.envoy.service.ratelimit.v2
Methods in io.envoyproxy.envoy.service.ratelimit.v2 that return RateLimitResponse.DescriptorStatus.BuilderModifier and TypeMethodDescriptionRateLimitResponse.DescriptorStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RateLimitResponse.Builder.addStatusesBuilder()A list of DescriptorStatus messages which matches the length of the descriptor list passed in the RateLimitRequest.RateLimitResponse.Builder.addStatusesBuilder(int index) A list of DescriptorStatus messages which matches the length of the descriptor list passed in the RateLimitRequest.RateLimitResponse.DescriptorStatus.Builder.clear()RateLimitResponse.DescriptorStatus.Builder.clearCode()The response code for an individual descriptor.RateLimitResponse.DescriptorStatus.Builder.clearCurrentLimit()The current limit as configured by the server.RateLimitResponse.DescriptorStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RateLimitResponse.DescriptorStatus.Builder.clearLimitRemaining()The limit remaining in the current time unit.RateLimitResponse.DescriptorStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RateLimitResponse.DescriptorStatus.Builder.clone()RateLimitResponse.Builder.getStatusesBuilder(int index) A list of DescriptorStatus messages which matches the length of the descriptor list passed in the RateLimitRequest.RateLimitResponse.DescriptorStatus.Builder.mergeCurrentLimit(RateLimitResponse.RateLimit value) The current limit as configured by the server.RateLimitResponse.DescriptorStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RateLimitResponse.DescriptorStatus.Builder.mergeFrom(com.google.protobuf.Message other) RateLimitResponse.DescriptorStatus.Builder.mergeFrom(RateLimitResponse.DescriptorStatus other) RateLimitResponse.DescriptorStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RateLimitResponse.DescriptorStatus.newBuilder()RateLimitResponse.DescriptorStatus.newBuilder(RateLimitResponse.DescriptorStatus prototype) RateLimitResponse.DescriptorStatus.newBuilderForType()RateLimitResponse.DescriptorStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RateLimitResponse.DescriptorStatus.Builder.setCode(RateLimitResponse.Code value) The response code for an individual descriptor.RateLimitResponse.DescriptorStatus.Builder.setCodeValue(int value) The response code for an individual descriptor.RateLimitResponse.DescriptorStatus.Builder.setCurrentLimit(RateLimitResponse.RateLimit value) The current limit as configured by the server.RateLimitResponse.DescriptorStatus.Builder.setCurrentLimit(RateLimitResponse.RateLimit.Builder builderForValue) The current limit as configured by the server.RateLimitResponse.DescriptorStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RateLimitResponse.DescriptorStatus.Builder.setLimitRemaining(int value) The limit remaining in the current time unit.RateLimitResponse.DescriptorStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RateLimitResponse.DescriptorStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RateLimitResponse.DescriptorStatus.toBuilder()Methods in io.envoyproxy.envoy.service.ratelimit.v2 that return types with arguments of type RateLimitResponse.DescriptorStatus.BuilderModifier and TypeMethodDescriptionRateLimitResponse.Builder.getStatusesBuilderList()A list of DescriptorStatus messages which matches the length of the descriptor list passed in the RateLimitRequest.Methods in io.envoyproxy.envoy.service.ratelimit.v2 with parameters of type RateLimitResponse.DescriptorStatus.BuilderModifier and TypeMethodDescriptionRateLimitResponse.Builder.addStatuses(int index, RateLimitResponse.DescriptorStatus.Builder builderForValue) A list of DescriptorStatus messages which matches the length of the descriptor list passed in the RateLimitRequest.RateLimitResponse.Builder.addStatuses(RateLimitResponse.DescriptorStatus.Builder builderForValue) A list of DescriptorStatus messages which matches the length of the descriptor list passed in the RateLimitRequest.RateLimitResponse.Builder.setStatuses(int index, RateLimitResponse.DescriptorStatus.Builder builderForValue) A list of DescriptorStatus messages which matches the length of the descriptor list passed in the RateLimitRequest.