createAdminOverride method

ResponseFuture<Operation> createAdminOverride(
  1. CreateAdminOverrideRequest request, {
  2. CallOptions? options,
})

Creates an admin override. An admin override is applied by an administrator of a parent folder or parent organization of the consumer receiving the override. An admin override is intended to limit the amount of quota the consumer can use out of the total quota pool allocated to all children of the folder or organization.

Implementation

$grpc.ResponseFuture<$1.Operation> createAdminOverride(
  $0.CreateAdminOverrideRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createAdminOverride, request, options: options);
}