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 RateLimitQuotaResponse
RateLimitQuotaResponse.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.service.rate_limit_quota.v3 with type parameters of type RateLimitQuotaResponseModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor
<RateLimitQuotaUsageReports, RateLimitQuotaResponse> RateLimitQuotaServiceGrpc.getStreamRateLimitQuotasMethod
private static final com.google.protobuf.Parser
<RateLimitQuotaResponse> RateLimitQuotaResponse.PARSER
Methods in io.envoyproxy.envoy.service.rate_limit_quota.v3 that return RateLimitQuotaResponseModifier and TypeMethodDescriptionRateLimitQuotaResponse.Builder.build()
RateLimitQuotaResponse.Builder.buildPartial()
static RateLimitQuotaResponse
RateLimitQuotaResponse.getDefaultInstance()
RateLimitQuotaResponse.Builder.getDefaultInstanceForType()
RateLimitQuotaResponse.getDefaultInstanceForType()
static RateLimitQuotaResponse
RateLimitQuotaResponse.parseDelimitedFrom
(InputStream input) static RateLimitQuotaResponse
RateLimitQuotaResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitQuotaResponse
RateLimitQuotaResponse.parseFrom
(byte[] data) static RateLimitQuotaResponse
RateLimitQuotaResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitQuotaResponse
RateLimitQuotaResponse.parseFrom
(com.google.protobuf.ByteString data) static RateLimitQuotaResponse
RateLimitQuotaResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitQuotaResponse
RateLimitQuotaResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static RateLimitQuotaResponse
RateLimitQuotaResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitQuotaResponse
RateLimitQuotaResponse.parseFrom
(InputStream input) static RateLimitQuotaResponse
RateLimitQuotaResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RateLimitQuotaResponse
RateLimitQuotaResponse.parseFrom
(ByteBuffer data) static RateLimitQuotaResponse
RateLimitQuotaResponse.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 void
RateLimitQuotaResponse.Builder.buildPartial0
(RateLimitQuotaResponse result) private void
RateLimitQuotaResponse.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.