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 RateLimitQuotaResponse
RateLimitQuotaResponse. DEFAULT_INSTANCE
Fields 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. getStreamRateLimitQuotasMethod
private static com.google.protobuf.Parser<RateLimitQuotaResponse>
RateLimitQuotaResponse. PARSER
Methods in io.envoyproxy.envoy.service.rate_limit_quota.v3 that return RateLimitQuotaResponse Modifier and Type Method Description RateLimitQuotaResponse
RateLimitQuotaResponse.Builder. build()
RateLimitQuotaResponse
RateLimitQuotaResponse.Builder. buildPartial()
static RateLimitQuotaResponse
RateLimitQuotaResponse. getDefaultInstance()
RateLimitQuotaResponse
RateLimitQuotaResponse.Builder. getDefaultInstanceForType()
RateLimitQuotaResponse
RateLimitQuotaResponse. getDefaultInstanceForType()
static RateLimitQuotaResponse
RateLimitQuotaResponse. parseDelimitedFrom(java.io.InputStream input)
static RateLimitQuotaResponse
RateLimitQuotaResponse. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static RateLimitQuotaResponse
RateLimitQuotaResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RateLimitQuotaResponse
RateLimitQuotaResponse. parseFrom(java.nio.ByteBuffer data)
static RateLimitQuotaResponse
RateLimitQuotaResponse. 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 void
RateLimitQuotaResponse.Builder. buildPartial0(RateLimitQuotaResponse result)
private void
RateLimitQuotaResponse.Builder. buildPartialRepeatedFields(RateLimitQuotaResponse result)
RateLimitQuotaResponse.Builder
RateLimitQuotaResponse.Builder. mergeFrom(RateLimitQuotaResponse other)
static RateLimitQuotaResponse.Builder
RateLimitQuotaResponse. 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.
-