Uses of Class
io.envoyproxy.envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse
-
Packages that use RateLimitQuotaResponse Package Description io.envoyproxy.envoy.service.rate_limit_quota.v3 -
-
Uses of RateLimitQuotaResponse in io.envoyproxy.envoy.service.rate_limit_quota.v3
Fields in io.envoyproxy.envoy.service.rate_limit_quota.v3 declared as RateLimitQuotaResponse Modifier and Type Field Description private static RateLimitQuotaResponseRateLimitQuotaResponse. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.service.rate_limit_quota.v3 with type parameters of type RateLimitQuotaResponse Modifier and Type Field Description private static io.grpc.MethodDescriptor<RateLimitQuotaUsageReports,RateLimitQuotaResponse>RateLimitQuotaServiceGrpc. getStreamRateLimitQuotasMethodprivate static com.google.protobuf.Parser<RateLimitQuotaResponse>RateLimitQuotaResponse. PARSERMethods in io.envoyproxy.envoy.service.rate_limit_quota.v3 that return RateLimitQuotaResponse Modifier and Type Method Description RateLimitQuotaResponseRateLimitQuotaResponse.Builder. build()RateLimitQuotaResponseRateLimitQuotaResponse.Builder. buildPartial()static RateLimitQuotaResponseRateLimitQuotaResponse. getDefaultInstance()RateLimitQuotaResponseRateLimitQuotaResponse.Builder. getDefaultInstanceForType()RateLimitQuotaResponseRateLimitQuotaResponse. getDefaultInstanceForType()static RateLimitQuotaResponseRateLimitQuotaResponse. parseDelimitedFrom(java.io.InputStream input)static RateLimitQuotaResponseRateLimitQuotaResponse. parseDelimitedFrom(java.io.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(java.io.InputStream input)static RateLimitQuotaResponseRateLimitQuotaResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RateLimitQuotaResponseRateLimitQuotaResponse. parseFrom(java.nio.ByteBuffer data)static RateLimitQuotaResponseRateLimitQuotaResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.service.rate_limit_quota.v3 that return types with arguments of type RateLimitQuotaResponse Modifier and Type Method Description com.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 RateLimitQuotaResponse Modifier and Type Method Description private voidRateLimitQuotaResponse.Builder. buildPartial0(RateLimitQuotaResponse result)private voidRateLimitQuotaResponse.Builder. buildPartialRepeatedFields(RateLimitQuotaResponse result)RateLimitQuotaResponse.BuilderRateLimitQuotaResponse.Builder. mergeFrom(RateLimitQuotaResponse other)static RateLimitQuotaResponse.BuilderRateLimitQuotaResponse. newBuilder(RateLimitQuotaResponse prototype)Method parameters in io.envoyproxy.envoy.service.rate_limit_quota.v3 with type arguments of type RateLimitQuotaResponse Modifier and Type Method Description default 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.
-