Uses of Class
io.envoyproxy.envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse
Packages that use RateLimitQuotaResponse
-
Uses of RateLimitQuotaResponse in io.envoyproxy.envoy.service.rate_limit_quota.v3
Fields in io.envoyproxy.envoy.service.rate_limit_quota.v3 declared as RateLimitQuotaResponseModifier and TypeFieldDescriptionprivate static final RateLimitQuotaResponseRateLimitQuotaResponse.DEFAULT_INSTANCEFields in io.envoyproxy.envoy.service.rate_limit_quota.v3 with type parameters of type RateLimitQuotaResponseModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<RateLimitQuotaUsageReports, RateLimitQuotaResponse> RateLimitQuotaServiceGrpc.getStreamRateLimitQuotasMethodprivate static final com.google.protobuf.Parser<RateLimitQuotaResponse> RateLimitQuotaResponse.PARSERMethods in io.envoyproxy.envoy.service.rate_limit_quota.v3 that return RateLimitQuotaResponseModifier and TypeMethodDescriptionRateLimitQuotaResponse.Builder.build()RateLimitQuotaResponse.Builder.buildPartial()static RateLimitQuotaResponseRateLimitQuotaResponse.getDefaultInstance()RateLimitQuotaResponse.Builder.getDefaultInstanceForType()RateLimitQuotaResponse.getDefaultInstanceForType()static RateLimitQuotaResponseRateLimitQuotaResponse.parseDelimitedFrom(InputStream input) static RateLimitQuotaResponseRateLimitQuotaResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitQuotaResponseRateLimitQuotaResponse.parseFrom(byte[] data) static RateLimitQuotaResponseRateLimitQuotaResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitQuotaResponseRateLimitQuotaResponse.parseFrom(com.google.protobuf.ByteString data) static RateLimitQuotaResponseRateLimitQuotaResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitQuotaResponseRateLimitQuotaResponse.parseFrom(com.google.protobuf.CodedInputStream input) static RateLimitQuotaResponseRateLimitQuotaResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitQuotaResponseRateLimitQuotaResponse.parseFrom(InputStream input) static RateLimitQuotaResponseRateLimitQuotaResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitQuotaResponseRateLimitQuotaResponse.parseFrom(ByteBuffer data) static RateLimitQuotaResponseRateLimitQuotaResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.rate_limit_quota.v3 that return types with arguments of type RateLimitQuotaResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RateLimitQuotaResponse> RateLimitQuotaResponse.getParserForType()static io.grpc.MethodDescriptor<RateLimitQuotaUsageReports, RateLimitQuotaResponse> RateLimitQuotaServiceGrpc.getStreamRateLimitQuotasMethod()static com.google.protobuf.Parser<RateLimitQuotaResponse> RateLimitQuotaResponse.parser()Methods in io.envoyproxy.envoy.service.rate_limit_quota.v3 with parameters of type RateLimitQuotaResponseModifier and TypeMethodDescriptionprivate voidRateLimitQuotaResponse.Builder.buildPartial0(RateLimitQuotaResponse result) private voidRateLimitQuotaResponse.Builder.buildPartialRepeatedFields(RateLimitQuotaResponse result) RateLimitQuotaResponse.Builder.mergeFrom(RateLimitQuotaResponse other) RateLimitQuotaResponse.newBuilder(RateLimitQuotaResponse prototype) Method parameters in io.envoyproxy.envoy.service.rate_limit_quota.v3 with type arguments of type RateLimitQuotaResponseModifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<RateLimitQuotaUsageReports> RateLimitQuotaServiceGrpc.AsyncService.streamRateLimitQuotas(io.grpc.stub.StreamObserver<RateLimitQuotaResponse> responseObserver) Main communication channel: the data plane sends usage reports to the RLQS server, and the server asynchronously responding with the assignments.io.grpc.stub.StreamObserver<RateLimitQuotaUsageReports> RateLimitQuotaServiceGrpc.RateLimitQuotaServiceStub.streamRateLimitQuotas(io.grpc.stub.StreamObserver<RateLimitQuotaResponse> responseObserver) Main communication channel: the data plane sends usage reports to the RLQS server, and the server asynchronously responding with the assignments.