Class CarrierGlobalConfigRequest

All Implemented Interfaces:
KeyValueRequest<CarrierGlobalConfigResponse>, Request<CarrierGlobalConfigResponse>, ScopedRequest, TargetedRequest, UnmonitoredRequest

public class CarrierGlobalConfigRequest extends BaseKeyValueRequest<CarrierGlobalConfigResponse> implements TargetedRequest, UnmonitoredRequest
A request to fetch a global configuration.

Note that this request is technicall the same as a CarrierBucketConfigRequest, but it makes it clear that it is not tied to a bucket (and as a result does not accept one when being constructed).